SOLUTION: A math teacher will split her class of 15 students into three groups with five students in each group. One group will go for online class, a second group will have the modular cl

Algebra ->  Permutations -> SOLUTION: A math teacher will split her class of 15 students into three groups with five students in each group. One group will go for online class, a second group will have the modular cl      Log On


   



Question 1188892: A math teacher will split her class of 15 students into three groups with five
students in each group. One group will go for online class, a second group will have the
modular class and the third group will be a face to face class. In how many ways can the
teacher form the groups for online, modular and face to face class?

Found 2 solutions by ikleyn, greenestamps:
Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.

In  C%5B15%5D%5E5%2AC%5B10%5D%5E5 = 3003 * 252 = 756756 different ways.

Solved.

----------------

On Combinations,  see introductory lessons
    - Introduction to Combinations
    - PROOF of the formula on the number of Combinations
    - Problems on Combinations
in this site.

Also,  you have this free of charge online textbook in ALGEBRA-II in this site
    - ALGEBRA-II - YOUR ONLINE TEXTBOOK.

The referred lessons are the part of this online textbook under the topic  "Combinatorics: Combinations and permutations".


Save the link to this textbook together with its description

Free of charge online textbook in ALGEBRA-II
https://www.algebra.com/algebra/homework/complex/ALGEBRA-II-YOUR-ONLINE-TEXTBOOK.lesson

into your archive and use when it is needed.




Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


To expand a bit on the response from tutor @ikleyn....

Choose 5 of the 15 for the online class in C(15,5) ways.

Then choose 5 of the remaining 10 for the modular class in C(10,5) ways.

Then choose 5 of the remaining 5 for the face to face class in C(5,5) ways.

The total number of ways is C(15,5)*C(10,5)*C(5,5).

Of course, since C(5,5) is equal to 1, the answer can be expressed as just C(15,5)*(C(10,5).