asked 214k views
2 votes
How many subsets of three elements each can be made from a set of five elements?

A)10
B)20
C)60

2 Answers

3 votes

the CORRECT answer should be 10, because if you take 5!/3!*(5-3)! it equals 10

answered
User DiegoFrings
by
8.4k points
3 votes

Answer: The correct option is (A) 10.

Step-by-step explanation: We are given to find the number of subsets of three elements each can be made from a set of five elements.

Since we have five elements, out of which we are to select three.

So, the number of subsets will be given by the combination of five elements taking three at a time.

The combinations of 'n' elements taking 'r' (r is less than or equal to n) at a time is given by the formula:


^nC_r=(n!)/(r!(n-r)!).

Here, n = 5 and r = 3.

Therefore, the total number of subsets will be


^5C_3\\\\\\=(5!)/(3!(5-3)!)\\\\\\=(5!)/(3!2!)\\\\\\=(5* 4* 3!)/(3!*2*1)\\\\\\=5*2\\\\=10.

Thus, the required number of subsets is 10.

Option (A) is correct.

answered
User Justincely
by
8.2k 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.