asked 154k views
5 votes
Evaluate C(8, 1).

A. 8
B. 7
C. 1

asked
User Sunsean
by
8.3k points

2 Answers

4 votes
The correct answer is A.8
answered
User Mrembisz
by
7.8k points
2 votes

Answer:

A. 8

Explanation:

C(8,1) means number of ways of choosing 1 element out of 8

That is it is a combination.

We know that the formula for C(n,r) is:


(factorialn)/(factorialr* factorial(n-r))

C(8,1)=
(factorial8)/(factorial1* factorial(8-1))

=
(factorial8)/(factorial1* factorial7)

=
(8* factorial7)/(factorial7) (since, factorial1=1)

= 8

Hence, correct option is:

A. 8

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.