9514 1404 393
Answer:
KEEP CALM AND DO THE MATH
Explanation:
a) Our decoding strategy is to try to determine the mapping of code numbers to letters by looking at the range and/or frequency of the numbers. The minimum code value is 15, and the maximum is 41. We assume this means the value 15 corresponds to the letter A. Since the code is linear and the coefficient is 1, we assume this is a simple substitution code. We can find the letter number by subtracting 14 from the code number.
__
b) The decoding function will be ...
alphabet[n-14]
where alphabet[x] returns the x-th letter of the alphabet, and n is the code number. Subtracting 14 from the message numbers gives alphabet index number ...
11, 5, 5, 16, 27, 3, 1, 12, 13, 27, 1, 14, 4, 27, 4, 15, 27, 20, 8, 5, 27, 13, 1, 20, 8
The value 27 refers to a non-alphabetic character, which we choose to interpret as a space. The attachment shows the relation between these numbers and letters of the alphabet.
__
c) The message is ...
KEEP CALM AND DO THE MATH