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 #22929 by askmemath(368)![]() ![]() ![]() You can put this solution on YOUR website! 2 Consecuitve numbers = X and X+1 ( e.g. 3 and 4 are consecuitve and they differ by 1)\r \n" ); document.write( "\n" ); document.write( "Sum = X +X+1 = 2X+1 \n" ); document.write( "Product = X(X+1) = \n" ); document.write( "Sum less than product by 11 which means Sum+11 = Product \n" ); document.write( " \n" ); document.write( "Re-arranging \n" ); document.write( " \n" ); document.write( "
|