document.write( "Question 242807: The product of two consecutive integers is 71 more than their sum. Find the integers.\r
\n" );
document.write( "\n" );
document.write( "I think that the integers will be 71 plus the total of the two integers but I am really confused on how you will get that. \n" );
document.write( "
Algebra.Com's Answer #177787 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Setup what you know using the fewest unknowns. \n" ); document.write( "Two consecutive numbers could be called x & y. \n" ); document.write( "BUT, calling them x and x+1 is much easier and uses only one unknown. \n" ); document.write( "The product would be: \n" ); document.write( "x(x+1) = x^2+ x \n" ); document.write( "The sum would be: \n" ); document.write( "x + (x+1) = 2x + 1 \n" ); document.write( "... \n" ); document.write( "We are told the product is 71 more than the sum, or the sum + 71 = product. \n" ); document.write( "Substituting the formulas we have developed \n" ); document.write( "2x + 1 + 71 = x^2 + x \n" ); document.write( "... \n" ); document.write( "Now we need to do the algebra to get it into standard form... \n" ); document.write( "Subtracting x^2 + x from both sides \n" ); document.write( "2x + 1 + 71 - (x^2 + x) = 0 \n" ); document.write( "Simplify \n" ); document.write( "2x + 1 + 71 - x^2 - x = 0 \n" ); document.write( "Rearranging and combining terms \n" ); document.write( "-x^2 + x + 72 = 0 \n" ); document.write( "Multiplying both sides by -1 to make it look friendlier... \n" ); document.write( "x^2 - x - 72 = 0 \n" ); document.write( "Factoring we arrive at \n" ); document.write( "(x + 8)(x - 9) = 0 \n" ); document.write( "So x must be either -8 or 9. \n" ); document.write( "(Actually, algebra tells us that BOTH are answers.) \n" ); document.write( "... \n" ); document.write( "Checking our work is now the key to knowing the answer. \n" ); document.write( "If x = 9, then the two consecutive integers are 9 and 10. \n" ); document.write( "Does 2x + 1 + 71 = x^2 + x, when x = 9? \n" ); document.write( "2(9) + 1 + 71 (equals?) 9(9) + 9?? \n" ); document.write( "18 + 1 + 71 = 18 + 72 = 9(2) + 9(8) = 9(10) = 90 \n" ); document.write( "9(9) + 9 = 81 + 9 = 90 \n" ); document.write( "So x = 9 works quite nicely. \n" ); document.write( "... \n" ); document.write( "What about x = -8? \n" ); document.write( "(ugly grunt work must be done.) \n" ); document.write( "Does 2x + 1 + 71 = x^2 + x, when x = -8? \n" ); document.write( "2(-8) + 1 + 71 = -16 + 1 + 71 = -16 + 72 = 56 \n" ); document.write( "(-8)^2 + (-8) = 64 - 8 = 56 \n" ); document.write( "56 = 56 is TRUE! (smile) \n" ); document.write( "... \n" ); document.write( "We have two answers. \n" ); document.write( "x = -8 or 9 \n" ); document.write( "The two consecutive numbers are either 8 & 9 or -8 & -7. \n" ); document.write( "... \n" ); document.write( "Note that we are not too surprised by having two solutions because we have a QUADRATIC equation. \n" ); document.write( " |