if (b-a)%m=0 then how can we conclude b%m=a%m
Please tell this modulo property?
@namangarg31
you can simply take any example where it is true and think of it.
eg:- a = 10, b=5 , m=5 then 10%5 = 5%5
if (b-a)%m=0 then how can we conclude b%m=a%m
@namangarg31
you can simply take any example where it is true and think of it.
eg:- a = 10, b=5 , m=5 then 10%5 = 5%5