document.write( "Question 1087861: Point P is inside equilateral triangle ABC such that the altitudes from P to AB, BC, and CA have lengths 5, 6, and 7 respectively. What is the area of triangle ABC?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #702135 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! PA, PB, PC splits triangle ABC into three triangles \n" ); document.write( ": \n" ); document.write( "let s be the length of a side of equilateral triangle ABC \n" ); document.write( ": \n" ); document.write( "5s/2 + 6s/2 + 7s/2 = s^2 * square root(3) / 4 (area of equilateral triangle) \n" ); document.write( ": \n" ); document.write( "divide both sides of = by s \n" ); document.write( ": \n" ); document.write( "5/2 + 6/2 +7/2 = (s * square root(3)) / 4 \n" ); document.write( ": \n" ); document.write( "multiply both sides of = by 4 \n" ); document.write( ": \n" ); document.write( "10 + 12 + 14 = s * square root(3) \n" ); document.write( ": \n" ); document.write( "s = 36 / square root(3) \n" ); document.write( ": \n" ); document.write( "multiply the numerator and denominator by square root(3) \n" ); document.write( ": \n" ); document.write( "s = 36 * square root(3) / 3 = 12 * square root(3) \n" ); document.write( ": \n" ); document.write( "s^2 = (12 * square root(3))^2 = 144 * 3 = 432 \n" ); document.write( "******************************************************** \n" ); document.write( "area of ABC = (432 * square root(3) / 4) \n" ); document.write( ": \n" ); document.write( "area of ABC = 108 * square root(3) \n" ); document.write( "******************************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |