Puzzles
2 December
In a week (Monday 12:01 to Monday 12:01 a week later), how many times will the minute hand of an analogue clock point in the same direction as the hour hand?
Show answer
Hide answer
In a 12 hour period, the hands will meet at 12:00, between 1 and 2, between 2 and 3, ..., between 9 and 10 and between 10 and 11. This is 11 times.
Therefore in a week, the hands will meet 154 times.
1 December
What is area of the largest area rectangle which will fit in a circle of radius 10?
Show answer
Hide answer
The largest rectangle will be a square. 20 (double the radius) will be the length of its diagonal.
By Pythagoras' Theorem, the sides of the square are \(10\sqrt{2}\). Therefore the area of the square is 200.
Santa
Each of the letters D, A, Y, S, N, T, B, R and E represents a different non-zero digit. The following sum is true:
$$
\begin{array}{cccccc}
D&A&D&D&Y\\
B&E&A&R&D&+\\
\hline
S&A&N&T&A
\end{array}
$$
This has a unique solution, but I haven't found a way to find the solution without brute force. This less insightful sum is also true with the same values of the letters (and should allow you to find the values of the letters using logic alone):
$$
\begin{array}{ccccc}
R&A&T&S\\
N&E&R&D&+\\
\hline
S&A&N&E
\end{array}
$$
Shooting hoops
You spend an afternoon practising throwing a basketball through a hoop.
One hour into the afternoon, you have scored less than 75% of your shots. At the end of the afternoon, you have score more than 75% of your shots.
Is there a point in the afternoon when you had scored exactly 75% of your shots?
Show answer & extension
Hide answer & extension
If there is not a point when you had scored exactly 75%, then there must be a shot which you score which took your average over 75%. In other words, there must be an $a$ and a $b$ so that:
$$\frac{a}{b}<\frac{3}{4}<\frac{a+1}{b+1}$$
Rearranging these inequalities gives:
$$4a<3b$$
$$3b+3<4a+4$$
Taking 3 from the bottom inequality gives:
$$4a<3b$$
$$3b<4a+1$$
Combining the inequalities gives:
$$4a<3b<4a+1$$
Therefore \(3b\) must be an integer which is between \(4a\) and \(4a+1\). But \(4a\) and \(4a+1\) are consecutive numbers so there is no other integer between them.
This means that this situation is impossible and there must have been a time when you had scored exactly 75% of your shots.
Extension
You spend another afternoon practising throwing a basketball through a hoop.
One hour into the afternoon, you have scored more than 75% of your shots. At the end of the afternoon, you have score less than 75% of your shots.
Is there a point in the afternoon when you had scored exactly 75% of your shots?
The self referential crossword
Fill in the following crossnumber grid so that each clue describes the solution.
For example, if some clues read "TEN DS", "ONE X" and "THREE ES" then there will be ten Ds, one X and three Es in the completed grid. The entries in the crossword include the spaces.
Cutting corners
The diagram below shows a triangle \(ABC\). The line \(CE\) is perpendicular to \(AB\) and the line \(AD\) is perpedicular to \(BC\).
The side \(AC\) is 6.5cm long and the lines \(CE\) and \(AD\) are 5.6cm and 6.0cm respectively.
How long are the other two sides of the triangle?
Show answer
Hide answer
Let \(A\), \(B\) and \(C\) represent the angles at points \(A\), \(B\) and \(C\). Looking at triangle \(ACE\) gives:
$$\sin A=\frac{5.6}{6.5}$$
And triangle \(ACD\) gives:
$$\sin C=\frac{6.0}{6.5}$$
Using Pythagoras' Theorem to find the missing sides in these triangles also gives:
$$\cos A=\frac{3.3}{6.5}$$
$$\cos C=\frac{2.5}{6.5}$$
We can use these to find \(\sin B\):
$$\begin{array}{rl}
\sin B&=\sin(\pi-A-C)\\
&=\sin(A+B)\\
&=\sin A\cos C + \cos A\sin C\\
&=\frac{5.6}{6.5}\frac{2.5}{6.5}+\frac{6.0}{6.5}\frac{3.3}{6.5}\\
&=\frac{33.8}{6.5^2}
\end{array}$$
Now the missing sides can be found using the sine rule:
$$\begin{array}{rl}
CB&=\frac{CA\sin A}{\sin B}\\
&=\frac{6.5\times\frac{5.6}{6.5}}{\frac{33.8}{6.5^2}}\\
&=\frac{6.5^2\times5.6}{33.8}\\
&=7\text{cm}
\end{array}$$
$$\begin{array}{rl}
AB&=\frac{CA\sin C}{\sin B}\\
&=\frac{6.5\times\frac{6}{6.5}}{\frac{33.8}{6.5^2}}\\
&=\frac{6.5^2\times6}{33.8}\\
&=7.5\text{cm}
\end{array}$$
Rugby scores
In a rugby (union) match, 3 point are scored for a kick, 5 for a try and 7 for a converted try. This scoring system means that some total scores can be achieved in different combinations, while others can be achieved in only one way.
For example, 14 can be scored in two ways (three kicks and a try; or two converted tries), while 8 can only be achieved in one way (try and a kick).
What is the highest score which can only be made in one way?
What is the highest score which can be made in two ways?
Show answer & extension
Hide answer & extension
11 is the highest score which can only be made in one way (try and two kicks).
Each of 12, 13 and 14 can be made in two ways:
- 12 - try and converted try; or four kicks
- 13 - converted try and two kicks; or two tries and a kick
- 14 - three kicks and a try; or two converted tries
Now any score higher than 14 can be made by adding kicks to one of these three. This gives at least two ways of making every score higher than this.
By a similar argument, it can be shown that 16 is the highest score which can only be made in two ways.
For the highest score which can be made in \(n\) ways, see the OEIS sequence
A261155.
Extension
Which is the highest rugby score such that if the number of tries scored is known, you can always tell how many of these tries were converted?
Quarter circle
Source: Maths Jam
A quarter circle is drawn in a square. A rectangle is drawn in the corner of the square which touches the circle and has sides of length 8 and 1.
What is the length of a side of the square?
Show answer
Hide answer
Let the radius of the circle by \(r\). Draw in the following two lines.
The sides of the triangle formed are \(r\), \(r-1\) and \(r-8\). By Pythagoras' Theorem:
$$(r-1)^2+(r-8)^2=r^2$$
$$r^2-2r+1+r^2-16r+64=r^2$$
$$r^2-18r+65=0$$
$$(r-13)(r-5)=0$$
$$r=5\text{ or }13$$
\(r\) must be larger than 8, \(r=13\).