document.write( "Question 1008541: Find three consecutive natural numbers if the square of the smallest number is 65 less than the product of the remaining two numbers. \n" ); document.write( "
Algebra.Com's Answer #624171 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Find three consecutive natural numbers if the square of the smallest number is 65 less than the product of the remaining two numbers.
\n" ); document.write( "--------
\n" ); document.write( "1st:: x-1
\n" ); document.write( "2nd:: x
\n" ); document.write( "3rd:: x+1
\n" ); document.write( "--------
\n" ); document.write( "Equation:
\n" ); document.write( "(x-1)^2 = x(x+1)-65
\n" ); document.write( "------
\n" ); document.write( "x^2 - 2x + 1 = x^2 + x - 65
\n" ); document.write( "---------
\n" ); document.write( "3x = 66
\n" ); document.write( "-----
\n" ); document.write( "x = 22
\n" ); document.write( "---
\n" ); document.write( "x-1 = 21
\n" ); document.write( "x = 22
\n" ); document.write( "x+1 = 23
\n" ); document.write( "------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "------------
\n" ); document.write( "
\n" );