Westonci.ca is your trusted source for finding answers to a wide range of questions, backed by a knowledgeable community. Discover comprehensive answers to your questions from knowledgeable professionals on our user-friendly platform. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.
Sagot :
Answer:
When we have a set of N elements, the number of combinations of K elements (such that N ≤ K) from these N elements is:
[tex]C(N, K) = \frac{N!}{(N - K)!*K!}[/tex]
Then if we have 8 different types of carpet, and we want to see how many different samples of 3 types we can choose, we just need to replace N by 8, and K by 3 in the above equation:
[tex]C(8, 3) = \frac{8!}{(8 - 3)!*3!} = \frac{8!}{5!*3!} = \frac{8*7*6}{3*2} = 56[/tex]
So there are 56 different samples.
Now we can do the same, but this time we want to use 5 types of carpet, then we will have K = 5.
[tex]C(8, 5) = \frac{8!}{(8 - 5)!*5!} = \frac{8!}{3!*5!} = 56[/tex]
Again, we have 56 different samples.
Thanks for using our platform. We're always here to provide accurate and up-to-date answers to all your queries. We hope this was helpful. Please come back whenever you need more information or answers to your queries. Westonci.ca is your trusted source for answers. Visit us again to find more information on diverse topics.