document.write( "Question 55932: John has three sacks of apples and three more apples in his pocket. Each sack contains the same number of apples. Altogether, John has 33 apples. How many apples are in each sack? \n" ); document.write( "
Algebra.Com's Answer #37956 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
3 EQUAL SACKS = 3X
\n" ); document.write( "PLUS THE 3 IN HIS POCKET IS
\n" ); document.write( "3X+3=33
\n" ); document.write( "3X=33-3
\n" ); document.write( "3X=30
\n" ); document.write( "X=30/3
\n" ); document.write( "X=10 APPLES IN EACH OF THE 3 SACKS.
\n" ); document.write( "
\n" );