document.write( "Question 957112: use the pythagorean theory to determine the value of x and the measurments of each side of the right triangle.
\n" );
document.write( "one side:5x
\n" );
document.write( "second side: x+8
\n" );
document.write( "thrid side: 5x-4\r
\n" );
document.write( "\n" );
document.write( "solve for x \n" );
document.write( "
Algebra.Com's Answer #803566 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! I'm assuming the third side is the hypotenuse.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(5x)^2 + (x + 8)^2 = (5x - 4)^2 \n" ); document.write( "25x^2 + x^2 + 16x + 64 = 25x^2 - 40x + 16 \n" ); document.write( "x^2 + 16x + 64 = -40x + 16 \n" ); document.write( "x^2 + 56x + 48 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the quadratic formula to find x. \n" ); document.write( " |