document.write( "Question 400474: Given the following values, determine the area of the triangle.
\n" ); document.write( "a is 14
\n" ); document.write( "b is 4
\n" ); document.write( "c is 12
\n" ); document.write( "

Algebra.Com's Answer #283542 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Use Heron's formula,
\n" ); document.write( "\"A=sqrt%28s%28s-a%29%28s-b%29%28s-c%29%29\"
\n" ); document.write( "where,
\n" ); document.write( "\"s=%28a%2Bb%2Bc%29%2F2\"
\n" ); document.write( "
\n" ); document.write( "
\n" );