Combinations Presentation
Combinations Presentation
• C(n, r) = n! / [r!(n-r)!]
Common Objects Used in
Combinations
• - Marbles
• - Pens
• - Books
• - Coins
• - Playing Cards
• - Fruits
• - Flowers
• - Chocolates
• - Toys
Example Problem
• A box contains 10 different chocolates. How
many ways can you select 3 chocolates?
• Solution:
• C(10, 3) = 10! / (3!(10-3)!) = 120 ways
Real-Life Applications of
Combinations
• - Selecting a team from a group of students
• - Choosing books for a reading list
• - Forming a committee
• - Lottery and lucky draws
• - Selecting gifts from a set
Conclusion
• Combinations are useful in various fields like
mathematics, probability, and everyday
decision-making. Understanding how to
calculate combinations helps in solving real-
life problems efficiently.