document.write( "Question 271140: Pat ate a total of 100 peanuts over a period of 5 days. Each day she ate 6 more peanuts than on the previous day. How many peanuts did Pat ate at the first day? \n" ); document.write( "
Algebra.Com's Answer #198536 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! If she ate X on day 1, she ate X + 6 on day 2 up to X + 24. \n" ); document.write( "Total extra is 6 + 12+ 18+ 24 = 60 \n" ); document.write( "So 5X = 40 \n" ); document.write( "X= 8 \n" ); document.write( " |