document.write( "Question 681872: A piece of land with an area of 2400 sq.m is in the shape of a right triangle with the hypotenuse 100m long. Find the two legs. \n" ); document.write( "
Algebra.Com's Answer #422853 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A piece of land with an area of 2400 sq.m is in the shape of a right triangle with the hypotenuse 100m long. Find the two legs. \n" ); document.write( "------------------ \n" ); document.write( "a*b/2 = 2400 --> a = 4800/b \n" ); document.write( " \n" ); document.write( "Sub for a \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "sub x for b^2 \n" ); document.write( " \n" ); document.write( "(x - 3600)*(x - 6400) = 0 \n" ); document.write( "x = 3600, 6400 \n" ); document.write( "--> b = 60, 80 \n" ); document.write( "Legs are 60 & 80 meters \n" ); document.write( " |