Given 8 dimes (10 ¢ coins) and 3 quarters (25 ¢ coins), how many different amounts of money can be created using one or more of the 11 coins?
Problem 651
Pick one
Official solution
Given 8 dimes (10 coins) and 3 quarters (25 coins), we list the different amounts of money (in cents) that can be created in the table below.
When an amount of money already appears in the table, it has been stroked out.
FLAG: recreate complex table with strikethroughs, originally tikz drawing
We may ignore the first entry in the table, 0, since we are required to use at least one of the 11 coins.
We are left with 27 different amounts of money that can be created using one or more of the 8 dimes and 3 quarters.