document.write( "Question 936175: What is the perimeter of a 90 triangle whose shorter leg is 3 inches? Give its solution \n" ); document.write( "
Algebra.Com's Answer #569616 by Alan3354(69443) You can put this solution on YOUR website! What is the perimeter of a 90 triangle whose shorter leg is 3 inches? Give its solution \n" ); document.write( "--------------- \n" ); document.write( "Call the other leg b. \n" ); document.write( "c = sqrt(b^2 + 9) \n" ); document.write( "Perimeter = 3 + b + sqrt(b^2 + 9) \n" ); document.write( " |