Puzzles
22 December
22 is two times an odd number. Today's number is the mean of all the answers on days (including today) that are two times an odd number.
Clarification: You are taking the mean for answers on days that are two times an odd numbers; ie. the days are two times odd, not the answers.
21 December
The factors of 6 (excluding 6 itself) are 1, 2 and 3. \(1+2+3=6\), so 6 is a perfect number.
Today's number is the only three digit perfect number.
20 December
What is the largest number that cannot be written in the form \(10a+27b\), where \(a\) and \(b\) are nonnegative integers (ie \(a\) and \(b\) can be 0, 1, 2, 3, ...)?
Show answer & extension
Hide answer & extension
Any number can be written as \(10a+27b\) with integer \(a\) and \(b\), since \(1=3\times27-8\times10\).
So the problem may be thought of as asking when one of \(a\) and \(b\) must be negative.
Given one way of writing a number, you can get the others by shifting by 14*29. For example,
$$219 = 10\times30 - 27\times3$$ $$= 10 + 10\times29 - 27\times3 $$ $$= 1\times10 + 27\times11$$
So the question now becomes: When does this adjustment fail to eliminate negative numbers?
This is when you are at what Pedro calls "limit coefficients":
$$10\times(-1) + 27\times13 = 10\times28 + 27\times(-1) = 233$$
So the answer is 233.
Extension
Let \(n\) and \(m\) be integers. What is the largest number that cannot be written in the form \(na+mb\), where \(a\) and \(b\) are nonnegative integers?
19 December
Put the digits 1 to 9 (using each digit exactly once) in the boxes so that the products are correct. Today's number is the smallest number that can be made using the digits in the red boxes.
| × | | × | | = 90 |
× | | × | | × | |
| × | | × | | = 84 |
× | | × | | × | |
| × | | × | | = 48 |
= 64 | | = 90 | | = 63 | |
18 December
Today's number is the maximum number of pieces that a (circular) pancake can be cut into with 17 straight cuts.
17 December
Arrange the digits 1-9 in a 3×3 square so that every row makes a three-digit square number, the first column makes a multiple of 7 and the second column makes a multiple of 4.
The number in the third column is today's number.
| | | square |
| | | square |
| | | square |
multiple of 7 | multiple of 4 | today's number |
15 December
The string ABBAABBBBB is 10 characters long, contains only A and B, and contains at least three As.
Today's number is the number of different 10 character strings of As and Bs that have at least three As.
Show answer
Hide answer
The number of 10 character strings containing at least 3 As is equal to
the number of 10 character strings containing exactly 3 As
plus
the number of 10 character strings containing exactly 4 As
plus ... plus
the number of 10 character strings containing exactly 10 As.
The number of 10 character strings containing exactly \(a\) As is \(\left(\begin{array}{c}10\\a\end{array}\right)\) ("10 choose \(a\)").
Therefore the number we are looking for is
$$
\left(\begin{array}{c}10\\3\end{array}\right)
+
\left(\begin{array}{c}10\\4\end{array}\right)
+
\left(\begin{array}{c}10\\5\end{array}\right)
+
\left(\begin{array}{c}10\\6\end{array}\right)
+
\left(\begin{array}{c}10\\7\end{array}\right)
+
\left(\begin{array}{c}10\\8\end{array}\right)
+
\left(\begin{array}{c}10\\9\end{array}\right)
+
\left(\begin{array}{c}10\\10\end{array}\right)
$$
You can work this out by either using the formula \(\left(\begin{array}{c}n\\r\end{array}\right)=\frac{n!}{r!(n-r)!}\), or by remembering that
these numbers all appear in the 10th row of
Pascal's triangle.
The answer is 968.