Gr 12 question. . Should be easy. .Really?
Suppose 10 coins are to be chosen from an unlimited supply
. . of pennies, nickels, dimes, and quarters.
In how many ways can this be done?
Assume that two coins of the same kind are indistinguishable.
Jaspworld said:check to see where Soroban went wrong
That represents the only way to select that particular collection of ten coins.soroban said:Consider the ten coins placed in a row: \(\displaystyle \:O\:O\:O\:O\:O\:O\:O\:O\;O\:O\)
We will insert three "walls" in the row: \(\displaystyle \,O\:O\:O\,|\,O\:O\,|\,O\:O\:O\:O\,|\,O\)
This will denote: 3 pennies, 2 nickels, 4 dimes, 1 quarter.
10,0,0,0
9,0,0,1
9,0,1,0
9,1,0,0
8,0,0,2
8,0,2,0
8,2,0,0
8,0,1,1
8,1,0,1
8,1,1,0
7,0,0,3
7,0,3,0
7,3,0,0
7,0,2,1
7,2,0,1
7,2,1,0
7,0,1,2
7,1,0,2
7,1,2,0
7,1,1,1
6,0,0,4
6,0,4,0
6,4,0,0
6,0,1,3
6,1,0,3
6,1,3,0
6,0,3,1
6,3,0,1
6,3,1,0
6,0,2,2
6,2,0,2
6,2,2,0
6,2,1,1
6,1,2,1
6,1,1,2
No the correct answer is still:daon said:So if I'm right (Its late, and I'm tired), your answer could also be given by: \(\displaystyle \L 4 \sum_{n=1}^{10} a_n = 2 \sum_{n=1}^{10} n(n+1) = 880\).