Missing Jigsaw Pieces

My little nephew is working on a jigsaw puzzle of 48 pieces ( 8 × 6 8 \times 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 8 \times 6 jigsaw puzzle, what is the probability p p that these pieces form a connected shape?

Give your answer in the form [ 1000000 p ] [1000000p] , i.e. multiply p p by one million and round to the nearest integer.


The answer is 12026.

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.

2 solutions

The puzzle has 8 × 6 = 48 8\times 6 = 48 pieces.The number of possible combinations of missing pieces are N = ( 48 3 ) = 48 47 46 6 = 17 296. N = \left(\begin{array}{c} 48 \\ 3 \end{array}\right) = \frac{48\cdot 47\cdot 46}6 = 17\:296.

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 3\times 1 . There are 6 6 = 36 6\cdot 6 = 36 possible positions.

  • Vertical line: fits in a box of 1 × 3 1\times 3 . There are 8 4 = 32 8\cdot 4 = 32 possible positions.

  • L-shape: fits in a box of 2 × 2 2\times 2 . There are 7 5 = 35 7\cdot 5 = 35 possible positions for each orientation, and with four different orientations that gives 4 × 35 = 140 4\times 35 = 140 .

In total, then, n = 36 + 32 + 140 = 208 n = 36 + 32 + 140 = 208 choices of three pieces result in a connected shape. The probability is p = n N = 208 17 296 = 0.012 025 9 p = \frac n N = \frac{208}{17\:296} = 0.012\:025\:9\dots Therefore we report the answer as 12026 \boxed{12026} .

Please remove the 1000000 p \lfloor 1000000p \rfloor , because then the answer would be 12025 12025 .

Shourya Pandey - 5 years, 1 month ago

Log in to reply

Note that the problem asks [ . . . ] [...] ( nearest integer) not . . . \lfloor ... \rfloor ( smaller integer).

Arjen Vreugdenhil - 5 years, 1 month ago

Exactly how I did it. Nice problem!!!

A Former Brilliant Member - 3 years, 1 month ago
Nicola Mignoni
Jul 9, 2019

It's easy to generalize for a h × l h \times l -size jigsaw puzzle. Following @Arjen Vreugdenhil solution, the probability P ( h , l ) \mathbb{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 ) ] ( h l 3 ) 1 \displaystyle \mathbb{P}(h,l)=[h(l-2)+l(h-2)+4(h-1)(l-1)] \binom{hl}{3}^{-1}

So, keeping the puzzle ratio of this particular one ( 4 : 3 ) (4:3) , we can solve

P ( 4 3 l , l ) = 1 1 0 6 \displaystyle \mathbb{P}\bigg(\frac{4}{3}l,l\bigg)=\frac{1}{10^6}

giving l 67 l \approx 67 and h 89 h\approx 89 . Hence, in order to be right, the nephew should have solved a 5963 5963 -pieces puzzle!

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...