document.write( "Question 1138788: How do I find the largest possible area of an isosceles triangle if the length of each of the two equal sides is 10 m? \n" ); document.write( "
Algebra.Com's Answer #756609 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "You don't even have to get into trigonometry with the sine of an angle to solve this problem.

\n" ); document.write( "Given the lengths of two sides of a triangle, the maximum area of a triangle with those two side lengths is when those two sides form a right angle.

\n" ); document.write( "That should be easy to see by considering one of the two given side lengths as the base. The area of the triangle is one-half base times height; and clearly the maximum height of the triangle is when the second given side is at right angles to the first.

\n" ); document.write( "And, to answer the question, the maximum area of a right triangle is one-half the product of the two legs; so the maximum possible area with two legs of length 10m is (1/2)(10m)(10m) = 50m^2.
\n" ); document.write( "
\n" );