document.write( "Question 655307: Erasers cost $6 per carton and pencils cost $7 per carton. If an order comes in for a total of 16 cartons for $100, what was the number of cartons of each bought? \n" ); document.write( "
Algebra.Com's Answer #409049 by unlockmath(1688)\"\" \"About 
You can put this solution on YOUR website!
Hello,
\n" ); document.write( "Let's have e represent erasers and p for pencils. We can set up 2 equations:
\n" ); document.write( "6e + 7p = 100
\n" ); document.write( "e + p = 16 rewritten as: e=16-p
\n" ); document.write( "Substitution:
\n" ); document.write( "6(16-p)+7p=100
\n" ); document.write( "Expand:
\n" ); document.write( "96-6p+7p=100
\n" ); document.write( "Combine and subtract 96 to get:
\n" ); document.write( "p=4
\n" ); document.write( "e=12
\n" ); document.write( "Make sense?
\n" ); document.write( "RJ
\n" ); document.write( "www.math-unlock.com
\n" ); document.write( "
\n" );