document.write( "Question 902197: find three consecutive natural numbers whose sum is equal to the product of the first two numbers? \n" ); document.write( "
Algebra.Com's Answer #547154 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "x + x+1 + x+2 = x(x+1)
\n" ); document.write( "x^2 -2x - 3 = 0 Using Positive Solution for a Natural Number
\n" ); document.write( "(x-3)(x+1)= 0, x = 3
\n" ); document.write( "the three consecutive natural numbers are: 3, 4, 5
\n" ); document.write( "And Checking...
\n" ); document.write( "12 = 3(4) \n" ); document.write( "
\n" );