Mean and standard deviation probability help

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 7K views
413
Messages
40
Reaction score
0
A department store has determined that 25% of all their sales are credit sales. A random sample of 75 sales is selected and the proportion of credit sales in the sample is computed.
a) What is the probability that the sample proportion will be greater than 0.34?

my answer is:
n=75 p=0.25
mu=np=18.75
sigma=sqrt(n*p*(1-p)) = 3/75

0.34 * 75=25.5

z=x-mu/sigma = 25.5-18.75/3.75 =1.8

P(z>1.8)=0.0359

the answer i got is 0.0359 but i am not confident, please tell me if i am correct or not. Thanks.
 
Physics news on Phys.org
oh, i just found another equation for mean and standard deviation of a sample proportion is mu=p and sigma=sqrt(p(1-p)/n)
which one should i use for this question?
 
One big thing:

The z-table in your book gives you P(z<Z) for a standardized normal random variable Z, not P(z>Z). So, P(z>1.8) = 1 - P(z<1.8) = 1 - phi(1.8). You may have already done that in your calculations but you did not specify that if you did.

The formula I have for sigma is: sqrt(npq) where q=(1-p).