document.write( "Question 954045:  A purse contains four 1c coins, one 10c coin and one 20c coin. How many different values can be obtained?
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #808405 by CubeyThePenguin(3113)     You can put this solution on YOUR website! only 1c: 1, 2, 3, 4 \n" ); document.write( "10c, 1c: 10, 11, 12, 13, 14 \n" ); document.write( "20c, 1c: 20, 21, 22, 23, 24\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total: 14 ways \n" ); document.write( " |