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.

Solution of the Week #399 - What's Wrong

That OAB and BDC are equal presupposes that AC and BD are parallel. This is an unwarranted assumption.

Instead we should work out what the angle AOB is. If OAB is indeed 32 degrees, then to complete the 180 degrees of the triangle OAB, angle AOB should be 58 degrees.

Alternatively, if we assume CDB is indeed 32 degrees, then from the central angle theorem, AOB is equal to twice 32: 64 degrees.

So both marked angle being 32 degrees leads to a contradiction.

If OAB is 32 degrees, BDC is 29 degrees, whereas if BDC is 32 degrees, OAB is 26 degrees. The only time they can be equal is if they are both equal to 30 degrees.

Solution of the Week #398 - Find the Radius

If we draw a line from the origin, directly through the centre of the circle and to the point where the arc and the circle meet, that line is clearly equal to R, but it is also equal to (sqrt(2)+1)*r, where r is the radius of the circle. So we have R = (sqrt(2)+1)*r, and if we square both sides (you’ll see why in just a moment) we get:

R^2 = (2*sqrt(2)+3)*r^2

We can also form a right-angle triangle using the origin and the line of length 1, to get:

R^2 = (2r)^2 + 1 = 4r^2 + 1

So we have two alternative equations for R^2, which we can equate:

(2*sqrt(2)+3)*r^2 = 4r^2 + 1

Making r^2 the subject gives:

r^2 = 1/(2*sqrt(2)–1)

Which we can make the denominator rational by multiplying top and bottom by 2*sqrt(2)+1:

r^2 = (2*sqrt(2)+1)/7

We can find R^2 by using either of the relations we worked out previously:

R^2 = 4(2*sqrt(2)+1)/7 + 1

R^2 = (11+8*sqrt(2))/7

Finally R= sqrt((11+8*sqrt(2))/7) ~ 1.7854

 

Now for the 3-point solution, let R^2 = x

x = (11+8*sqrt(2))/7

but we would like it to look like the quadratic formula (-b +/- sqrt(b^2-4ac))/2a , so the first thing we need is an even number in the denominator, and we also need to bring the 8 under the square root:

x = (22+sqrt(512))/14

So, a = 7, b = -22, and b^2-4ac = 512, 484 - 28c = 512, therefore c = -1

So the polynomial in x is:

7x^2 – 22x - 1

And back in terms of R is:

7R^4 - 22R^2 - 1

This polynomial has four roots, however two are complex, and one is negative, and so the only positive real root is the value for R that we previously found.

 

 

Solution of the Week #397 - Starting Squares

16974441796

1 = 1^2

16 = 4^2

169 = 13^2

169744 = 412^2

16974441796 = 130286^2

 

1,4 or 9 would satisfy the first part

16 or 49 would satisfy the next part

169 is the only number that satisfies the next part

To proceed we need a square number that lies between 169000 and 169999. By taking the square root of both those numbers, we find the only whole number between them is 412, therefore 412^2 = 169744 is the only number which satisfies the next part.

Similarly, we take the square root of 16974400000 and 16974499999 and find only one whole number between them: 130286. Therefore the answer is 130286^2 = 16974441796.