16.2k views
2 votes
QUESTION 9.1 POINT

Ruby will choose 3 colors to use for an art project. If there are 10 colors to choose from, how many different color
combinations are possible?

1 Answer

3 votes

Answer:

120 different color combinations are possible.

Explanation:

The order in which the color are chosen is not important(blue, green and red is the same outcome as red, blue, green), which means that the combinations formula is used to solve this question.

Combinations formula:


C_(n,x) is the number of different combinations of x objects from a set of n elements, given by the following formula.


C_(n,x) = (n!)/(x!(n-x)!)

In this question:

3 colors from a set of 10, so:


C_(10,3) = (10!)/(3!7!) = 120

120 different color combinations are possible.

User ILovemyPoncho
by
6.1k points