document.write( "Question 1001308: Word Problem:
\n" );
document.write( "Systems of linear equations - word problem\r
\n" );
document.write( "\n" );
document.write( "1. A farmer hired workers to pick apples over a three-day period. On Tuesday
\n" );
document.write( "the workers picked 15 quarts more than on Monday. On Wednesday they picked
\n" );
document.write( "3 quarts fewer than on Tuesday. If the workers picked a total of 87 quarts over
\n" );
document.write( "the 3-day period, how many quarts did they pick each day?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #618548 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! They picked x on Monday \n" ); document.write( "x+15 on Tuesday \n" ); document.write( "x+12 on Wednesday \n" ); document.write( "They add to 87, units are quarts \n" ); document.write( "x+x+15+x+12=87 \n" ); document.write( "3x+27=87 \n" ); document.write( "x=20 quarts Monday \n" ); document.write( "35 Tuesday \n" ); document.write( "32 Wednesday \n" ); document.write( "They add to 87. \n" ); document.write( " |