document.write( "Question 123585: please help me to solve this:
\n" );
document.write( "find three consecutive integers. the square of the largest one equals the sum of the squares of the other two. \n" );
document.write( "
Algebra.Com's Answer #90706 by nadinadan(32)![]() ![]() ![]() You can put this solution on YOUR website! Answer: \n" ); document.write( "Let's change the words into math operations. \n" ); document.write( "(x+2)^2=(x+1)^2 +x Simplify \n" ); document.write( "x^2+2x+4=x^2+2x+1+x Put all the numbers on one side of the equal sign. \n" ); document.write( "x^2+2x+4-x^2-2x-1-x=0 Simplify \n" ); document.write( "x=3 \n" ); document.write( "So the 3 consecutive numbers are 3,4,5. \n" ); document.write( "Verify: 5^2=3^2+4^2 25=9+16 \n" ); document.write( " |