171k views
4 votes
A paint box contains 12 bottles of different colors. If we choose equal quantities of 3 different colors at random, how many color combinations are possible? A. 479,001,600 B. 1,320 C. 220 D. 36

User Cclient
by
5.1k points

2 Answers

3 votes

Answer: Choice C) 220

========================================

We have 12 choices for the first selection, 11 for the second, and 10 for the third. There are 12*11*10 = 1320 permutations. If your teacher was asking about permutations, then you would be done at this point. However, your teacher is asking about combinations. With combinations, order does not matter.

For any group of 3 items, there are 3! = 3*2*1 = 6 ways to arrange this group. This means that we must divide 1320 over 6 to correct for the fact that we overcounted by a factor of 6

In this case,

number of combinations = (number of permutations)/6

number of combinations = 1320/6

number of combinations = 220

More generally, I'm using the connection that

nCr = (nPr)/(r!)

User MERose
by
5.6k points
4 votes

Answer:

C

Explanation:

You are choosing 3 from a total of 12. Order does not matter. So you are working with combinations. The answer symbolically is

12C3

12C3 = 12!/(9!3!)

12C3 = 12 * 11 * 10 * 9!/(9! 3!)

12C3 = 12 * 11 * 10/6

12C3 = 2 * 11 * 10

12C3 = 220

User Vitorenesduarte
by
5.0k points