they’re 25 student’s 14 female and 11 male two students are selected at random to participate in a probability experiment. compute that
b) a male is selected then a female
c) a female selected then a male
d) two females are selected
e) no males are selected

Respuesta :

The probabilities in each of the given categories are; A) 51.33%; B) 51.33% C) 30.33% D) 30.33%

How to find the Probability of Selection?

The number of ways to select 2 out of 25 is; 25C2 = 25! / (23! * 2!)

= 25*24/2

= 300

(A) Probability of selecting 1 male and 1 female:

[(11C1) * (14C1)]/300 = [11!/(10! * 1!)] * [(14!/(12! * 2!))

= 51.33%

(B)  Probability of selecting 1 female and 1 male:

[(14C1) * (11C1)]/300 = 51.33%

                                           

(C)   Probability that 2 females are selected is;

(14C2)/300 = 30.33%

D) Probability that no males are selected is;

P(no males) = (11C0 * 14C2 )/300 = 30.33%

Read more about probability of Selection at; https://brainly.com/question/251701

#SPJ1