This seems like it should be simple but I'm scratching my head where to begin.
From a total, arbitrarily large population of red and blue marbles, knowing that the distribution of the total is 48% red and 52% blue (let's say 48000000 red and 52000000 blue if the process requires the total to be defined)... Select from this 972 random marbles, what is the probability of getting at least 483 (~49.64%) red marbles?
It seems to me that this would be, if x is the number of red marbles pulled, the sum of the probability for x=483 + probability for x=484... ... + probability for x=972, and you would take the function to calculate one probability and use a sum from x=483 to 972. However I am not sure how to calculate the probability for a value of x. I know I learned this in statistics 15 years ago, just can't remember. I thought it would be .48^x for each one, but I think that's actually the probability of getting x red marbles in a row (extremely small value that is obviously wrong), and even when summing that over 483 to 972, the result is on the magnitude 10^-190. So, that's definitely wrong.
Lately I've been doing a lot of calculation with the known and unknown variables being the other way around (i.e. the sample is known ratio and I'm trying to evaluate the probability of the whole, using z-scores and p-values). And I think this is probably a lot easier than that, I just can't remember how to do it.
From a total, arbitrarily large population of red and blue marbles, knowing that the distribution of the total is 48% red and 52% blue (let's say 48000000 red and 52000000 blue if the process requires the total to be defined)... Select from this 972 random marbles, what is the probability of getting at least 483 (~49.64%) red marbles?
It seems to me that this would be, if x is the number of red marbles pulled, the sum of the probability for x=483 + probability for x=484... ... + probability for x=972, and you would take the function to calculate one probability and use a sum from x=483 to 972. However I am not sure how to calculate the probability for a value of x. I know I learned this in statistics 15 years ago, just can't remember. I thought it would be .48^x for each one, but I think that's actually the probability of getting x red marbles in a row (extremely small value that is obviously wrong), and even when summing that over 483 to 972, the result is on the magnitude 10^-190. So, that's definitely wrong.
Lately I've been doing a lot of calculation with the known and unknown variables being the other way around (i.e. the sample is known ratio and I'm trying to evaluate the probability of the whole, using z-scores and p-values). And I think this is probably a lot easier than that, I just can't remember how to do it.