document.write( "Question 247152: Find the area of a triangle that has sides of length 5, 6, and 7. \n" ); document.write( "
Algebra.Com's Answer #180359 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
area of a triangle equals 1/2 * b * h\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "from your triangle, I don't think we can find the base very easily.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "fortunately there is a formula that allows you to find the area of a triangle when you only know the sides.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It's called Heron's formula.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that formula is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Area of a Triangle = sqrt((s*(s-a)*(s-b)*(s-c)),\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "where s=(a+b+c)/2 which is the same as p/2 where p equals the perimeter of the triangle.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "assuming that c is the base of the triangle, Heron's formula allows us to find the height of the triangle as well.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "That formula would be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "h = (2 * (SQRT(s(s-a)(s-b)(s-c))) / 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I believe this comes from the fact that A = 1/2 * b * h, so if we solve for h, we get h = 2*A/b\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In your triangle:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "s = (5+6+7)/2 = 18/2 = 9\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In your triangle:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A = sqrt(9 * (9-5) * (9-6) * (9-7)) which equals:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "sqrt (9 * 4 * 3 * 2) which equals:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "sqrt (216) which equals:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "14.69693846\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since A = 14.69693846, then h = 2/c * 14.69693846 = 2/7 * 14.69693846 = 4.199125273\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If A = 1/2 * b * h, then A = 1/2 * 7 * 4.199125273 = 14.69693846 which is back where we started from.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You can check Heron's formula for yourself by selecting the following link.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "http://mste.illinois.edu/dildine/heron/triarea.html\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );