My little nephew is working on a jigsaw puzzle of 48 pieces ( 8 × 6 ). It is an old puzzle, so it is not surprising that three pieces are missing.
What is more surprising, however, is that the three missing pieces are adjacent to each other: there is only one (big) hole in the puzzle!
"I bet the odds are, like, one in a million!" exclaims my nephew.
You know better than that, of course. Given that three pieces are missing from an 8 × 6 jigsaw puzzle, what is the probability p that these pieces form a connected shape?
Give your answer in the form [ 1 0 0 0 0 0 0 p ] , i.e. multiply p by one million and round to the nearest integer.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Please remove the ⌊ 1 0 0 0 0 0 0 p ⌋ , because then the answer would be 1 2 0 2 5 .
Log in to reply
Note that the problem asks [ . . . ] ( nearest integer) not ⌊ . . . ⌋ ( smaller integer).
Exactly how I did it. Nice problem!!!
It's easy to generalize for a h × l -size jigsaw puzzle. Following @Arjen Vreugdenhil solution, the probability P ( h , l ) that the three pieces form a connected shape is
P ( h , l ) = [ h ( l − 2 ) + l ( h − 2 ) + 4 ( h − 1 ) ( l − 1 ) ] ( 3 h l ) − 1
So, keeping the puzzle ratio of this particular one ( 4 : 3 ) , we can solve
P ( 3 4 l , l ) = 1 0 6 1
giving l ≈ 6 7 and h ≈ 8 9 . Hence, in order to be right, the nephew should have solved a 5 9 6 3 -pieces puzzle!
Problem Loading...
Note Loading...
Set Loading...
The puzzle has 8 × 6 = 4 8 pieces.The number of possible combinations of missing pieces are N = ( 4 8 3 ) = 6 4 8 ⋅ 4 7 ⋅ 4 6 = 1 7 2 9 6 .
If the three pieces are adjacent, they form either a straight line or an L-shape. The straight line can be horziontal or vertical; the L-shape can have four different orientations.
Horizontal line: fits in a box of 3 × 1 . There are 6 ⋅ 6 = 3 6 possible positions.
Vertical line: fits in a box of 1 × 3 . There are 8 ⋅ 4 = 3 2 possible positions.
L-shape: fits in a box of 2 × 2 . There are 7 ⋅ 5 = 3 5 possible positions for each orientation, and with four different orientations that gives 4 × 3 5 = 1 4 0 .
In total, then, n = 3 6 + 3 2 + 1 4 0 = 2 0 8 choices of three pieces result in a connected shape. The probability is p = N n = 1 7 2 9 6 2 0 8 = 0 . 0 1 2 0 2 5 9 … Therefore we report the answer as 1 2 0 2 6 .