asked 69.4k views
5 votes
Evaluate C(n, n).

A. 0
B. 1
C. n

asked
User Ted Shaw
by
8.4k points

1 Answer

2 votes

C(n,n)=(n!)/(n!(n-n)!)=\frac1{0!}=\frac11=1

In other words, how many ways are there to choose
n objects from a total of
n objects? Just one; take all of them at the same time.
answered
User Extaze
by
7.3k 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.