document.write( "Question 714837: I have right triangle that I need to know the 2 legs
\n" ); document.write( "hypotnues is 22 what are the legs.\r
\n" ); document.write( "\n" ); document.write( "the second thing is i need the middle height of the triangl after the legs are found
\n" ); document.write( "

Algebra.Com's Answer #439213 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
You need more information, because there is an infinite number of triangles with a hypotenuse of 22.
\n" ); document.write( "There is probably some other information that you are missing (problem not properly copied), or you are not noticing some given information.
\n" ); document.write( "
\n" ); document.write( "Maybe you are given some information about the measure of the angles.
\n" ); document.write( "
\n" ); document.write( "Maybe there is some information about how the lengths of the sides are related.
\n" ); document.write( "If you were told that is is a isosceles right triangle, you would know that the two legs have the same length.
\n" ); document.write( "
\n" ); document.write( "The could be information hidden in a drawing:
\n" ); document.write( "There could be identical marks on the legs,indicating that they have the same length.
\n" ); document.write( "There could be identical arcs on the acute angles, indicating that they have the same measure.
\n" ); document.write( "If you were given a drawing that labels the legs as some expression with x (like 2x+3), that could be useful information.
\n" ); document.write( "
\n" ); document.write( "Once you have the length of all 3 sides, you can calculate your altitude to the hypotenuse, as
\n" ); document.write( "\"altitude=leg1%2Aleg2%2Fhypotenuse\"
\n" ); document.write( "Consider the two congruent triangles below.
\n" ); document.write( " (They are the same triangle, just flipped and rotated).
\n" ); document.write( "For the triangle on the right you would calculate the area as
\n" ); document.write( "\"area=leg1%2Aleg2%2F2\" , specifically \"area=3%2A4%2F2\"
\n" ); document.write( "For the triangle on the left you would calculate the area as
\n" ); document.write( "\"area=hypotenuse%2Ah%2F2\" , specifically \"area=5%2Ah%2F2\"
\n" ); document.write( "But the triangles are the same and so are the areas, so
\n" ); document.write( "\"hypotenuse%2Ah%2F2=leg1%2Aleg2%2F2\" --> \"hypotenuse%2Ah=leg1%2Aleg2\" --> \"h=leg1%2Aleg2%2Fhypotenuse\"
\n" ); document.write( "With numbers:
\n" ); document.write( "\"5%2Ah%2F2=3%2A4%2F2\" --> \"5%2Ah=3%2A4\" --> \"h=3%2A4%2F5\"
\n" ); document.write( "
\n" );