Number of ways in which 30 identical things are distributed among six persons is
see full answer
High-Paying Jobs That Even AI Can’t Replace — Through JEE/NEET
🎯 Hear from the experts why preparing for JEE/NEET today sets you up for future-proof, high-income careers tomorrow.
An Intiative by Sri Chaitanya
a
17C5 if each gets odd number of things
b
16C11 if each gets odd number of things
c
14C5 if each gets even number of things (excluding 0)
d
15C10 if each gets even number of things (excluding 0)
answer is A.
(Unlock A.I Detailed Solution for FREE)
Best Courses for You
JEE
NEET
Foundation JEE
Foundation NEET
CBSE
Detailed Solution
Let person Pi get xi number of things such thatx1+x2+x3+x4+x5+x6=30If xi is odd or xi=2λi+1, where λi≥0, then2λi+λ2+λ3+λ4+λ5+λ6+6=30or λ1+λ2+λ3+λ4+λ5+λ6=12Then number of solutions is 12+6−1C6−1=17C5. If xi is evenor xi=2λI, where λi≥1, then2λi+λ2+λ3+λ4+λ5+λ6=30or λi+λ2+λ3+λ4+λ5+λ6=15Therefore, required number of ways is 15−1C6−1=14C5.