document.write( "Question 1183155: According to a survey, only 15% of customers who visited the website of a major retail store made a purchase. Random samples of size 50 are selected. What proportion of the samples will have less than 15% of customers who will make a purchase after visiting the website? \n" ); document.write( "
Algebra.Com's Answer #813680 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! this is asking what proportion of samples of 50 will have 7 or fewer customers who made a purchase? \n" ); document.write( "that is asking what is the probability that with a 15% base rate 0.14 or fewer will make a purchase? \n" ); document.write( "this is z=(0.14-0.15)/sqrt(0.15*0.85/50) \n" ); document.write( "< -0.01/0.0505 \n" ); document.write( "< -0.1980 \n" ); document.write( "That probability is 0.4215 \n" ); document.write( "- \n" ); document.write( "Can use a normal approximation as a rough check. \n" ); document.write( "mean is np=7.5 \n" ); document.write( "variance is np(1-p)=6.375 \n" ); document.write( "sd is sqrt (V)=2.525 \n" ); document.write( "and get a similar result. \n" ); document.write( " \n" ); document.write( " |