document.write( "Question 661978: How many different ways can you receive change for $0.28 using quarters, nickels, dimes, and pennies? \n" ); document.write( "
Algebra.Com's Answer #411866 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "If we use no quarter or dimes, then we can use from 0 through 5 nickels,\r\n" );
document.write( "and the rest pennies.  That's 6 ways.\r\n" );
document.write( "\r\n" );
document.write( "If we use no quarter and 1 dime, then we can make the remaining 18 cents \r\n" );
document.write( "using from 0 through 3 nickels, and the rest pennies.  That's 4 ways.\r\n" );
document.write( "\r\n" );
document.write( "If we use no quarter and 2 dimes, then we can make the remaining 8 cents\r\n" );
document.write( "using 0 or 1 nickel, and the rest pennies.  That's 2 ways.\r\n" );
document.write( "\r\n" );
document.write( "If we use a quarter, then we can only make the remaining 3 cents\r\n" );
document.write( "using 3 pennies.  That's 1 way.\r\n" );
document.write( "\r\n" );
document.write( "Total: 6+4+2+1 = 13 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );