document.write( "Question 1073291: Based on historical data, your manager believes that 34% of the company's orders come from first-time customers. A random sample of 113 orders will be used to estimate the proportion of first-time-customers. What is the probability that the sample proportion is greater than than 0.15?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #688122 by Boreal(15235) You can put this solution on YOUR website! Can use the normal approximation to this binomial. \n" ); document.write( "np=mean which historically would be 38.42 \n" ); document.write( "np(1-p) is variance or 25.3572; sqrt is sd=5.036 \n" ); document.write( "a proportion of 0.15 represents 16.95 \n" ); document.write( "So z>=(16.95-38.42)/5.036=-4.26, which is about 100%. \n" ); document.write( "------------------ \n" ); document.write( "z>(0.15-0.34)/sqrt((0.34*0.66)/113)=-0.19/0.0446, which is z>-4.26 \n" ); document.write( " |