document.write( "Question 58871: What is the base and height of a triangle if the area is 98 meters squared and the height is 3/4 of the base? \n" ); document.write( "
Algebra.Com's Answer #40373 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
What is the base and height of a triangle if the area is 98 meters squared and the height is 3/4 of the base?
\n" ); document.write( "BASE = B
\n" ); document.write( "HEIGHT = (3/4)*BASE=3B/4
\n" ); document.write( "AREA = (1/2)BH=(1/2)*B(3B/4)=3B^2/8=98
\n" ); document.write( "B^2=8*98/3
\n" ); document.write( "B= SQRT(8*98/3)= 16.17
\n" ); document.write( "H=3*16.17/4 = 12.13
\n" ); document.write( "
\n" );