document.write( "Question 1068243: Steele Electronics Inc. sells expensive brands of stereo equipment in several shopping malls. The marketing research department of Steele reports that 33% of the customers entering the store that indicate they are browsing will, in the end, make a purchase. Let the last 24 customers who enter the store be a sample.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "What is the probability 13 or more make a purchase? (Round the final answer to 4 decimal places.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #683549 by Boreal(15235) You can put this solution on YOUR website! Can use the normal approximation to the binomial and compare with the exact number using the binomial distribution. \n" ); document.write( "np=7.92 (mean) \n" ); document.write( "np(1-p)=variance=5.3064; sd is sqrt (V)=2.304 \n" ); document.write( "Greater than 13 (or the same, which for a continuous function is essentially the same) is (13-7.92)/2.304=5.08/2.304=2.205 \n" ); document.write( "P z>2.205 is 0.0137. \n" ); document.write( "-------------------- \n" ); document.write( "Can check with binomial \n" ); document.write( "24C13(.33)^13*(.67^11)=0.0168 \n" ); document.write( "24C14(.33)^14(.67^10)=0.0065 \n" ); document.write( "24C15(.33)^15(.67^9)=0.002 \n" ); document.write( "Those 3 will be the major probabilities, and the exact binomial probability is 0.0235. \n" ); document.write( " |