document.write( "Question 1045107: Find 3 consecutive numbers where the product of the smaller two numbers is 19 less than the square of the largest number? \n" ); document.write( "
Algebra.Com's Answer #660583 by ikleyn(52779)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Find 3 consecutive numbers where the product of the smaller two numbers is 19 less than the square of the largest number?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "\"n%2A%28n%2B1%29\" = \"%28n%2B2%29%5E2+-+19\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"n%5E2+%2B+n\" = \"n%5E2+%2B+4n+%2B+4+-+19\",\r\n" );
document.write( "\r\n" );
document.write( "n = 4n - 15,\r\n" );
document.write( "\r\n" );
document.write( "15 = 3n,\r\n" );
document.write( "\r\n" );
document.write( "n = 5.\r\n" );
document.write( "\r\n" );
document.write( "The three consecutive numbers are  5,  6,  and 7.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );