Puzzle: random size confetti
Today’s puzzle is about statistical sampling, adapted from a problem I found in this book.
Professor X teaches a probability class. He assigns a holiday-themed project to his students.
Each student is to create a 500 rectangular-shaped confetti pieces, with length and width to be random numbers between 0 and 1 inches.
Alice goes home and gets started. She interprets the assignment as follows. Alice generates two random numbers from the uniform distribution, and then she uses the first number as the length and the second as the width of the rectangle.
Bob interprets the assignment differently. He instead generates one random number from the uniform distribution, and he uses that number for both the length and width, meaning he creates squares of confetti.
Clearly Alice and Bob will cut out different shapes of confetti. But how will the average size of the confetti compare?
That is, will the average area of the shapes that Alice and Bob cut out be the same? If not, whose confetti will have a larger average area?
As usual, I have posted a solution in the comments section.
Can you solve it?
Share this post:
Previous post: Gifts for economists, 2011
Next post: Cannibal game theory – a cool math puzzle



