document.write( "Question 899734: Is it possible to find two legs of a triangle if you only have a hypotenuse. Both legs must be the same length \n" ); document.write( "
Algebra.Com's Answer #545569 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
The answer to the question is NO.
\n" ); document.write( "If you are adding the condition that both legs are of equal length, then your question changes to , \"Is it possible to find two legs of equal length in a triangle if you know the hypotenuse?\"
\n" ); document.write( "This answer becomes, YES.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The first case is \"x%5E2%2By%5E2=c%5E2\" for hypotenuse length c being known.
\n" ); document.write( "x and y are unknown variables.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The second case is \"x%5E2%2By%5E2=c%5E2\" for hypotenuse length c being known and x=y.
\n" ); document.write( "You can assign another variable to x and y, such as L=x and L=y; and then you have
\n" ); document.write( "\"L%5E2%2BL%5E2=c%5E2\"
\n" ); document.write( "\"2L%5E2=c%5E2\"
\n" ); document.write( "\"L%5E2=%281%2F2%29c%5E2\"
\n" ); document.write( "\"L=c%2Fsqrt%282%29\"
\n" ); document.write( "\"L=c%2Asqrt%282%29%2F2\", which is the result for x and for y.
\n" ); document.write( "
\n" );