document.write( "Question 450555: A triangle has a side of length x. The second side of the triangle is 2 inches longer than the first side. The third side is 4 inches longer than the first side. The square of the first side plus the square of the second side is equal to the square of the third side. What is the length of each side of the triangle? Use the 5-step method.
\n" ); document.write( "The 5-step method is:
\n" ); document.write( "1. Select a variable to represent the basic unknown number.
\n" ); document.write( "2. Represent all the other unknown numbers in terms of that variable.
\n" ); document.write( "3. Write an equation that represents the relationships stated in the problem.
\n" ); document.write( "4. Solve the equation.
\n" ); document.write( "5. Check.
\n" ); document.write( "

Algebra.Com's Answer #309962 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
x2+(x+2)2=(x+4)2
\n" ); document.write( "x2+x2+4x+4=x2+8x+16
\n" ); document.write( "2x2+4x+4=x2+8x+16
\n" ); document.write( "x2-4x-12=0
\n" ); document.write( "(x-6)(x+2)=0
\n" ); document.write( "x=6 or -2
\n" ); document.write( "Throwing out the negative answer, we get the first side to be 6in., the second side to be 8in., and the third side to 10in..
\n" ); document.write( "
\n" );