$(12\cdot 53 ) \bmod 32$
In the above case, if I multiple 12 by 53 and then take mod then what is the use of modular arithmetic. The other way is:
$(12\cdot 53 ) mod 32 = (12 mod 32 = 12) + (53 mod 32 = 21)$ but the sum is 33 which is not correct.
Somebody please guide me.
Zulfi.