SOLUTION: Suppose a designer has a palette of 10 colors to work with, and wants to design a flag with 4 vertical stripes, all of different colors. How many possible flags can be created?

Algebra ->  Probability-and-statistics -> SOLUTION: Suppose a designer has a palette of 10 colors to work with, and wants to design a flag with 4 vertical stripes, all of different colors. How many possible flags can be created?      Log On


   



Question 1200329: Suppose a designer has a palette of 10 colors to work with, and wants to design a flag with 4 vertical stripes, all of different colors.
How many possible flags can be created?

Answer by ikleyn(52832) About Me  (Show Source):
You can put this solution on YOUR website!
.
Suppose a designer has a palette of 10 colors to work with, and wants to design
a flag with 4 vertical stripes, all of different colors.
How many possible flags can be created?
~~~~~~~~~~~~~~~~~~~

10*9*8*7 = 5040,  if the order is important,  or


C%5B10%5D%5E4 = %2810%2A9%2A8%2A7%29%2F%281%2A2%2A3%2A4%29 = 210,  if the order is not important.

Solved.