In a math class, 12 out of 15 girls are freshmen and 11 out of 15 boys are freshmen. What is the probability that in a randomly selected group of five students from the class, there will be two freshmen girls and three freshmen boys? Express your answer as a common fraction.

Respuesta :

Answer:

[tex]P(2FG|3FB) = \frac{605}{7917}[/tex]

Step-by-step explanation:

Combinations are a way to calculate the total outcomes of an event where order of the outcomes does not matter.To calculate combinations the below  formula is used:

[tex]nCr = \frac{n!}{r!(n-r)!}[/tex]

where [tex]n[/tex] represents the total number of items and [tex]r[/tex] represent the number of items being chosen at a time. The '!' represents factorial function which is the product of all integers equal to and less than the given integer. This can be calculated manually using the formula or by using the nCr function on a scientific calculator.

Thus, the number of ways to select 2 freshmen girls (2FG) and 3 freshmen boys (3FB) can be determined. The number of ways to select 5 students (5S) can be determined in the same way.

[tex]2FG = 12C2 = \frac{12!}{2!(12-2)!} = \frac{12!}{2!(10)!} = 66[/tex]

[tex]3FB = 11C3 = \frac{11!}{3!(11-3)!} = \frac{11!}{3!(8)!} = 165[/tex]

[tex]5S = 30C5 = \frac{30!}{5!(30-5)!} = \frac{30!}{5!(25)!} = 142506[/tex]

The probability of selecting 2 freshmen girls (2FG) and 3 freshmen boys (3FB) when selecting 5 students out of 30 is given as below:

[tex]P(2FG|3FB) = \frac{2FG*3FB}{5S} = \frac{66*165}{142506} = \frac{605}{7917}[/tex]