document.write( "Question 2947: A right-angle triangle has hypoteneuse 10 inches, and the height drawn from the right angle to the hypoteneuse is 6 inches. Find the area of this right-angle triangle \n" ); document.write( "
Algebra.Com's Answer #1298 by usyim88hk(158)![]() ![]() ![]() You can put this solution on YOUR website! First we should find the third side. \n" ); document.write( "Let x be the length of the third side \n" ); document.write( "10^2 = 6^2 + x^2 \n" ); document.write( "100 = 36 + x^2 \n" ); document.write( "64 = x^2 \n" ); document.write( "x = 8 \n" ); document.write( "So the third side is eight. \n" ); document.write( "And now we can use the two sides other then the hypoteneuse to find the area of this triangle \n" ); document.write( "8*6/2 \n" ); document.write( "= 24 \n" ); document.write( " |