Alvin S. answered 03/08/21
Information Technology Professional and Math & Statistics Tutor
This one you have to leverge the rules for a sampling distribution of a proportion. That is we can model the distribution of these sample proportions with a probability model that is N(p, sqrt(pq/n))
Don't forget to check to ensure the independence, randomization, success/failure and 10% conditions are met. Proceed.
To find the probability the sample proportion of 172 orders falls between .28 and .46. We work the problem:
p = .29 = the belief/expectation
SD(phat) = sqrt(.29*.71/172) = .0346
P ( .28< phat < .46) = P(( .28 - .29)/SD(phat) < Z < (.46 -.29)/SD(phat)) = (.01/.0346 < Z < .17/.0346)
or if using a TI-84
normcdf(.28,.46, .29, .0346) = .6137