Question
Question: How many subsets of four elements can be formed from a set of 100 elements?...
How many subsets of four elements can be formed from a set of 100 elements?
Solution
In this question we have to find the number of different teams can be formed from given number of total students, for this we will the combination formula which is given by Number of combinations when ‘r’ elements are selected out of a total of ‘n’ elements isnCr=r!(n−r)!n!, which can also be represented bynCr=nCn−r, and by substituting the values in the formula we will get the required result.
Complete step by step answer:
Given that we need to choose four elements can be formed from a set of 100 elements. Since no two numbers are the same, we will need to determine the number of combinations.
We will use the combination formula, which is given by number of combinations when ‘r’ elements are selected out of a total of ‘n’ elements is given bynCr=r!(n−r)!n!,
So, here where n is the number of students total and r is the number of students that need to be chosen.
Total number of elements = n=100,
Number of subsets that we need to select r= 4,
By substituting the values in the formula we get,
⇒100C4=4!(100−4)!100!,
Now simplifying we get,
⇒100C4=4!(96)!100!,
Now again simplifying we get,
⇒100C4=(4×3×2×1)(96)!100×99×98×97×96!,
Now eliminating the like terms we get,
⇒100C4=(4×3×2×1)100×99×98×97,
Again simplifying we get,
⇒100C4=2494109400,
Further simplification we get,
⇒100C4=3921225,
So, 4 subsets from a total of 100 elements can be formed in 3921225 ways.
Note: Combination is the different selections of a given number of elements taken one by one, or some, or all at a time. For example, if we have two elements A and B, then there is only one way to select two items, we select both of them. As the question is related to combinations, we should know the definition and the formula related to the combinations and students should understand the question, and the condition given, as they may get confused in finding the arrangements, which should be done according to the condition given in the question.