Calculating with a modulus [10 points] Assign to the Latin alphabet (the alphabet used for English) these values for each letter: o for 'a', 1 for 'b', 2 for 'c', ..., 25 for 'z'. 1. Translate the word 'encryption' into a sequence of values as given above (for example, 'hello' would become 7 4 11 11 14) 2. Multiply each of those numbers by 7 3. Take each of those numbers modulo 26, that is, divide each by 26 and write down the remainder 4. Translate those numbers back into letters