yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Sampling distribution of the difference in sample proportions -Probability example


3m read
·Nov 10, 2024

In a previous video, we explored the sampling distribution that we got when we took the difference between sample proportions. In that video, we described the distribution in terms of its mean, standard deviation, and shape. What we're going to do in this video is build on that example and try to answer a little bit more about it.

So, in this situation, what we want to do is find the probability, given that we already know about this sampling distribution's mean, standard deviation, and shape. We want to find the probability that the sample proportion of defects from plant B is greater than the sample proportion from plant A. So pause this video and see if you can figure this out.

All right, now let's do this together. So, first of all, let's just interpret what this is: the probability that the sample proportion of defects from plant B is greater than the sample proportion from plant A. If the sample proportion from plant B is greater than the proportion from plant A, then the difference between the sample proportions is going to be negative.

So, this is equivalent to the probability that the difference of the sample proportions—so the sample proportion from A minus the sample proportion from B—is going to be less than zero. Another way to think about it: that's going to be this area right over here.

Now, there are a bunch of ways that we can figure out this area, but the easiest—or one of the easiest, I guess, there are many different ways to do it—is to figure out how many, up to and including, how many standard deviations below the mean this is. Then we could use a z-table.

So, what we just have to do is figure out what the z value is here. And the z value here, we just have to say, “Well, how many standard deviations below the mean is this?” I'll do it up here, let me square this off so I don't make it too messy.

Z is going to be equal to... So, we are negative 0.02 from the mean or we're 0.02 to the left of the mean. So, I'll just do negative 0.02 and then over the standard deviation, which is 0.025. This is going to be equal to... Get a calculator here. We get 0.02 divided by 0.025, which is equal to that. And we are, of course, going to be to the left of the mean, so our z is going to be approximately negative 0.8.

I'm saying approximately because this was approximate over here when we figured out the standard deviation. So, it is negative 0.8, and then we just have to use a z lookup table. If we look at a z lookup table, what we see here is, if we're going to negative 0.8, negative 0.8 is right over here.

So, negative 0.8, and then we have zeros after that. So, we're looking at this right over here: the area under the normal curve up to and including that z value. We always have to make sure that we're looking at the right thing on this standard normal probabilities table right over here.

That gives us 0.21, or we could say this is approximately 21. So, let me get rid of this. And so, we know that this right over here is approximately 21, or we could say 0.21.

So, the probability of the sample proportion of defects from plant B being greater than the sample proportion from plant A is, give or take, roughly one in five.

More Articles

View All
Lewis diagrams for molecules | Chemistry | Khan Academy
Let’s draw LS draw structures for certain molecules. It’s a lot of fun to do that. Okay, now the first thing we need to do to draw these structures is to identify the number of valence electrons. Okay, and we’ve talked about these valence electrons in ou…
A Tale of Two Credit Scores | Teacher Resources | Financial Literacy | Khan Academy
[Music] Con Academy proudly presents a tale of two credit scores. This is Jana. Hi! And this is Bob. Good morning! Narrator: Hi Bob! These two charming characters are co-workers, each with the same job and salary. They both need a vehicle, so they’ve tr…
Simplify, Simplify | A Philosophy of Needing Less
Most of the luxuries, and many of the so-called comforts of life, are not only not indispensable, but positive hindrances to the elevation of mankind. With respect to luxuries and comforts, the wisest have ever lived a more simple and meagre life than the…
Standard deviation of residuals or Root-mean-square error (RMSD)
What we’re going to do in this video is calculate a typical measure of how well the actual data points agree with a model—in this case, a linear model. There are several names for it; we could consider this to be the standard deviation of the residuals, a…
Example identifying the center of dilation
We are told the triangle N prime is the image of triangle N under a dilation. So this is N prime in this red color, and then N is the original; N is in this blue color. What is the center of dilation? And they give us some choices here: choice A, B, C, or…
Simulating robots with module imports | Intro to CS - Python | Khan Academy
Let’s design a program that imports functionality from another file. When programming teams collaborate on projects, they’re often writing code across multiple files. They package their work into functions and then share them for other team members to use…