document.write( "Question 697870:  Can you please help me with the problem: Find the dimensions of a triangle if the base is 2/3 the measure of the height and the area is 12 square centimeters.
\n" );
document.write( " Thank you! \n" );
document.write( "
| Algebra.Com's Answer #430305 by stanbon(75887)      You can put this solution on YOUR website! Can you please help me with the problem: Find the dimensions of a triangle if the base is 2/3 the measure of the height and the area is 12 square centimeters. \n" ); document.write( "------- \n" ); document.write( "Area = (1/2)base*height \n" ); document.write( "12 = (1/2)(2/3)h*h \n" ); document.write( "--- \n" ); document.write( "36 = h^2 \n" ); document.write( "height = 6 cm \n" ); document.write( "----- \n" ); document.write( "base = (2/3)6 = 4 cm \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |