document.write( "Question 323509: you have nickeles, dimes, and quarters to make a call that costs 75 cents. How many different combinations of coins can you use to pay for the call? \n" ); document.write( "
Algebra.Com's Answer #231589 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
16 total.
\n" ); document.write( "Here are the 16 possible combinations for number of quarters, dimes, and nickels that sum to 75 cents.
\n" ); document.write( "(3, 0, 0)
\n" ); document.write( "(2, 0 5)
\n" ); document.write( "(1, 0, 10)
\n" ); document.write( "(1, 1, 8)
\n" ); document.write( "(1, 2, 6)
\n" ); document.write( "(1, 3, 4)
\n" ); document.write( "(1, 4, 2)
\n" ); document.write( "(1, 5, 0)
\n" ); document.write( "(0, 0, 15)
\n" ); document.write( "(0, 1, 13)
\n" ); document.write( "(0, 2, 11)
\n" ); document.write( "(0, 3, 9)
\n" ); document.write( "(0, 4, 7)
\n" ); document.write( "(0, 5, 5)
\n" ); document.write( "(0, 6, 3)
\n" ); document.write( "(0, 7, 1)
\n" ); document.write( "
\n" ); document.write( "
\n" );