Puzzles
4 December
Some numbers can be written as the sum of four consecutive numbers, for example: 142 = 34 + 35 + 36 + 37.
What is the mean of all the three-digit numbers that can be written as the sum of four consecutive numbers?
Show answer & extension
Hide answer & extension
The sum of four consecutive numbers starting at \(n\) is \(n + (n + 1) + (n + 2) + (n + 3) = 4n+6=4(n+1)+2\). This tells us that the numbers
that are the sum of four consecutive numbers are the numbers that are two more than multiples of 4. The smallest three digit number of this form is 102 and the largest is 998: the mean of these
two is 550. The second smallest and second largest are 106 and 994: the mean of these is also 550. All the numbers can be paired up in this way except for 550 itself, and so the mean of all the
numbers is 550.
Extension
What is the mean of all 3-digit numbers that can be written as the sum of \(k\) consective numbers, for different values of \(k\)? When is the answer an integer and when is it not?
18 December
Some numbers can be written as the product of two or more consecutive integers, for example:
$$6=2\times3$$
$$840=4\times5\times6\times7$$
What is the smallest three-digit number that can be written as the product of two or more consecutive integers?