Ian H. answered 03/08/25
Statistics Tutor: Building Confidence, One Concept at a Time
We've got a binomial situation here, but with so many trials, we can use the normal distribution as a handy shortcut!
- Let n be the sample size of 199 voters,
- p is the probability of success (in this case, "success" is "disapproval", so 0.76),
- q is the probability of "failure" (or, "approval," so 0.24), and
- x is the number of "successes" that we want to observe (at least 136).
Because we have a large sample size (199), we can use the normal distribution to approximate the binomial, which makes the calculations much easier.
First, check that np and nq are both at least 10 (which they are).
Next, find the mean (151.24) and standard deviation (about 6.024) of our approximating normal distribution.
- In this case, the mean (µ) is np = 151.24, and the standard deviation (σ) is given by√(npq) = √(199 * 0.76 * 0.24) ≈ 6.024
Because we want 'at least 136', we use a continuity correction, adjusting our value to 135.5. Translating this a Z-score yields approximately -2.61.
What we are really trying to find is the probability located to the right of this -2.61 Z-score, which represents the probability mass of observing 136 or more "successes" (disapproval). From the Z-table one more time, we find this probability to be around 0.9955.
So, there! In your random sample of 199, the probability of finding at least 136 people who disapprove of Congress very high at 99.55%.
Hopefully that helps!