document.write( "Question 288387: One leg of a right triangle is 2 more than twice the smaller leg. If the hypotenuse is 1 inch more than the larger leg, find all 3 sides. \n" ); document.write( "
Algebra.Com's Answer #209048 by richwmiller(17219) You can put this solution on YOUR website! b=2+2a \n" ); document.write( "c=1+b \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "this is a classic 5,12,13 right triangle \n" ); document.write( "hypotenuse c=13\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |