document.write( "Question 1134027: Determine whether a triangle can be formed with the given side lengths. If so, use Heron's formula to find the area of the triangle.
\n" );
document.write( "a = 240
\n" );
document.write( "b = 123
\n" );
document.write( "c = 207 \n" );
document.write( "
Algebra.Com's Answer #751365 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Determine whether a triangle can be formed with the given side lengths. If so, use Heron's formula to find the area of the triangle. \n" ); document.write( "=========== \n" ); document.write( "You can use Heron's Law to see if the sides can make a triangle. \n" ); document.write( "eg, a = 3, b = 4, c = 9 \n" ); document.write( "---- \n" ); document.write( "s = (3+4+9)/2 = 8 \n" ); document.write( "--- \n" ); document.write( "Area = sqrt(8*5*3*-1) \n" ); document.write( "See the problem? \n" ); document.write( " |