100.0k views
1 vote
Evaluate C(n, 0)

A) 0

B) 1

C) n

User Elli
by
8.0k points

2 Answers

6 votes

Answer:b.)1

Explanation:

User Michael Sanchez
by
8.0k points
4 votes
There is one (1) way to choose zero objects from a collection of n objects.

The appropriate choice is
B) 1


_____
C(n, k) = n!/(k!(n-k)!)
C(n, 0) = n!/(0!*n!) = 1/0! = 1/1 = 1
User Scott Ahten
by
8.2k points