Question 1
From a group of 7 friends, in how many ways can we choose 2 friends to invite?
Step-by-Step Solution:
Concept: This is a combination problem because the order of selection doesn't matter.
Formula: C(n,r) = n! / [r!(n-r)!]
Given:
- n = 7 (total items)
- r = 2 (items to select)
Calculation:
C(7,2) = 7! / [2! × 5!]
= 7! / [2 × 120]
= 5040 / [2 × 120]
= 21
Alternative Method (using simplified calculation):
C(7,2) = (7 × 6 × ... × 6) / 2!
Key Distinction:
- Use COMBINATION when order doesn't matter (selecting)
- Use PERMUTATION when order matters (arranging)
Verification: The answer must be less than 7! since we're selecting, not arranging.
Concept: This is a combination problem because the order of selection doesn't matter.
Formula: C(n,r) = n! / [r!(n-r)!]
Given:
- n = 7 (total items)
- r = 2 (items to select)
Calculation:
C(7,2) = 7! / [2! × 5!]
= 7! / [2 × 120]
= 5040 / [2 × 120]
= 21
Alternative Method (using simplified calculation):
C(7,2) = (7 × 6 × ... × 6) / 2!
Key Distinction:
- Use COMBINATION when order doesn't matter (selecting)
- Use PERMUTATION when order matters (arranging)
Verification: The answer must be less than 7! since we're selecting, not arranging.