Question 1132084
.
how many ways {{{highlight(are)}}} {{{highlight(there)}}} to make change for {{{highlight(cross(.80))}}} 80 cents?
~~~~~~~~~~~~~~~~~


If you want to know in how many ways you can combine 80 cents using nickels, dimes and quarters, then the Table below gives you the answer.


<pre>
               T  A  B  L  E  


N    Quarters    Dimes    Nickels    Total (cents)

 1       0          0        16        80
 2       0          1        14        80
 3       0          2        12        80
 4       0          3        10        80
 5       0          4         8        80
 6       0          5         6        80
 7       0          6         4        80
 8       0          7         2        80
 9       0          8         0        80

10       1          0        11        80
11       1          1         9        80
12       1          2         7        80
13       1          3         5        80
14       1          4         3        80
15       1          5         1        80

16       2          0         6        80
17       2          1         4        80
18       2          2         2        80
19       2          3         0        80

20       3          0         1        80
</pre>