document.write( "Question 297054: The longest side of a right triangle is 4 inches more than the shortest side. The third side is 8 inches. Find the length of each side.\r
\n" );
document.write( "\n" );
document.write( "What i've tried : x^2+8^2= (4x+x)^2 (Pythagorean theorem)
\n" );
document.write( "x^2+64= (4x+x) (4x+x)
\n" );
document.write( "x^2+64= 16x^2+4x^2+4x^2+x^2 (FOIL method)
\n" );
document.write( "x^2+64= 25x^2 (might've done the foiling wrong)
\n" );
document.write( "Then i subtracted x^2 and 64 to bring terms to the right and got a quadratic equation: 0=24x^2-64
\n" );
document.write( "Factored :(6x-8) (4x+8)
\n" );
document.write( "My solutions were 4/3 and 2. Not sure if this is correct... they don't match up when plugged into the pythagorean theorum. Any assist on this would be greatly appreciated. The examination will be presented on wed. \n" );
document.write( "
Algebra.Com's Answer #213946 by richwmiller(17219) You can put this solution on YOUR website! shortest side x \n" ); document.write( "other side 8 \n" ); document.write( "longest side=hypotenuse x+4 \n" ); document.write( "x^2+64=(x+4)^2 \n" ); document.write( "x=6 \n" ); document.write( " x+4=10 \n" ); document.write( "6,8,10 the classic 3,4,5 right triangle\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |