document.write( "Question 570626: How do you find the area of a triangle with the sides 33,30 and 23. (I can NOT use Herons formula or the law of sine or cosines to find it btw. Its an extra credit problem and I need help : / \n" ); document.write( "
Algebra.Com's Answer #367742 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
use the longest side as the base\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the altitude (h) divides the triangle into two right triangles; a, h, 30 and b, h ,23\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a + b = 33\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "a^2 + h^2 = 30^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b^2 + h^2 = 23^3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "three equations, three unknowns\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtracting 2nd and 3rd equations ___ a^2 - b^2 = 30^2 - 23^2 ___ (a + b)(a - b) = 371\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "dividing by 1st equation ___ a - b = 371 / 33\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "adding 1st equation ___ a - b + a + b = 33 + (371 / 33) ___ 2a = 1460 / 33\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for a, then substitute back to find h
\n" ); document.write( "
\n" );