asked 162k views
0 votes
Which of the following is equivalent to C(16, 4)?

A.12!
B.C(16, 12)
C.C(15, 3

asked
User KazR
by
8.0k points

1 Answer

4 votes
The number of combinations of n objects taken r at a time is determined by the following formula:

C(n,r)=(n!)/(r!(n-r)!).
Consider


C(16,4)= (16!)/(4!(16-4)!)= (16!)/(4!12!) = (16!)/(12!(16-12)!) =C(16,12).
Answer: Correct choice is B.
answered
User Omri Gazitt
by
7.7k 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.