How many solutions are possible for abcd = 512, where a, b, c and d are natural numbers?
Similar to different grouping( permutation and combination)
a,b,c,d will all be some power of 5 from 0 to 12.
This question is same as a + b + c + d = 12
Solutions = 15C3
12 identical things to 4 distinct groups = 15 C3 = 455