Question 1202561
<br>
Since the problem asks for the probabilities of 3 different outcomes, we might as well get practice with the required calculations by finding the probabilities of all possible combinations of doctors and nurses.  That gives us practice in working this kind of problem; and it gives us a chance to check our calculations, since the sum of the probabilities of all cases must be 1.<br>
Since we are looking at all cases, we can simplify the calculations by counting the numbers of ways of getting each outcome, instead of calculating each probability.<br>
The total number of ways of choosing 6 of the 15 doctors and nurses is, literally, "15 choose 6":
{{{C(15,6)=5005}}}<br>
(1) 5 doctors, 1 nurse: we need to choose all 5 of the 5 doctors and 1 of the 10 nurses:
{{{C(5,5)*C(10,1)=(1)(10)=10}}}<br>
(2) 4 doctors, 2 nurses: {{{C(5,4)*C(10,2)=(5)(45)=225}}}<br>
(3) 3 doctors, 3 nurses: {{{C(5,3)*C(10,3)=(10)(120)=1200}}}<br>
(4) 2 doctors, 4 nurses: {{{C(5,2)*C(10,4)=(10)(210)=2100}}}<br>
(5) 1 doctor, 5 nurses: {{{C(5,1)*C(10,5)=(5)(252)=1260}}}<br>
(6) 0 doctors, 6 nurses: {{{C(5,0)*C(10,6)=(1)(210)=210}}}<br>
CHECK these calculations...  10+225+1200+2100+1260+210 = 5005 --- correct<br>
Now we can answer the questions.<br>
Note the problem says the panel must contain both doctors and nurses, so the last case is not allowed.  So the total number of ways of choosing a panel with both doctors and nurses is 5005-210 = 4795.  That will be the denominator of each of our probability fractions.<br>
a) equal numbers of doctors and nurses (3 of each)
The probability is 1200/4795.<br>
b) at most 2 nurses
The probability is (10+225)/4795 = 325/4795.<br>
c) more doctors than nurses
That means 3, 4, or 5 doctors, which means at most 2 nurses, so this is equivalent to case b)
The probability is again 325/4795.<br>
I leave it to you to do the busy work of converting the probabilities to decimals.<br>