32.8k views
0 votes
What is 5C2 It is in Combinations for high school.

User Varunsrin
by
6.5k points

1 Answer

0 votes

5C2 is asking how many combinations of 2 can be made out of 5 items.



The formula to solve this is:

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

N is the number of items and r is the sample


Replace n and r and solve:

5! / (2!(5-2)!)

a number with an exclamation point, means to multiply that number by all the numbers below it.

5! = 5 *4 *3 *2 *1 = 120

2! = 2*1 =2

5-2 = 3

3! = 3*2*1 = 6


Now you have 120 / 2*6 = 120/12 = 10


The answer is 10.

User Ayhan
by
6.8k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.