Question
Question: In a group of students, there are 3 boys and 3 girls. Four students are to be selected randomly from...
In a group of students, there are 3 boys and 3 girls. Four students are to be selected randomly from the group. Find the probability that either 3 boys and 1 girl or 3 girls and 1 boy are selected.
Solution
we use the concepts of probability to solve the given question. We start to solve the given question by calculating all the favorable outcomes for the event. Then, we divide all the favorable outcomes by total outcomes to get the desired result.
Complete step by step solution:
We are asked to calculate the probability that either 3 boys and 1 girl or 3 girls and 1 boy are selected from a group of 3 boys and 3 girls. We will be solving the given question using the concept of probability.
From the above, we can see that there can be two possible cases in this situation, the first case involves the selection of 3 boys and 1 girl.
The number of ways 3 boys can be selected out of a group of 3 boys and a girl out of a group of 3 girls is found out using combinations.
Combinations usually are the number of ways the objects can be selected without replacement. It is usually given by nCr
Here,
n = no of things
r = no of things taken at the time.
The combination of n things taken r at a time or nCr is given by the formula
⇒nCr=(n−r)!r!n!
The number of ways 3 boys can be selected out of a group of 3 boys is given by 3C3
The number of ways a girl can be selected out of a group of 3 girls is given by 3C1
The number of ways 3 boys can be selected out of a group of 3 boys and a girl can be selected out of a group of 3 girls is given as follows,
⇒3C3×3C1
⇒3!(3−3)!3!×1!(3−1)!3!
Simplifying the above expression, we get,
⇒3
The second case involves selection of 1 boy and 3 girls.
The number of ways a boy can be selected out of a group of 3 boys is given by 3C1
The number of ways 3 girls can be selected out of a group of 3 girls is given by 3C3
The number of ways a boy can be selected out of a group of 3 boys and 3 girls can be selected out of a group of 3 girls is given as follows,
⇒3C1×3C3
⇒1!(3−1)!3!×3!(3−3)!3!
Simplifying the above expression, we get,
⇒3
The favorable outcomes from the given question is the selection of either 3 boys and 1 girl or 3 girls and 1 boy from the group.
⇒favorable outcomes = 3+3
∴Favorable outcomes = 6
The total number of possible outcomes from the given question is the selection of 4 students from a group of 6 students(3 boys and 3 girls).
The number of ways 4 students can be selected out of a group of 6 students is given by 6C4
⇒Total outcomes = 6C4
⇒Total outcomes = (4!(6−4)!6!)
⇒Total outcomes = (4×3×2×1×26×5×4×3×2×1)
⇒Total outcomes = (26×5)
⇒Total outcomes = 230
∴Total outcomes = 15
We know that,
⇒probability = Total outcomesnumber of favorable outcomes
Substituting the values, we get,
⇒probability=156
Simplifying the above equation, we get,
∴probability = 52
The required probability is 52
Note: We need to know the basic concepts and definitions of combinations to solve this problem. Combinations usually are the number of ways the objects can be selected without replacement. The factorial of a number n should only go down to 1 and not zero. Common mistakes like double counting, confusion of values should be avoided to get precise results.