document.write( "Question 874202:
\n" );
document.write( "A triangle has a side of length of x.
\n" );
document.write( "The second side of the triangle is 2 inches longer than the first side.
\n" );
document.write( "The third side is 4 inches longer than the first side.
\n" );
document.write( "The square of the first side plus the square of the second side is equal to the square of the third side.
\n" );
document.write( "What is the length of each side of the triangle.\r
\n" );
document.write( "\n" );
document.write( "5- Step method needs to show how problem is solved and checked
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #527402 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A triangle has a side of length of x. \n" ); document.write( "The second side of the triangle is 2 inches longer than the first side. \n" ); document.write( "x+2 \n" ); document.write( "The third side is 4 inches longer than the first side. \n" ); document.write( "x+4 \n" ); document.write( "The square of the first side plus the square of the second side is equal to the square of the third side. \n" ); document.write( "x^2+(x+2)^=(x+4)^2 \n" ); document.write( "What is the length of each side of the triangle.\r \n" ); document.write( "\n" ); document.write( "x^2+x^2+4x+4=x^2+8x+16\r \n" ); document.write( "\n" ); document.write( "x^2-4x-12=0\r \n" ); document.write( "\n" ); document.write( "x^2-6x+2x-12=0\r \n" ); document.write( "\n" ); document.write( "x(x-6)+2(x-6)=0 \n" ); document.write( "(x-6)(x+2)=0\r \n" ); document.write( "\n" ); document.write( "x=6 \n" ); document.write( "ignore negative\r \n" ); document.write( "\n" ); document.write( "6,8,10 are the sides\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |