document.write( "Question 295068: *Directions: A triangle has legs of lengths \"a\" and \"b\" and hypotenuse of length \"c\". Find the perimeter. Round to the nearest tenth, if necessary.\r
\n" );
document.write( "\n" );
document.write( "Problem: a=5cm, c=13cm \n" );
document.write( "
Algebra.Com's Answer #212697 by ozybloke(7)![]() ![]() You can put this solution on YOUR website! c2 = a2 + b2 \n" ); document.write( "132 = 52 + b2 \n" ); document.write( "169 = 25 + b2 [subtract 25 from both sides] \n" ); document.write( "144 = b2 \n" ); document.write( "12cm = b \r \n" ); document.write( "\n" ); document.write( "The perimeter is 5 + 12 + 13 = 30cm \n" ); document.write( " |