n divides a-b means that a-b = kn, for some integer k.
n divides c-d means that c-d = rn, for some integer r.
So, ac = (b+kn)(d+rn)
ac = bd +rnb + knd + krn2
ac - bd = n(rb + kd + krn)
Since r,b,k,d, and n are integers, so is rb + kd + krn.
Therefore, ac - bd is divisible by n.