document.write( "Question 1099042: The attendance at baseball games at a certain stadium is normally distributed, with a mean of 25,000 and a standard deviation of 1200. For any given game:\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A) What is the probability that attendance is greater than 22,500?\r
\n" );
document.write( "\n" );
document.write( "B) What is the probability that attendance will be 25,000 or more?\r
\n" );
document.write( "\n" );
document.write( "C) What is the probability of attendance between 23,500 and 27,000?\r
\n" );
document.write( "\n" );
document.write( "D) What must the attendance be at the game, for that game's attendance to be in the top 10% of all games?\r
\n" );
document.write( "\n" );
document.write( "E) What is the probability that attendance is less than 26,000?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #713439 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "a)>=(22500-25000)/1200 \n" ); document.write( ">=-2.083 \n" ); document.write( "This is a probability of 0.9814 from the calculator or table \n" ); document.write( "b) This is 0.5 \n" ); document.write( "c) This is z between -3500/1200 or -2.917 and z of 2000/1200 or +1.66667. This is 0.9504 \n" ); document.write( "d) the top 10th percentile is the 90th percentile, and z=+1.28 \n" ); document.write( "1.28<=(x-25000)/1200 \n" ); document.write( "1536<=x-25000, multiplying through by 1200 \n" ); document.write( "x>=26536 or greater. \n" ); document.write( "e) z is less than 1000/1200 or +0.833 \n" ); document.write( "This has a probability of 0.7977 \n" ); document.write( " |