document.write( "Question 1055837: A farmer uses 1/3 of his land for cattle, 3/8 for sheep and 1/6 for crops and the remaining 23 hectares for forestry. Find the total area of the farmer's land. \n" ); document.write( "
Algebra.Com's Answer #670994 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let L = the total area of the farmer's land \n" ); document.write( "We can write L/3 + 3L/8 + L/6 + 23 = L since he uses the entire area \n" ); document.write( "Solve for L: \n" ); document.write( "8/24L + 9/24L + 4/24L + 23 = L \n" ); document.write( "3/24L = 23 \n" ); document.write( "L/8 = 23 \n" ); document.write( "L = 184 hectares \n" ); document.write( " \n" ); document.write( " |