document.write( "Question 1012499: A Farmer has 75 acres of wheat. The Farmer can harvest the wheat from 12 acres per day. Make a linear equation and solve it to find how many days it will take him to harvest all the 75 acres.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #628454 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "D=number of days \n" ); document.write( "12D=75 \n" ); document.write( "D=75/12 \n" ); document.write( "D=6.25 \n" ); document.write( "ANSWER: It would take 6.25 days to harvest 75 acres. \n" ); document.write( " \n" ); document.write( " |