document.write( "Question 107382: find the perimeter of right triangle ABC if the legs are 3 inches and 4 incehs. \n" ); document.write( "
Algebra.Com's Answer #78148 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
There are two ways to go after this one. The simple way is to recall that a right triangle with legs of 3 and 4 has a hypotenuse that measures 5. (3-4-5 right triangle). 3+4+5 = 12.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Or, if you don't recall the 3-4-5 right triangle, you can fall back on our good friend Pythagoras who said that the square on the hypotenuse is equal to the sum of the squares on the other two sides, or symbolically:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"c%5E2=a%5E2%2Bb%5E2\", or in terms of c (the value we need to determine),\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"c=sqrt%28a%5E2%2Bb%5E2%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In this case: \"c=sqrt%283%5E2%2B4%5E2%29=sqrt%289%2B16%29%2Bsqrt%2825%29=5\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Again, our sides are 3, 4, and 5, so our perimeter must be 12.
\n" ); document.write( "
\n" );