document.write( "Question 22357: -For three days in a row, volunteers picked up trash on a particular beech. They picked up a total of 921 pounds. On the second day they collected 39 pounds more than on the first day. On the third day, they picked up 18 pounds less then on the first day. How many pounds of trash sis they pick up on the first day? \n" ); document.write( "
Algebra.Com's Answer #10859 by queenofit(120)![]() ![]() ![]() You can put this solution on YOUR website! First you know that you set the following according to your problem \n" ); document.write( "x= first day \n" ); document.write( "x+39= second day \n" ); document.write( "x-18= third day \n" ); document.write( "when you add them all together you get a total of 921 pounds. so you must add the three above set = to 921 and solve for x.\r \n" ); document.write( "\n" ); document.write( "x+x+39+x-18=921 \n" ); document.write( "3x=921-39+18 \n" ); document.write( "3x=900 \n" ); document.write( "x=300\r \n" ); document.write( "\n" ); document.write( "you could find the number of pounds for day 2 and day 3 as well. All you would have to do is put 300 into the equation for the day you needed such as \n" ); document.write( "x+39=second day 300+39=339 \n" ); document.write( "x-18 third day 300-18=282 \n" ); document.write( " |