How many three-element subsets of {0, 1, 2, 3, 4, 5, 6, 7, 8, 9} are t
[#permalink]
08 Oct 2023, 09:01
OE
We need to make three element subsets from 10 numbers.
In sets, order of elements doesn’t matter.
As we need to figure out three-element subsets such that not all three numbers are
prime
That means some can be prime.
So, lets figure out the total number of three element subsets and remove the number of
subsets with all three prime numbers.
Hence, we apply Combination.
Total number of 3 element subsets = \(C^{10}_3\)
But the question doesn’t want the sets where all 3 numbers are prime. Prime digits in
the given set are: 2, 3, 5 and 7.
Let’s calculate the number of 3 element sets where all the digits are prime = \(𝐶^3_4\)
Therefore, \(𝐶^10_3- 𝐶^4_3\), will give the number of 3 element subsets from the given 10 numbers that won’t include all prime element set.
\(C^{10}_3= 10!/3!7! = 120\)
(Select 3 from 4 prime)
\(C^4_3=\frac{4!}{3!1!}=4
\)
120-4=116