document.write( "Question 992470: One tractor can plow a field in 8 hours, and another in 10 hours. In how many hours can both tractors plow the field together ? \n" ); document.write( "
Algebra.Com's Answer #612159 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! 1/x + 1/y = 1/z \n" ); document.write( "1/8 + 1/10 = 1/z \n" ); document.write( "5/40 + 4/40 = 1/z \n" ); document.write( "9/40 = 1/z \n" ); document.write( "9*z = 40*1 \n" ); document.write( "9z = 40 \n" ); document.write( "9z/9 = 40/9 \n" ); document.write( "z = 40/9 = 4.444 (approximate)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It will take approximately 4.444 hours to plow the field together. \n" ); document.write( " |