document.write( "Question 852498: I need to work out how many square metres of turf i need to buy\r
\n" );
document.write( "\n" );
document.write( "for a triangular garden of 12m x 16m x 22m\r
\n" );
document.write( "\n" );
document.write( "hope you can help\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #513417 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we need to use Heron's formula for the area of a triangle given three sides \n" ); document.write( "This formula is Area = SQRT(s(s-a)(s-b)(s-c)), where s=(a+b+c)/2 or perimeter/2. \n" ); document.write( "first calculate the perimeter of the triangle divided by 2 \n" ); document.write( "P = (12 + 16 + 22) / 2 = 50 / 2 = 25 \n" ); document.write( "so s = 25, therefore \n" ); document.write( "A = square root(25(25-12)(25-16)(25-22)) \n" ); document.write( "A = square root(25*13*9*3) = 93.67 approx 94 square meters of turf\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |