Superposed_Cat
- 388
- 5
Hey all, if x=y%z How do i solve for y?
Take an example:Superposed_Cat said:Hey all, if x=y%z How do i solve for y?
Yes, ## y = nz+x## ##∀x,y,z,n ∈ ℤ ## is more inclusive.HallsofIvy said:Why greater than 0? -6= 3%9 because -6= 3+ (-1)9.