document.write( "Question 532022: A national bank published a report on improvements in customer satisfaction and loyalty. the report concluded that 48% of the bank customers expressed customer delight regarding the banks customer services. suppose you surveyed 350 custimers in your town to inquire about customer delight towards this bank.
\n" );
document.write( "a)find the probability that the majority of the people in your sample of 350 customers would express customer delight.
\n" );
document.write( "b)the probability of 70% that the sample proportion of respondents expressing customer delight will be less than what percentage?
\n" );
document.write( "c)the probability is 80% that the sample proportion will be contained within what symmtetrical limits of the population proportion \n" );
document.write( "
Algebra.Com's Answer #350668 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A national bank published a report on improvements in customer satisfaction and loyalty. the report concluded that 48% of the bank customers expressed customer delight regarding the banks customer services. suppose you surveyed 350 customers in your town to inquire about customer delight towards this bank. \n" ); document.write( "---- \n" ); document.write( "mean of the sample means = 0.48 \n" ); document.write( "std of the sample means = sqrt(0.48*0.52/350) = 0.0267 \n" ); document.write( "---------------------------------------- \n" ); document.write( "a)find the probability that the majority of the people in your sample of 350 customers would express customer delight.::: \n" ); document.write( "z(0.5) = (0.5-0.48)/0.0267) = 0.7491 \n" ); document.write( "P(p-hat > 0.5) = P(z > 0.7491) = 0.2269 \n" ); document.write( "---------------------------------- \n" ); document.write( "b)the probability of 70% that the sample proportion of respondents expressing customer delight will be less than what percentage? \n" ); document.write( "invNorm(0.7) = 0.5244 \n" ); document.write( "p-hat = zs+u \n" ); document.write( "p-hat = 0.5244*0.0267+0.48 = 0.4940 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "c)the probability is 80% that the sample proportion will be contained within what symmtetrical limits of the population proportion \n" ); document.write( "invNom(0.1) = -1.2816 \n" ); document.write( "lower limit = p-hat = -1.2816*0.0267+0.48 = 0.4458 \n" ); document.write( "upper limit = p-hat = +1.2816*0.0267+0.48 = 0.5142 \n" ); document.write( "====================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |