can someone provide a proof with induction on why the Russian peasant multiplication work ?
if you don't know what that is , here is the algorithm :
P(2·a,⌊b/2⌋) : b>1 and b is even number
P(a,b):= P(2·a,⌊b/2⌋)+a : b>1 and b is odd number
a :b=1