Suppose that x and y are integers with x = 3 mod 11 and y = 6 mod 11.
Solve for z: y^2 = 5x + z mod 11.
What I have done: By just doing the algebra I get z = 21 and then I do 21 mod 11 and get 10. Is that correct? I feel like that is too simple.
Note: All of the = should be the congruent sign.