document.write( "Question 295198: Hello,\r
\n" );
document.write( "\n" );
document.write( "I am using the pythagorean theorem to obtain a polynomial equation. This is the scenario:\r
\n" );
document.write( "\n" );
document.write( "A right angle has a hypotenuse that is 13 inches long. If one leg is 2 inches more than twice the other leg, find the length of the longer leg of the right triangle.\r
\n" );
document.write( "\n" );
document.write( "I have attempted this using the following information, however I am relatively sure that there is a flaw.\r
\n" );
document.write( "\n" );
document.write( "leg 1 = x
\n" );
document.write( "leg 2 = 2x + 2
\n" );
document.write( "hypotenuse = x + 13\r
\n" );
document.write( "\n" );
document.write( "Applying the pythagorean theorem A^2 + B^2 = C^2 I have formed this equation.\r
\n" );
document.write( "\n" );
document.write( "(X)^2 + (2x + 2)^2 = (x + 13)^2\r
\n" );
document.write( "\n" );
document.write( "My answer should be 12 inches but I cannot figure this out.....PLEASE HELP!!!\r
\n" );
document.write( "\n" );
document.write( "Thanks,
\n" );
document.write( "LW \n" );
document.write( "
Algebra.Com's Answer #212780 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! hypotenuse is 13 not x+13 \n" ); document.write( "Also don't switch from X to x in the same equation. Use one or the other. \n" ); document.write( "Angles don't have hypotenuse. Triangles do. \n" ); document.write( "x^2 + (2x + 2)^2 = (13)^2 \n" ); document.write( "This a special right triangle 5,12,13 \n" ); document.write( "x=5 \n" ); document.write( "2x+2=12 \n" ); document.write( " |