John Spilsbury likes jigsaw puzzles and is a mathematics riddler.
He states: "I only own landscape oriented puzzles in which the number of border pieces is exactly of the total number of pieces in that puzzle."
From each possible ( 'landscape' oriented) jigsaw puzzle that can be manufactured according to the given restriction John has one such puzzle in his small collection.
What is the total number of pieces of all of John's puzzles combined?
Note : Corner pieces also belong to the border.
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.
Let a , b be number of rows and number of columns, so a > b . Number of border pieces is 2 a + 2 b − 4 so we have a b 2 a + 2 b − 4 = 0 . 0 8 b = 2 5 + 2 5 a − 2 5 2 3 ⇒ a can have only following values: 5 0 , 1 4 0 , 6 0 0 as number a − 2 5 has to divide 2 5 × 2 3 and a > b . The total number of pieces is then: 5 0 × 4 8 + 1 4 0 × 3 0 + 6 0 0 × 2 6 = 2 2 2 0 0