Question: If you have 5 different books and want to select 2 to read, how many combinations are possible?
Options:
Correct Answer: 10
Solution:
The number of combinations of 2 books from 5 is C(5, 2) = 5! / (2!(5-2)!) = 10.