document.write( "Question 286294: When one integer is added to the square of the next consecutive integer, the sum is 41. Find the integers.\r
\n" );
document.write( "\n" );
document.write( "Please show how to solve this? \n" );
document.write( "
Algebra.Com's Answer #207608 by oberobic(2304) ![]() You can put this solution on YOUR website! The answer that springs to mind is 5 + 6*6 = 41. \n" ); document.write( "But that tells the story without showing the work. \n" ); document.write( ". \n" ); document.write( "x = one integer \n" ); document.write( "x+1 = the next consecutive integer \n" ); document.write( ". \n" ); document.write( "x + (x+1)^2 = 41 \n" ); document.write( ". \n" ); document.write( "Collect terms and simplify \n" ); document.write( ". \n" ); document.write( "x + x^2 + 2x + 1 = 41 \n" ); document.write( "x^2 + 3x -40 = 0 \n" ); document.write( ". \n" ); document.write( "factor \n" ); document.write( ". \n" ); document.write( "(x+8)(x-5) = 0 \n" ); document.write( ". \n" ); document.write( "So we have TWO possible answers: x= -8, x=5. \n" ); document.write( ". \n" ); document.write( "5 and 6 is one answer, as mentioned above and confirmed. \n" ); document.write( ". \n" ); document.write( "But by doing the work, we have another candidate. \n" ); document.write( ". \n" ); document.write( "With quadratic terms you sometimes get what are called spurious answers: answers that cannot be correct. The answer x= -8 might not work, but let's check it. \n" ); document.write( ". \n" ); document.write( "-8 + -7^2 = -8 + 49 = 41 \n" ); document.write( ". \n" ); document.write( "Correct! That show how important it is to do and to show the work. \n" ); document.write( ". \n" ); document.write( "Answer: \n" ); document.write( "The two consecutive integers are 5 and 6 or -8 and -7. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |