The cube of sum of a positive integer and its square is a five digit number. What will be the sum of cubes of sum of integer and its square for all possible value of integer.
Let the integer is x then according to given condition
(x+x^2)^3 = Five digit number
for x = 4; (x+x^2)^3 = Four digit number
for x = 7; (x+x^2)^3 = Six digit number
so x = 5 and 6
fox x = 5; (x+x^2)^3 = 27000
for x = 6; (x+x^2)^3 = 74088
Sum = 101088