document.write( "Question 1120543: After going to a fast food restaurant, customers are asked to take a survey. Out of a random sample of 340 customers, 290 said their experience was “satisfactory.” Let p represent the proportion of all customers who would say their experience was “satisfactory.”\r
\n" );
document.write( "\n" );
document.write( "A) What is the point estimate for p?
\n" );
document.write( "B) Construct a 99% confidence interval for p.
\n" );
document.write( "C) Give brief interpretation of this interval. \n" );
document.write( "
Algebra.Com's Answer #736210 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Point estimate is the results 290/340 or 0.8529 \n" ); document.write( "99% CI ls mean +/- z0.995* sqrt (p*(1-p)/n) \n" ); document.write( "The interval is 2.576*sqrt(0.8529*0.1471/340); sqrt term is 0.0192 \n" ); document.write( "The CI is 0.8529-0.0495, 0.8529+0.0495 or (0.8034, 0.9024) \n" ); document.write( "We don't know the true proportion of customers, but we are extremely confident it lies in the above interval. \n" ); document.write( " |