document.write( "Question 1000927: A farmer can plow a field in 4 days by using a tractor. A hired hand can plow the same field in 6 days by using a smaller tractor. How many days will be required for the plowing if they work together? \n" ); document.write( "
Algebra.Com's Answer #618275 by szk17(2)![]() ![]() ![]() You can put this solution on YOUR website! Imagine that the field has an area A given in square feet (the specific unit doesn't matter but it will help understand). Each tractor will cover the field at a different rate (because they operate at different speeds, etc) expressed in square feet per day. For example, 500 square feet/day means the tractor would only complete 500 square feet in one day. If we divide the area of the field A by the rate covered by a given tractor, we get the total time it takes to process the entire field.\r \n" ); document.write( "\n" ); document.write( "For tractor 1:\r \n" ); document.write( "\n" ); document.write( "A/rate1 = 4 days \r \n" ); document.write( "\n" ); document.write( "For tractor 2:\r \n" ); document.write( "\n" ); document.write( "A/rate2 = 6 days\r \n" ); document.write( "\n" ); document.write( "Quick dimensional analysis check: square feet / (square feet / day) = days \r \n" ); document.write( "\n" ); document.write( "Express the equations in terms of A, the quantity that relates to both events.\r \n" ); document.write( "\n" ); document.write( "A = 4 days x rate1 \n" ); document.write( "A = 6 days x rate2\r \n" ); document.write( "\n" ); document.write( "Now, the area A is the same so we can do:\r \n" ); document.write( "\n" ); document.write( "4 days x rate1 = 6 days x rate2 \n" ); document.write( "rate2 = (4/6) x rate1 \r \n" ); document.write( "\n" ); document.write( "rate2 = (2/3) x rate1\r \n" ); document.write( "\n" ); document.write( "Thus, we now know how the performances of the tractors relate to each other.\r \n" ); document.write( "\n" ); document.write( "If both tractors work together, the number of days is still the area of the field divided by the rate. However, this time, you use two rates!\r \n" ); document.write( "\n" ); document.write( "time for combined performance = A / (rate1 + rate2) \n" ); document.write( " = A / (rate1 + (2/3) x rate1) \n" ); document.write( " = A / ((5/3) x rate1)\r \n" ); document.write( "\n" ); document.write( " = (3/5) x (A/rate1)\r \n" ); document.write( "\n" ); document.write( "Remember that A/rate1 = 4 days, so we get:\r \n" ); document.write( "\n" ); document.write( " = (3/5) x 4 days = 2.4 days\r \n" ); document.write( "\n" ); document.write( "There's an equation you can use or memorize to work such problems but it's better to know what's going on.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |