Matejxx1
- 72
- 1
Homework Statement
There are 30 students in a class. In how many ways can we arrange them if :
a)we must have three group, group one must have 5 students , group two 10 students and group three 15 students. answer=\frac{30!}{5!*10!*15!}
b)we must have three group and all must have 10 students
answer= \frac{30!}{10!*10!*10!*3!}
Homework Equations
C^r_n = \frac{n!}{r!*(n-r)!}
V^r_n = \frac{n!}{(n-r)!}
P_n= {n!}
The Attempt at a Solution
a)
Okay so I'm not sure if the way I solved a) is correct, as I didn't get the exact same result as I should have .
what I tried doing was: to first pick 5 students out of those 30 so I got
C^5_{30} = \frac{30!}{5!*(25)!}
and then I did the same for the other 2 groups
C^{10}_{25} = \frac{25!}{10!*(15)!}
C^{15}_{15} = \frac{15!}{15!*(0)!}
and then I multiplied all the 3 combinations together and got
4.66*1011
which is the right answer but not the same one as in the textbook.
b) I tried doing the same thing as with a)
C^{10}_{30} = \frac{30!}{10!*(20)!}
C^{10}_{20} = \frac{20!}{10!*(10)!}
C^{10}_{10} = \frac{10!}{10!*(0)!}
and the result comes out completely wrong
I am wondering now if somebody could help me figure a) out and kinda of point me in the right direction with b)
thanks