document.write( "Question 516515:  2. Approximately 20% of the 200 independent lumber retailers in North Idaho accept American Express. In a sample of 50 stores selected at random, what is the probability that more than 27% of the stores will accept American Express?\r
\n" );
document.write( "\n" );
document.write( "I need to see the proper formula for this problem.  I am completely baffled as to where i should start. \n" );
document.write( "
| Algebra.Com's Answer #344517 by stanbon(75887)      You can put this solution on YOUR website! Approximately 20% of the 200 independent lumber retailers in North Idaho accept American Express. In a sample of 50 stores selected at random, what is the probability that more than 27% of the stores will accept American Express? \n" ); document.write( "---- \n" ); document.write( "More than 27% of 50 is at least 14 \n" ); document.write( "---- \n" ); document.write( "P(14 <= x <= 50) = 1-binomcdf(50,0.2,13) = 0.1106 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " \n" ); document.write( " |