
#57 Prime jumps
set by Christopher Dearlove
If we start with 21 (which isn’t a prime number), how many times do we have to add 100 before we reach a prime number?
Which numbers below 100 can never be made to reach a prime number by adding multiples of 100?
Returning to the case of 21: one other non-prime below 100 needs the same multiple of 100 added to it to reach a prime. What is it?
Solution next week
#56 Square sums by four
Solution
The first number is 7, for which 12 + 22 + … + 72 is 140.
The remainder (on division by 4) of 12 + 22 + … + 202 = 2870 is 2.
The remainders will follow the pattern 1, 1, 2, 2, 3, 3, 0, 0, then repeat. Adding the square of an even number doesn’t change the remainder on division by 4, since the even number is a multiple of 2, and so its square is a multiple of 4.
Adding the square of an odd number will increase the remainder by 1, since odd numbers are of the form 2n+1 and their squares are therefore 4n2 + 4n + 1, which is one more than a multiple of 4.
Quick quiz #286
set by Corryn Wetzel
1 What was the first animal to have its genome fully sequenced?
2 When was the last time Halley's comet was visible from Earth?
3 What is the principle that explains lift created by an aeroplane wing?
4 Which has the greatest atomic mass: lead, plutonium or uranium?
5 What is the name of the sequence in which each number is the sum of the two preceding ones?
Quick quiz #286
Answers
1 The nematode worm (Caenorhabditis elegans)
2 1986
3 Bernoulli's principle
4 Plutonium
5 Fibonacci sequence