1
$\begingroup$

A committee of $5$ members will be chosen from a group of $10$ teachers and 5 students. What is the probability that the committee will have 3 teachers and 2 students? My solution was this :($10C3$ x $5C2$) / $15C5$ . My professor told me that I still need to multiply something to get my answer right which is now my current problem. What do I need to multiply? UPDATE: Ill be meeting my professor later to get the correct answer and I'll share it here.

  • 1
    i think ur answer is right2017-02-07
  • 0
    It is still lacking one factor though by which I need to multiply2017-02-07
  • 0
    what that is the answer given by ur professor?2017-02-07
  • 0
    I am thinking that it has something to do with the arrangement?2017-02-07
  • 0
    that is my solution, my professor didn't tell us the correct answer2017-02-07
  • 0
    it you consider arrangements, it will equal apply in numerator and denominator and no effect2017-02-07

3 Answers 3

1

3 teachers from 10 teachers.

$$\binom{10}{3}$$

2 students from 5 students.

$$\binom{5}{2}$$

Committee with 3 teachers and 2 students.

$$\binom{10}{3} \times \binom{5}{2}$$

Total ways to select 5 persons from 15.

$$\binom{15}{5}$$

Probability = $$\frac{\binom{10}{3} \times \binom{5}{2}}{\binom{15}{5}}$$

Same as your answer. So your answer is correct. No need to multiply something.

0

Note that if we introduce a descrete random variable $X$ which describes the number of teachers in the committee, then $X$ follows hypergeometric distribution with a probability mass function $P(X=k)=\frac{{{K}\choose{k}}\cdot{{N-K}\choose{n-k}}}{{{N}\choose{n}}}$ for $K$ number of teachers, $N-K$ number of students and $n$ number of people in the committee.

  • 0
    so the answer is still the same?2017-02-08
  • 0
    Why don't you use numbers instead of variables and you will see...2017-02-08
0

You need to multiply by $1$. (Your answer is already correct)