The product of three successive positive integers is equal to the sum of average of these three integers and 4. Product of these three integers will be
according to the given condition
(x-1)*x*(x+1) = (x-1+x+x+1)/3 + 4
implies x^3-x = x+4
or x^3-2x-4 = 0
root of this equation = 2
so product = 1*2*3 = 6