document.write( "Question 306900: you can mow 10 square yards of grass in one minute. how long does it take you to mow a triangular plot with height 25 yards and base 24 yards? how long does it take you to mow a rectangular plot with base 24 yards and height 36 yards?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #219576 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 1/10=x/[(25*24)/2] \n" ); document.write( "1/10=x/(25*12) \n" ); document.write( "1/10=X/300 \n" ); document.write( "10X=300 \n" ); document.write( "X=300/10 \n" ); document.write( "X=30 MINUTES TO MOW THE TRIANGLE. \n" ); document.write( "---------------------------- \n" ); document.write( "1/10=X/(24*36) \n" ); document.write( "1/10=X/864 \n" ); document.write( "10X=864 \n" ); document.write( "X=864/10 \n" ); document.write( "X=86.4 MINUTES TO MOW THE RECTANGLE. \n" ); document.write( " |