Solution of the Week #421 - Odd Prime Balance

The lowest solution is achieved when T is 6 and U is 24. To find the values of V to Z, just choose the lowest number for which p, p+6 and p+24 are all prime, then the next lowest without overlapping, etc. So, our V to Z are 5, 7, 17, 37 and 47.

 

Our A to O will then be:

A = 5

B = 7+6 = 13

C = 17+24 = 41

D = 37

E = 47+6 = 53

F = 5+24 = 29

G = 7

H = 17+6 = 23

I = 37+24 = 61

J = 47

K = 5+6 = 11

L = 7+24 = 31

M = 17

N = 37+6 = 43

O = 47+24 = 71

 

Giving a total of 489, using 15 of the first 20 prime numbers.

Thanks to Graham Holmes for finding this optimal solution.

 

Solution of the Week #419 - Minimum Triangle

It is tempting to think that the triangle would need to be Pythagorean. Certainly for any Pythagorean triangle, the values of a and b would be whole numbers, and c would be a rational number. Suitably scaled up, this too can become a whole number. For instance, if we started with a 3-4-5 triangle, a would be 2 and b would be 3. c would work out to be 2.4. Scaling everything by 5 would give a solution of (10,15,12) with a total of 37. This is not however the minimum solution.

It's a nice little fact that the area of such a triangle is simply a*b. It’s simple enough to prove with a bit of algebra; I’ll leave it to the reader to try it. And if you find a nice geometric proof, let me know as thus far one has eluded me!

That being the case, (a+b)*c/2, the standard way of finding the area, must be equal to a*b. Rearranging, we need to find two numbers a and b such that their product divided by their sum is either a whole number or a half number. The first such pair is 2 and 6, yielding the minimum solution of (2,6,3). The area is 12, which is both 2*6 and (2+6)*3/2. So the answer is 11. The resulting triangle is certainly not Pythagorean, having sides (2*sqrt(7)-2, 2*sqrt(7)+2,8).

 

Solution of the Week #416 - 2023 Rectangle Ratio

The first thing to notice is that the area given for the square is not a square number. Since ultimately we are only interested in the ratio of sides of the rectangle, we should have no problem scaling up the figure so that it is. Since 3375 = 3^3 * 5^3, if we multiply this (and the rectangle area) by 15, we will get a square number. The side of the square will then be 225, and the new rectangle area will be 2023*15 = 30345.

The other dimensions in the figure below are related to one another by Pythagoras and similar triangles.

120 + 105 = 225

255 * 119 = 30345

225^2 + 120^2 = 255^2

255/225 = 119/105

Since all those are satisfied, these must be the correct dimensions. Therefore the ratio of the rectangle’s sides is 255/119, which is 15/7.

Solution of the Week #414 - Mystery Sequence

Each number is the lowest number that hasn’t yet appeared in the sequence, that begins with the last letter of the previous number.

 ONE – EIGHT – TWO – ONE HUNDRED – DECILLION – NINE – ELEVEN – NINETEEN - NINETY

 No numbers begin with ‘y’.

 I realise I’ve been a little inconsistent with names of numbers, allowing 100 to be called ‘one hundred’ but 10^33 as merely ‘decillion’ not ‘one decillion’ but that was the only way!

 

Solution of the Week #413 - Interior Point

Since the lines meet the edges of the square at the midpoints, we can divide the square into pairs of triangles with identical areas as below.

From the puzzle a+b=33, c+d=39, therefore the entire square, 2(a+b+c+d)=144, so the square is 12x12 and the base length of each of the eight triangles is 6. Because it is a square we also know that the a and c triangles make up half the area, and the b and d triangles make up the other. So a+c=b+d=36.

With all of this information we can determine the values of the individual areas to be a=12, b=21, c=24, d=15.

Looking only at the areas a and d will pinpoint the coordinates of the interior point (4,5).

 

Solution of the Week #411 - Best Remakes

Winner 1930, nominated 2022: All Quiet on the Western Front

Winner 1961, nominated 2021: West Side Story

Nominated 1933 and 2019: Little Women

Nominated 1937 and 2018: A Star Is Born

Nominated 1935 and 2012: Les Miserables

Nominated 1952 and 2001: Moulin Rouge

Nominated 1943 and 1978: Heaven Can Wait

Nominated 1936 and 1968: Romeo and Juliet

Nominated 1934 and 1963: Cleopatra

Winner 1935, nominated 1962: Mutiny on the Bounty

Solution of the Week #409 - Classes

If we say that class B has ‘x’ girls, and class C has ‘y’ boys, then class A has 2x girls and 4y boys. Also, we are told that class C has 2 more girls than class B has boys, but since the classes are equal that means class B has 2 more girls than class C has boys. So x = y+2. Class A has 2(y+2) girls and 4y boys, so 6y+2 students in total. Again since all classes are equally sized, class B has y+2 girls and therefore 5y+2 boys, and class C has y boys and therefore 5y+4 girls. In total there are 8y+10 girls and 10y+2 boys. Since we are told these numbers too should be equal, y=4.

Therefore class A has 12 girls and 16 boys, class B has 6 girls and 22 boys, and class C has 24 girls and 4 boys. There are 84 students in total.

 

Solution of the Week #407 - Strange Area Dissection

It is possible for this shape to tile the infinite plane, if copies of the shape are rotated 45, 135, 225 and 315 degrees from the original. You can then overlay a unit square grid which neatly lines up with the shape as below:

Translating this back to the original shape, this corresponds to drawing lines from the centre of the semicircle to each of the 90 degree corners, dissecting the shape into two isosceles triangles and a dart shape. Not only is this a dissection in only three pieces, but it can be hinged as well, a la Henry Dudeney.

Solution of the Week #405 - Number Hunt

All prime numbers except for 2 and 3 are either of the form 6n+1 or 6n-1.

A number of the form 6n+1 can be expressed as 9+25+3(2n-11). The first two numbers are obviously composite. The last is composite whenever 2n-11 is at least 3, so when n is 7 or more. So 43, 49, 55, 61, etc. The highest prime number in this class below 43 is 37.

A number of the form 6n-1 can be expressed as 9+35+3(2n-15). Again the first two numbers are obviously composite. The last is composite whenever 2n-15 is at least 3, so when n is 9 or more. So 53, 59, 65, 71, etc. The highest prime number in this class below 53 is 47.

Therefore the answer is 47.

For completeness, the full list of prime numbers that cannot be expressed as the sum of three positive composite odd numbers is:

2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41 and 47.