document.write( "Question 630066: How many possible combinations are there for having 36 cents, using pennies, nickels, dimes, and quarters? \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #396715 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "1. If you don't use any quarters or dimes, you can use from 0 through 7 nickels\r\n" );
document.write( "   and the rest in pennies.  That's 8 ways.\r\n" );
document.write( "\r\n" );
document.write( "2. If you don't use any quarters and 1 dime, you have to make the remaining\r\n" );
document.write( "   26 cents using nickels and pennies.  So you can use from 0 through 5 nickels\r\n" );
document.write( "   and the rest in pennies.  That's 6 ways.\r\n" );
document.write( "\r\n" );
document.write( "3. If you don't use any quarters and 2 dimes, you have to make the remaining\r\n" );
document.write( "   16 cents using nickels and pennies.  So you can use from 0 through 3 nickels\r\n" );
document.write( "   and the rest in pennies.  That's 4 ways.\r\n" );
document.write( "\r\n" );
document.write( "4. If you don't use any quarters and 3 dimes, you have to make the remaining\r\n" );
document.write( "   6 cents using nickels and pennies.  So you can use 0 or 1 nickel and the rest\r\n" );
document.write( "   in pennies.  That's 2 ways.\r\n" );
document.write( "\r\n" );
document.write( "5. If you use 1 quarter and no dimes, you have to make the remaining\r\n" );
document.write( "   11 cents using nickels and pennies.  So you can use from 0 through 2 nickels\r\n" );
document.write( "   and the rest in pennies.  That's 3 ways.\r\n" );
document.write( "\r\n" );
document.write( "6. If you use 1 quarter and 1 dime, you have to make the remaining\r\n" );
document.write( "   1 cent with 1 penny.  That's 1 way.\r\n" );
document.write( "\r\n" );
document.write( "Total number of ways: 8 + 6 + 4 + 2 + 3 + 1 = 24 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );