//a mod x = b ; 0 = (b-a) mod x ; 0 = b mod x - a mod x ;(b-a)mod x=0 ; |b-a| should be divisible by that x greater than b.