82.1k views
5 votes
Suppose a bag contains 5 balls numbered 1 through 5. In how many way scan you select 5 balls from the bag if there is no replacement after selection?

User Loxley
by
4.7k points

1 Answer

3 votes

Answer:

5

Explanation:

We are being asked in how many ways an enumerated ball can be removed without any type of replacement, therefore it would be a combination without repetition:

nCr = n! / r! * (n-r)!

n, total number of balls, 5

r, specific number of balls, 1

5C1 = 5! / (1! * 4!) = 5

Therefore there are 5 ways to do the above.

User DrOnline
by
5.3k points