document.write( "Question 516518: 3. Approximately 20% of the independent grocery stores in Bonner County offer trading stamps. If a sample of 50 stores is selected, what is the probability that the proportion of stores offering trading stamps will be greater than 25%?\r
\n" );
document.write( "\n" );
document.write( "I need to know the correct formula for this problem \n" );
document.write( "
Algebra.Com's Answer #344516 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Approximately 20% of the independent grocery stores in Bonner County offer trading stamps. If a sample of 50 stores is selected, what is the probability that the proportion of stores offering trading stamps will be greater than 25%? \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "25% of 50 = 12.5 \n" ); document.write( "\"greater than 25% will be from 13 to 50 stores. \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 50 and p = 0.20 \n" ); document.write( "--- \n" ); document.write( "P(13 <= x <= 50) = 1 - binomcdf(50,0.2,12) = 0.1861 \n" ); document.write( "======================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |