document.write( "Question 100964: The hypotenuse of a right angle triangle is 3 meters longer than twice the length of one of the legs. The measure of the other leg is 12 meters. Find the measure of the hypotenuse of the triangle. \n" ); document.write( "
Algebra.Com's Answer #73487 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a=12 \n" ); document.write( "c=2b+3 \n" ); document.write( "a^2+b^2=c^2 \n" ); document.write( "12^2+b^2=(2b+3)^2 \n" ); document.write( "144+b^2=4b^2+12b+9 expand. \n" ); document.write( "3b^2+12b-135=0 subtract b+144 from both sides. \n" ); document.write( "3(b-5)(b+9)=0 Factor. \n" ); document.write( "b=5, b=-9 \n" ); document.write( "b=5 is the only possible answer because the leg must be positive. \n" ); document.write( "c=2b+3=2*5+3= 13 meters Ans. \n" ); document.write( "Check: \n" ); document.write( "144+25=169 \n" ); document.write( "Ed \n" ); document.write( " |