127k views
1 vote
Which of the following demonstrates how the first 21 (on the left side of the triangle) is calculated using the combination pattern?

Which of the following demonstrates how the first 21 (on the left side of the triangle-example-1
User Ralston
by
6.5k points

2 Answers

3 votes

Answer:

The correct option is A.

Explanation:

Combination formula for selecting r items from n items is


_nC_r=\binom{n}{r}=(n!)/(r!(n-r)!)

Using the formula we get


_7C_2=\binom{7}{2}=(7!)/(2!(7-2)!)=(7* 6* 5!)/(2* 1* 5!)=21

Therefore option A is correct.


_(21)C_2=\binom{21}{2}=(21!)/(2!(21-2)!)=(21* 20* 19!)/(2* 1* 19!)=210

Therefore option B is incorrect.


_(21)C_7=\binom{21}{7}=(21!)/(7!(21-7)!)=116280

Therefore option C is incorrect.


_(7)C_7=\binom{7}{7}=(7!)/(7!(7-7)!)=1

Therefore option D is incorrect.

User Endran
by
6.3k points
2 votes
Pls. see attachment. 
Which of the following demonstrates how the first 21 (on the left side of the triangle-example-1
User Kermia
by
6.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.