document.write( "Question 905056: Given a normal distribution with u=100 and q=10, if you select a sample of n=25, what is the probability that x bar is:
\n" ); document.write( "a. less than 95
\n" ); document.write( "b. between 95 and 97.5
\n" ); document.write( "c. above 102.2
\n" ); document.write( "d. there is a 65% chance that Xbar is above what value?\r
\n" ); document.write( "\n" ); document.write( "I am trying to use the excel functions and it's not working. Thank you so much
\n" ); document.write( "

Algebra.Com's Answer #548993 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "really recommend us TI Calculator.
\n" ); document.write( "However, z values are easy enough manually, and then going to Excel NORMSDIST(z)
\n" ); document.write( "a. less than 95: P(z < (95-100)/10/sqrt(25) = P(z < -5/2) =NORMSDIST(-2.5)= .0062
\n" ); document.write( "b. between 95 and 97.5: P(z< -1.25 - P(z< -2.5)= .1057 -.0062
\n" ); document.write( "TI ,makes this so easy) normalcdf(-2.5, -1.25)
\n" ); document.write( "c. above 102.2 = 1 -P(z < 1.1)= 1- .8643\r
\n" ); document.write( "\n" ); document.write( "d. there is a 65% chance that Xbar is above what value X?
\n" ); document.write( "invNorm(.45) Or Excel NORMSINV(.45)= -.1257 = z
\n" ); document.write( "-.1257 = (X-100)/10/sqrt(25)
\n" ); document.write( "2(-.1257) + 100 = X \n" ); document.write( "
\n" );