Raj encoded a secret phrase using matrix multiplication. Using A=1, B=2, C=3 , and so on, he multiplied the clear text code for each letter by the matrix
C=[2 5]
[1 2]
to get a matrix that represents the encoded text. The matrix representing the encoded text is
[85 111 135 111 95 101 153]
[38 46 55 45 41 44 64]
What is the secret phrase? Determine the location of spaces after you decode the text.
A. YUMMY IS THE CORN
B. THE TOMATO IS RED
C. THE CORN IS YUMMY
D. RED IS THE TOMATO