- #1
erogard
- 62
- 0
Hi, here's the question, I just need someone to confirm that I'm doing it right (been a while since my last stat class):
Let's say I have 30 balls all of different colors. I want to know in how many different ways I can align 5 balls picked at random (thus ordering matters). Note that one must be blue, one red and one yellow.
So let's start with the blue one. I have 5 different ways to arrange it (either place it first in line, or second, or third etc.). Then let's say I'm looking a the red one: I have 4 ways left to arrange it. Finally I have 3 slots left for the yellow one. Now for the remaining 2 balls, I still have 27 balls to choose from.
Would the answer be 5*4*3*(27 Permute 2)?
Thanks.
Let's say I have 30 balls all of different colors. I want to know in how many different ways I can align 5 balls picked at random (thus ordering matters). Note that one must be blue, one red and one yellow.
So let's start with the blue one. I have 5 different ways to arrange it (either place it first in line, or second, or third etc.). Then let's say I'm looking a the red one: I have 4 ways left to arrange it. Finally I have 3 slots left for the yellow one. Now for the remaining 2 balls, I still have 27 balls to choose from.
Would the answer be 5*4*3*(27 Permute 2)?
Thanks.