document.write( "Question 201290: five jars of candy contains a total of 1000 pieces of candy. each jar contains eight more pieces than the previous one . how many pieces are in the last jar ? \n" ); document.write( "
Algebra.Com's Answer #151512 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
make the smallest jar =x
\n" ); document.write( "x+(x+8)+(x+16)+(x+24)+(x+32)=1000
\n" ); document.write( "5x+80=1000
\n" ); document.write( "5x=920
\n" ); document.write( "x=184
\n" ); document.write( "x+8=192
\n" ); document.write( "x+16=200
\n" ); document.write( "x+24=200
\n" ); document.write( "x+32=216
\n" ); document.write( "total=1000
\n" ); document.write( "
\n" );