document.write( "Question 1164282: A producer of soft drinks believes that her brand has a 10% market share. Determine the
\n" );
document.write( "probability of observing 211 or fewer consumers out of a random sample of 2 500 consumers
\n" );
document.write( "who prefer her brand of soft drink. \n" );
document.write( "
Algebra.Com's Answer #788639 by Boreal(15235) You can put this solution on YOUR website! 211/2500 is 0.0844 \n" ); document.write( "find probability 0.0844 or less with n of 2500 \n" ); document.write( "z=(0.0844-0.10)/sqrt(0.1*0.9/2500) \n" ); document.write( "=-0.0156/.006 \n" ); document.write( "=-2.6 \n" ); document.write( "probability z<-2.6 is 0.00466 \n" ); document.write( " \n" ); document.write( " |