document.write( "Question 172148: the product of two consecutive integers is 41 more than their sum. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #132237 by EMStelley(208)![]() ![]() You can put this solution on YOUR website! Call the first integer x. Then the next one can be represented by x+1. Then the product of the two is x(x+1) and \"41 more than their sum\" can be represented by 41+x+x+1. So \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So x=7 and x=-6. Which one could be correct? Or both? Let's check. If x=7, the other integer is 8, so \n" ); document.write( "7(8)=41+7+8 \n" ); document.write( "56=65 \n" ); document.write( "And if x=-6 the other integer is -5, so \n" ); document.write( "-6(-5)=41+(-6)+(-5) \n" ); document.write( "30=30 \n" ); document.write( "So both are solutions. \n" ); document.write( " |