document.write( "Question 539233: How many different ways can you make 35¢, using American coins? \n" ); document.write( "
Algebra.Com's Answer #353389 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "quarters     dimes    nickels   pennies        number of ways\r\n" );
document.write( "--------------------------------------------------------------\r\n" );
document.write( "   0           0       0-7      the rest             8\r\n" );
document.write( "   0           1       0-5      the rest             6\r\n" );
document.write( "   0           2       0-3      the rest             4\r\n" );
document.write( "   0           3       0-1      the rest             2 \r\n" );
document.write( "   1           0       0-2      the rest             3\r\n" );
document.write( "   1           1       0           0                 1 \r\n" );
document.write( "---------------------------------------------------------\r\n" );
document.write( "                                       total ways = 24\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );