document.write( "Question 268711: find the exact area of a triangle with a base of sqrt(30) meters and a height of sqrt(6 meters) \n" ); document.write( "
Algebra.Com's Answer #196903 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Start with:
\n" ); document.write( "\"A+=+%281%2F2%29b%2Ah\" for the area of a triangle. Substitute \"b+=+sqrt%2830%29\" and \"h+=+sqrt%286%29\" to get:
\n" ); document.write( "\"A+=+%281%2F2%29%28sqrt%2830%29%29%2A%28sqrt%286%29%29\" Substitute \"sqrt%2830%29+=+sqrt%285%29%2Asqrt%286%29\"
\n" ); document.write( "\"A+=+%281%2F2%29%28sqrt%285%29%29%2A%28sqrt%286%29%29%2A%28sqrt%286%29%29\" Substitute \"6+=+sqrt%286%29%2Asqrt%286%29\"
\n" ); document.write( "\"A+=+%281%2F2%29%286%29%2Asqrt%285%29\" Simplify.
\n" ); document.write( "\"highlight%28A+=+3sqrt%285%29%29\" Sq. meters.
\n" ); document.write( "
\n" );