document.write( "Question 37226: The sum of two consectutive positive integers is 11 less than their product.
\n" );
document.write( "find the integers. \n" );
document.write( "
Algebra.Com's Answer #22913 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the two consecutive integers be x and x+1 \n" ); document.write( "(x)+(x+1)=(x)(x+1)-11 \n" ); document.write( "2x=x^2+x-12 \n" ); document.write( "x^2-x-12=0 \n" ); document.write( "Solve that and you get: \n" ); document.write( "x=4 \n" ); document.write( "4+1=5 \n" ); document.write( "Hence, the two numbers are 4 and 5. \n" ); document.write( "Paul. \n" ); document.write( " |