document.write( "Question 455412: The grass of a school field needs to be cut
\n" );
document.write( "Jack could mow it in 4 hours
\n" );
document.write( "James could mow it in 5 hours
\n" );
document.write( "Jerremy could mow it in 6 hours
\n" );
document.write( "John could mow it in 8 hours
\n" );
document.write( "How long would it take, if they all combined their efforts and worked at their individual rates, to cut all the grass?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #312681 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The grass of a school field needs to be cut \n" ); document.write( "Jack could mow it in 4 hours \n" ); document.write( "James could mow it in 5 hours \n" ); document.write( "Jerremy could mow it in 6 hours \n" ); document.write( "John could mow it in 8 hours \n" ); document.write( "How long would it take, if they all combined their efforts and worked at their individual rates, to cut all the grass?\r \n" ); document.write( "\n" ); document.write( "-------- \n" ); document.write( "Let the combined time be \"x\" hrs. \n" ); document.write( "--- \n" ); document.write( "Equation: \n" ); document.write( "sum of individual rates = together rate \n" ); document.write( "1/4 + 1/5 + 1/6 + 1/8 = 1/x \n" ); document.write( "----------------------------------- \n" ); document.write( "Multiply thru by 120x to get: \n" ); document.write( "30x + 24x + 15x = 120 \n" ); document.write( "69x = 120 \n" ); document.write( "x = 120/69 ~ 1 hr 44 minutes \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |