I am working through some problems about probability and seem to be having trouble working through this one in particular. I'd love some help learning how to go about solving problems such as this.
A website estimates that 19% of people have a phobia regarding public speaking. If three students are assigned to a project group, what's the probability...
a.) That all 3 students have a fear of public speaking.
b.) That none have a fear of public speaking
c.) That at least one of the students has a fear of public speaking.
For this question,:
A) If one kid has a fear then probability of picking him will be $0.19$ while picking one more reduces the probability to $(0.19)*(0.19)$ . For three people: it becomes $(0.19)^3$ This is from selection via independent events.
B)None have fear: $(1-0.19)^3$
This is via noting that 81% population won't be fearful as such. and following the above principal again.
C) At least one have fear: $1-(1-0.19)^3$
This one is by asking in account that for at least one to be fearful, we may take it as Anti-event when none is fearful. Thus 1-P(part B)