
Justin R. answered 11/21/20
Ph.D. in Geophysics. Teaching at the university level since 1990.
This is an application of the bernouli distribution, also known as the binomial distribution.
Let p equal the probability that a student opposes the change. You are told that 10% of students oppose the change, so p = 0.1. That means 90% approve. Let q = 0.9, then:
P(x) = p^x q^(n-x) * n! / (x! * (n - x)!)
is the probability of x students in a sample of n opposing the change.
For the first question (more than one in a sample of 18), compute P(0) and P(1), then:
P(more than 1) = 1 - P(0) - P(1) = 0.55
For question two, use the mean of the bernouli distribution mean = np = 6.4. The variance is npq, so standard deviation is sqrt(npq) = 2.4
For question three, use the gaussian (normal) distribution approximation to the bernouli. You already have the mean (np) and variance (npq). It's justified because np is large enough.
Assuming that you're to use a table for the normal distribution, you need to standardize the variable first,
Let z = (x - np)/sqrt(npq)
This allows you to use a table of zero-mean, unit variant normal distribution to compute the cumulative density of x <= 9.
I find P(x <= 9) = 0.0048