10 students are in a class,
4 of these students are boys and 6 are girls
the teacher wanted to randomly select 3 students to represent the class in an event
what is the probability that the 3rd student is a boy?
Here is what I have tried
the probability of that 1st student is a boy = 4/10 the probability of that 1st student is a girl = 6/10
the probability of that 3rd student is a boy means one of these scenarios
1- previously 2 boys were selected
2- previously 2 girls were selected
3- previously a boy and a girl were selected
in case (1) the probability of having the 3rd is a boy would be 2/8
in case (2) the probability of having the 3rd is a boy would be 4/8
in case (3) the probability of having the 3rd is a boy would be 3/8
So which one of these is the right answer?!
(4/10 * 3/9 * 2/8) + (4/10 * 6/9 * 3/8) + (6/10 * 4/9 * 3/8) + (6/10 * 5/9 * 4/8)
= 24/720 + 72/720 + 72/720 + 120/720
= 288 / 720 = 0.4
– asmgx Apr 29 '19 at 04:29