document.write( "Question 82008: Here is my problem: The hypotenuse of a right triangle is 1cm more than twice the shorter leg, and the longer leg is 9cm less than three times the shorter leg. Find the lengths of the three sides of the triangle. \r
\n" );
document.write( "\n" );
document.write( "I know that (pythagorean theorem), so if a is the shorter leg, I would get:
So if I follow what I think I know about solving equations, I wind up with
which I can simplify down to
. This is where I get stuck. I'm not sure how to solve for a with
in the equation, and if I try to factor out the a I am getting a negitive, never ending number for a. \n" );
document.write( "
Algebra.Com's Answer #58753 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! A^2+(3A-9)^2=(2A+1)^2 \n" ); document.write( "A^2+9A^2-54A+81=4A^2+4A+1 \n" ); document.write( "10A^2-4A^2-54A-4A+81-1=0 \n" ); document.write( "6A^2-58A+80=0 HERE YOU HAVE TO FIND FACTORS OF 6 & 80 WHEN MULTIPLIED & THEN ADDED WILL EQUAL -58. \n" ); document.write( "IF YOU CAN'T DO THAT THEN USE THE QUADRATIC EQUATION (aX^2+bX+c=0: \n" ); document.write( " \n" ); document.write( "(2A-16)(3A-5)=0 \n" ); document.write( "2A-16=0 \n" ); document.write( "2A=16 \n" ); document.write( "A=16/2 \n" ); document.write( "A=8 ANSWER. \n" ); document.write( "3A-5=0 \n" ); document.write( "3X=5 \n" ); document.write( "A=5/3 \n" ); document.write( "A=1 2/3 ANSWER. \n" ); document.write( " |