I am implementing an equation in a c++ prgram that takes 2single digit integers and adds them together, then this sum ismodulo’d with 10. Now I need an equation that will reverse theprocess. For Example the equation I am using is essentially:
(X+Y)%10 = Z
X and Y are given in this instance, but to reverse the process Zand Y are known and I need to solve for X.
Expert Answer
An answer will be send to you shortly. . . . .