document.write( "Question 560659: The base of a triangle is 6 meters and its area is 84 meters squared.
\n" );
document.write( "The base of a similar triangle is 18 meters. What is the area of the larger triangle? \n" );
document.write( "
Algebra.Com's Answer #363989 by subudear(62) ![]() You can put this solution on YOUR website! assuming that height of both triangle is same, h\r \n" ); document.write( "\n" ); document.write( "area of first triangle, \n" ); document.write( "(1/2)*b*h = 84 \n" ); document.write( "(1/2)*6*h = 84 \n" ); document.write( "h = 28 m\r \n" ); document.write( "\n" ); document.write( "Area of new triangel will be, A = (1/2)*18*28 = 252 m^2 \n" ); document.write( " |