Statistics
A student chooses 4 books at random from a reading list of 11 books.
Step-by-step solution with explanation
Final Answer
different combinations of booksStep-by-step solution
Understanding this problem
Learning Insight
Combinations count the number of ways to select a group when order doesn't matter. Dividing by r! removes all the duplicate groups that would appear if we had counted arrangements. That's why combinations are always smaller than permutations for the same n and r.Quick Tip
To save time, only expand as many factors in n! as there are in r. Here r = 4, so just take the top 4 factors of 11! (11×10×9×8) and divide by 4!. The rest cancels automatically.Common Mistake
Students often use the permutation formula P(11,4) instead of C(11,4), which gives 7920 — but that counts every arrangement of the same 4 books as different, which is wrong when we only care about which books are chosen.