document.write( "Question 114630: The product of two consecutive natural numbers is 1056. Find the sum of these two numbers. \n" ); document.write( "
Algebra.Com's Answer #83391 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let x be the first (lower) number, then (x+1) is the next consecutive number.
\n" ); document.write( "\"x%28x%2B1%29+=+1056\" The product of theses two numbers is 1056. Subtract 1056 from both sides.
\n" ); document.write( "\"x%5E2%2Bx-1056+=+0\" Solve by factoring.
\n" ); document.write( "\"%28x-32%29%28x%2B33%29+=+0\" Apply the zero product principle.
\n" ); document.write( "If \"x-32+=+0\" then \"x+=+32\"
\n" ); document.write( "or
\n" ); document.write( "If \"x%2B33+=+0\" then \"x+=+-33\" Since the problem says \"two consecutive natural numbers\", discard the negtive solution.\r
\n" ); document.write( "\n" ); document.write( "\"x+=+32\" and \"x%2B1+=+33\" These are the two numbers.\r
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( "\"32%2A33+=+1056\"
\n" ); document.write( "
\n" );