document.write( "Question 552117: The hypoteneuse of a right triangle is 19 inches. How can I calculate the lengths of the base and height? \n" ); document.write( "
Algebra.Com's Answer #360130 by Theo(13342)![]() ![]() You can put this solution on YOUR website! hypotenuse is 19 inches. \n" ); document.write( "length and width cannot be calculated exactly from this information. \n" ); document.write( "the formula for the hypotenuse of a right triangle is: \n" ); document.write( "c^2 = a^2 + b^2 where: \n" ); document.write( "c is the hypotenuse \n" ); document.write( "a is one leg \n" ); document.write( "b is the other leg. \n" ); document.write( "you can find what a^2 and b^2 are equal to. \n" ); document.write( "the formula becomes: \n" ); document.write( "19^2 = a^2 + b^2 which becomes: \n" ); document.write( "361 = a^2 + b^2 \n" ); document.write( "this doesn't tell you how long \"a\" is or how long \"b\" is. \n" ); document.write( "if you assume a value for \"a\", then you can calculate a value for \"b\" and vice versa. \n" ); document.write( "the value of \"a\" can be any length smaller than 19. \n" ); document.write( "assume \"a\" is 18, then \"b\" can be calculated as: \n" ); document.write( "a^2 + b^2 = c^2 becomes: \n" ); document.write( "18^2 + b^2 = 19^2 which becomes: \n" ); document.write( "324 + b^2 = 361 \n" ); document.write( "subtract 324 from both sides of this equation to get: \n" ); document.write( "b^2 = 361 - 324 \n" ); document.write( "take the square root of both sides of this equation to get: \n" ); document.write( "b = sqrt(37) \n" ); document.write( "this results in: \n" ); document.write( "b = 6.08276253 \n" ); document.write( "assume another value for \"a\" and you'll get a different value for \"b\". \n" ); document.write( "in order to nail down a value for the legs of the triangle, you would need: \n" ); document.write( "the value of a, or: \n" ); document.write( "the value of b, or: \n" ); document.write( "one of the angles of the triangle other than the 90 degree angle. \n" ); document.write( "just knowing the value of c (the hypotenuse) is not enough. \n" ); document.write( " \n" ); document.write( " |