document.write( "Question 1120281: A local band is going on a U.S. Summer tour, and they average about 2,000 people per concert, with a standard deviation of about 400. Assume that these concert numbers follow a normal distribution.
\n" );
document.write( "a. If a concert is selected at random, what is the probability that there were more than 2,500 people at that concert?
\n" );
document.write( "b. If a concert is selected at random, what is the probability that there were less than 1,800 people at that concert?
\n" );
document.write( "c. If a concert is selected at random, what is the probability that there were between 1,800 and 2,500 people at that concert?
\n" );
document.write( "d. For a concert to be in the top 10% as far as attendance, at least how many people would need to attend the concert?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #735948 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! a) Probability (P) ( X > 2500 ) = 1 - P ( X < 2500 ) \n" ); document.write( ": \n" ); document.write( "z-score(2500) = (2500 - 2000) / 400 = 1.25 \n" ); document.write( ": \n" ); document.write( "look at z-score tables to find probability associated with z-score of 1.25 \n" ); document.write( ": \n" ); document.write( "P ( X < 2500 ) = 0.8944 \n" ); document.write( ": \n" ); document.write( "P ( X > 2500 ) = 1 - 0.8944 = 0.1056 \n" ); document.write( ": \n" ); document.write( "b) z-score(1800) = (1800 - 2000) / 400 = -0.5 \n" ); document.write( ": \n" ); document.write( "P ( X < 1800 ) = 0.3085 \n" ); document.write( ": \n" ); document.write( "c) P ( 1800 < X < 2500 ) = P ( X < 2500 ) - P ( X <1800 ) = 0.8944 - 0.3085 = 0.5859 \n" ); document.write( ": \n" ); document.write( "d) 1 - 0.10 = 0.90 \n" ); document.write( ": \n" ); document.write( "z-score for probability 0.90 is 1.28 \n" ); document.write( ": \n" ); document.write( "1.28 = (X - 2000) / 400 \n" ); document.write( ": \n" ); document.write( "X = (1.28 * 400) + 2000 = 2512 \n" ); document.write( ": \n" ); document.write( " |