Take the Roman numerals in sequence, and convert to the phonetic alphabet.
1 = I = India
5 = V = Victor
10 = X = X-Ray
50 = L = Lima
100 = C = Charlie
500 = D = Delta
??
Puzzle 3
The map below shows the street locations of a city. Position three police officers such that the entire length of every street can be seen by at least one officer.
Hint
What must the middle temperature be? Remember that the temperature are in degrees Celsius.
Answer
The temperatures were -6, -2, 2, 6, 10 °C.
Each day increased by a steady 4 degrees.
Reasoning
As the temperature rose steadily each day, we know that the middle temperature (Day 3) was 2 degrees (because the average was 2 degrees).
Since Day 3 was 2 degrees, and there were two negative temperatures, we know that the daily increase must have been at least 3 degrees (otherwise Day 2 would not have been negative).
If we check a daily increase of 3 degrees, the sequence would be -4, -1, 2, 5, 8, but this doesn't work as the product is less than 500.
If we check a daily increase of 4 degrees, the sequence would be -6, -2, 2, 6, 10, which does matches all of the requirements.
If we check a daily increase of 5 degrees, the sequence would be -8, -3, 2, 7, 12, but this doesn't work as the product is more than 2000.
Any larger increase makes the product even larger, so we can stop checking.