document.write( "Question 996681: A bottle of Coke is $2.
\n" ); document.write( "You can exchange two empty bottles for a bottle of Coke.
\n" ); document.write( "4 bottle caps for a bottle of coke.
\n" ); document.write( "derive an equation that shows this and
\n" ); document.write( "how many bottles of coke can you buy with $20
\n" ); document.write( "

Algebra.Com's Answer #615000 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
If I read this right:
\n" ); document.write( "Let \"+a+\" = number of empty bottles
\n" ); document.write( "Let \"+b+\" = number of bottle caps
\n" ); document.write( "Let \"+n+\" = number of bottles of Coke you can get
\n" ); document.write( "------------------
\n" ); document.write( "\"+n+=+a%2F2+%2B+b%2F4+\"
\n" ); document.write( "------------------
\n" ); document.write( "and with $20,
\n" ); document.write( "\"+n+=+20%2F2+\"
\n" ); document.write( "\"+n+=+10+\"
\n" ); document.write( "You can get 10 bottles opf Coke with $20
\n" ); document.write( "
\n" );