document.write( "Question 446568: I am thinking of three consecutive integers. The square of the largest is 12 less than the sum of the squares of the other two. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #307556 by chriswen(106)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the first integer. \n" ); document.write( "Let x+1 be the second integer. \n" ); document.write( "Let x+2 be the third integer. \n" ); document.write( "... \n" ); document.write( "x^2+(x+1)^2=(x+2)^2+12 \n" ); document.write( "x^2+x^2+2x+1=x^2+4x+4+12 \n" ); document.write( "2x^2+2x+1=x^2+4x+16 \n" ); document.write( "2x^2-x^2+2x-4x+1-16=0 \n" ); document.write( "x^2-2x-15=0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x-5)(x+3)=0 \n" ); document.write( "x=5 .... or ... x= -3 \n" ); document.write( "x+1=6 or x+1=-2 \n" ); document.write( "x+2=7 or x+2=-1 \n" ); document.write( "Therefore, the three consecutive integers are 5,6 and 7. \n" ); document.write( "Or, -3, -2, and -1. \n" ); document.write( " |