document.write( "Question 658837: A farmer can plow the field in 8 days. After working 3 days, his son joins him and together they plow the field in 3 more days. How many days will it require for the son to plow the field alone? \n" ); document.write( "
Algebra.Com's Answer #410514 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A farmer can plow the field in 8 days. After working 3 days, his son joins him and together they plow the field in 3 more days. How many days will it require for the son to plow the field alone? \n" ); document.write( ". \n" ); document.write( "Let x = days for son to plow alone \n" ); document.write( "then \n" ); document.write( "3(1/8) + 3(1/x + 1/8) = 1 \n" ); document.write( "3/8 + 3/x + 3/8 = 1 \n" ); document.write( "multiply both sides by 8x: \n" ); document.write( "3x + 24 + 3x = 8x \n" ); document.write( "6x + 24 = 8x \n" ); document.write( "24 = 2x \n" ); document.write( "12 days = x (answer) \n" ); document.write( " \n" ); document.write( " |