$y \equiv 7x\pmod{26}$ to encrypt the plaintext message “WATCH OUT”.
$A=0$
$Z=25$
I would assume that I would need to solve the $y\equiv 7x \pmod{26}$ equation firstly, before I would then be able to encrypt the "watch out" material. At present, I am not sure how to do this.
I did by 7(x) with x being the plain text value. W=22, ergo, 7(22) is 154,
154/26=5.9 (drop the fraction) 526=130 526 remainder of 24 So....answer is....24
Making it Y.
However, I am stuck with A. Because A is 0, this suggests that the value is 26, but 26 is not present, as Z=25
– Jack White Mar 30 '19 at 20:06