document.write( "Question 138952: If the shortest side of a right triange is tripled, with 4 added to the result, the result is the longest side. The medium side is 10 more than twice the shortest side. Find the length of the shortest side. \n" ); document.write( "
Algebra.Com's Answer #101390 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
Short side: a
\n" ); document.write( "Longest side: c (the hypotenuse)
\n" ); document.write( "Medium side: b\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since it is a right triangle:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"c%5E2=a%5E2%2Bb%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "But \"c=3a%2B4\", and \"b=2a%2B10\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So:
\n" ); document.write( "\"%283a%2B4%29%5E2=a%5E2%2B%282a%2B10%29%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Expand the binomials, collect like terms on the left, set the whole thing equal to zero, and then solve the quadratic. Hint: the quadratic factors, but factor out a 4 before you start looking for the binomial factors. Hint: One of your roots will be negative, exclude it because you are looking for a positive measure of length.
\n" ); document.write( "
\n" );