document.write( "Question 984588: The corner store sells candy in 5-cent, 10-cent and 15-cent packages. List all the ways Kyle can spend 40 cents on candy. \n" ); document.write( "
Algebra.Com's Answer #605444 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Here's a list of the (15 cent, 10 cent, 5 cent) packages he can buy:
\n" ); document.write( "(2,0,2)
\n" ); document.write( "(2,1,0)
\n" ); document.write( "(1,0,5)
\n" ); document.write( "(1,1,3)
\n" ); document.write( "(1,2,1)
\n" ); document.write( "
\n" ); document.write( "
\n" );