Question 1
In a group of 8 people, 3 people are VIPs who shake hands with everyone. The remaining 5 people only shake hands with other non-VIPs (not with VIPs). How many handshakes occur?
Step-by-Step Solution:
Concept: Handshake problem with selective participation.
Given:
- Total: 8 people
- VIPs: 3 (shake with everyone)
- Non-VIPs: 5 (only shake with other non-VIPs)
Step 1 - Total possible handshakes without restrictions:
Total possible = C(8, 2) = 8×7/2 = 28
Step 2 - Handshakes that DON'T occur:
Non-VIPs shaking with VIPs (these don't happen because non-VIPs only shake with non-VIPs)
Non-VIP to VIP handshakes = 5 × 3 = 15
Step 3 - Subtract restricted handshakes:
Actual handshakes = Total possible - Forbidden handshakes
= 28 - 15
= 13
Alternative direct count:
- VIP to VIP: C(3, 2) = 3
- VIP to Non-VIP: 0 (forbidden)
- Non-VIP to Non-VIP: C(5, 2) = 10
Total = 3 + 10 = 13
Verification: Both methods give the same result.
Concept: Handshake problem with selective participation.
Given:
- Total: 8 people
- VIPs: 3 (shake with everyone)
- Non-VIPs: 5 (only shake with other non-VIPs)
Step 1 - Total possible handshakes without restrictions:
Total possible = C(8, 2) = 8×7/2 = 28
Step 2 - Handshakes that DON'T occur:
Non-VIPs shaking with VIPs (these don't happen because non-VIPs only shake with non-VIPs)
Non-VIP to VIP handshakes = 5 × 3 = 15
Step 3 - Subtract restricted handshakes:
Actual handshakes = Total possible - Forbidden handshakes
= 28 - 15
= 13
Alternative direct count:
- VIP to VIP: C(3, 2) = 3
- VIP to Non-VIP: 0 (forbidden)
- Non-VIP to Non-VIP: C(5, 2) = 10
Total = 3 + 10 = 13
Verification: Both methods give the same result.