Suppose that independent students have to solve a homework. Student A solves the homework with a probability of $70\%$, Student B solves it with a probability of $80\%$ and Student C solves it with a probability of $90\%$.
a) What is the probability that all the students solve the homework if at least two students solve the homework?
b) What is the probability that Student B solves the homework if less than two students solve the homework?
c) What is the probability that less than two students solve the homework?
I have tried this procedure:
a) There are three possible cases:
- Student B and C have already solved the homework, and so student A has yet to solve the problem ($70\%$)
- Student A and C have already solved the homework, and so student B has yet to solve the problem ($80\%$)
- Student A and B have already solved the homework, and so student C has yet to solve the problem ($90\%$)
The probability of the first event is ($80\% * 90\% = 72\%$), for the second is ($70\% * 90\% = 63\%$), for the third is ($70\% * 80\% = 56\%$). So the result is: ($70\% * 72\%$) + ($80\% * 63\%$) + ($90\% * 56\%$) but the result is unrealistic ($151.2\%$). What is wrong?
b) I had in mind to use a procedure very similar to point a) but I believe that I get an wrong result
c) The overall probability is given by: ($70\% * 20\% * 10\%$) + ($30\% * 80\% * 10\%$) + ($30\% * 20\% * 90\%$) = $9.2\%$ Is it correct?