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

A) 0

B) 1

C) n

asked
User Elli
by
8.0k points

2 Answers

6 votes

Answer:b.)1

Explanation:

answered
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
answered
User Scott Ahten
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.