document.write( "Question 1076590: How many distinct amounts of money can be made using a penny, a nickel, a dime, a quarter, a loonie ($1 coin), a toonie ($2 coin), and a $5 bill? \n" ); document.write( "
Algebra.Com's Answer #691241 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How many distinct amounts of money can be made using a penny, a nickel, a dime, a quarter, a loonie ($1 coin), a toonie ($2 coin), and a $5 bill? \n" ); document.write( "---------- \n" ); document.write( "If you have 1 of each, there are 7 elements. \n" ); document.write( "Each element can be included or not. \n" ); document.write( "--> 2^7 = 128 amounts \n" ); document.write( " |