document.write( "Question 446910: I tried using the solver for this problem but I still can't get it right. Can someone help me? I have read about legs but I'm not sure which leg is which, so I'll have to descibe the problem as height, width, and diagonal. The problems says:
\n" );
document.write( "Use a Pythagorean theorem to find the value of x. The height of the triangle is x-10 and the diagonal is x+10, the width is x. When I used the solver it gave me the answer of 0, which was wrong.
\n" );
document.write( "Thanks
\n" );
document.write( "
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " x
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #307857 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Use a Pythagorean theorem to find the value of x. \n" ); document.write( " The height of the triangle is x-10 and the diagonal is x+10, the width is x. \n" ); document.write( ": \n" ); document.write( "You don't need a solver for something as simple as this: \n" ); document.write( " a^2 + b^2 = c^2 is all you need to know \n" ); document.write( "where a and b are the legs, which is which does not matter \n" ); document.write( "c = the hypotenuse (or diagonal) and is always the longest dimension \n" ); document.write( ": \n" ); document.write( "In your problem \n" ); document.write( "x^2 + (x-10)^2 = (x+10)^2 \n" ); document.write( "FOIL \n" ); document.write( "x^2 + (x^2 - 20x + 100) = x^2 + 20x + 100 \n" ); document.write( "Combine like terms on the left \n" ); document.write( "x^2 + x^2 - x^2 - 20x - 20x + 100 - 100 = 0 \n" ); document.write( "which is \n" ); document.write( "x^2 - 40x = 0 \n" ); document.write( "Factor out x \n" ); document.write( "x(x - 40) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "x = 0 \n" ); document.write( "and \n" ); document.write( "x = 40; the solution we want \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "see if this works \n" ); document.write( "a = 40 \n" ); document.write( "b = (40-10) = 30 \n" ); document.write( "c = (40+10) = 50 \n" ); document.write( "40^2 + 30^2 = 50^2 \n" ); document.write( "1600 + 900 = 2500; confirms our solution of x=40 \n" ); document.write( " |