Question 742661
number of different ways 6 prizes can be distributed among 3 different students so that each receives 2 prizes
---
# of ways to pick a pair of prizes: 6C2 = 15 ways
---
# of ways to give those to 3 students: 15P3 = 15*14*13 = 2730 ways
============================
Cheers,
Stan H.
============================