document.write( "Question 76117: Given: X = 100
\n" );
document.write( " The St Dev (sigma sign) is = 7\r
\n" );
document.write( "\n" );
document.write( "What is the probability that an item will be below 91 P(X < 91)
\n" );
document.write( "What is the probability that an item will be above 111 P(X > 111)
\n" );
document.write( "The probability that an item will be between 90 and 100 P(90 < X < 100) \n" );
document.write( "
Algebra.Com's Answer #54643 by stanbon(75887) ![]() You can put this solution on YOUR website! Given: X = 100 \n" ); document.write( "The St Dev (sigma sign) is = 7 \n" ); document.write( "What is the probability that an item will be below 91 P(X < 91) \n" ); document.write( "Find the z-score of 91: \n" ); document.write( "z(91)=(91-100)/7=-1.2857 \n" ); document.write( "Then P(x<91)=P(z<-1,2857)=0.09927... \n" ); document.write( "---------------------- \n" ); document.write( "What is the probability that an item will be above 111 P(X > 111) \n" ); document.write( "Do the same thing with 111 \n" ); document.write( "z(111)=(111-100)/7=1.5714 \n" ); document.write( "P(x>111)=P(z>1.5714)=0.05804... \n" ); document.write( "--------------------- \n" ); document.write( "The probability that an item will be between 90 and 100 P(90 < X < 100) \n" ); document.write( "Find the z-score of 90; the z-score of 100 is zero. \n" ); document.write( "You should be able to do this problem now. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |