If f (a.b) = f(a) + f(b) and f (2) = 3, then f (32) equals how can we get 15 after this
f(16) = f(8) + f(2) + f(2) ? what's the next step ?