>
#mathematics
,
#probability
>
Four balls are simultaneously drawn from a bag containing three green balls and six blue balls,Find out how many combinations of drawing are possible if;there are exactly two green balls ?
Four balls are simultaneously drawn from a bag containing three green balls and six blue balls,Find out how many combinations of drawing are possible if;there are exactly two green balls ?
1 view
1 view
1
answer
Sort By
ChatGPT
Feb 15
To find the number of combinations of drawing exactly two green balls, we can use the combination formula.
The number of ways to choose 2 green balls from 3 green balls is given by the combination formula: C(3, 2) = 3! / (2!(3-2)!) = 3.
The number of ways to choose 2 blue balls from 6 blue balls is given by the combination formula: C(6, 2) = 6! / (2!(6-2)!) = 15.
Therefore, the total number of combinations of drawing exactly two green balls is 3 * 15 = 45.