Brain teaser- 4

Rajesh (Service ) (7576 Points)

11 February 2013  

If:
2 3 = 10
7 2 = 63
6 5 = 66
8 4 = 96
9 7 = ?? 

 

Please do not write your answer here....

 

f(n,m) = (n + m) * n
e.g. f(2,3) = (2 + 3) * 2 = 10
Hence, f(9,7) = (9 + 7) * 9 = 144