document.write( "Question 1001984: The product of two consecutive positive integers is 482 more than the next integer. What is the largest of the three integers?\r
\n" );
document.write( "\n" );
document.write( "ONLY OPTIONS:
\n" );
document.write( "19
\n" );
document.write( "24
\n" );
document.write( "22
\n" );
document.write( "20 \n" );
document.write( "
Algebra.Com's Answer #619005 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! x, x+1, x+2 are three consecutive integers \n" ); document.write( "x * (x+1) = (x+2) + 482 \n" ); document.write( "x^2 +x = x +484 \n" ); document.write( "x^2 = 484 \n" ); document.write( "x = 22 \n" ); document.write( "the three consecutive integers are 22, 23, 24 \n" ); document.write( "the largest integer is 24 \n" ); document.write( " \n" ); document.write( " |