Does anyone know how to reverse this equation when only Y, Z are known? I want to know what X is.
(X + Y) % 62 = Z
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
means that X+Y = 62*n + Z for arbitrary integer n, from that follows
where n can be any integer value, if you need single solution you can pick arbitrary one or if you have any extra limitations on X value you’ll need to find X that satisfies them