Cracking the Modulo Mystery!

Report a typo

Consider the following conditions:
1. If x mod y = z, then y * (x // y) + z = x
2. x mod y gives the remainder of the division of x by y. If x is 25 and y is 7, which pair of values satisfy the above conditions simultaneously?

Select one option from the list

Create a free account to access the full topic