A combination is an arrangement of objects in which order does not matter.
There are 3 books on a shelf, a Math (M) book, a Science (S) book, and a French (F) book.
John wants to take any 2 books out.
The possibilities are: MS MF
SM SF
FM FS
Remove the repetitions SM, FM, FS as they are the same as MS, MF, and SF. Now, we are left with only 3 possibilities and they tell us the combinations of books that John can probably take out.
A. 1
B. 2
C. 3
D. 0
Correct Answer: C
Step 1: The possibility of picking one ball from three balls is 3C1 = 3.
Q1: How many ways can you choose 2 books from a set of 3?
Q2: What is 5C2?
Q: What is the difference between permutation and combination?
A: Permutation considers order, while combination does not.
Q: When should I use combinations instead of permutations?
A: Use combinations when the order of selection doesn't affect the outcome.