document.write( "Question 1147103: a random sample of size 35 is drawn from a normal distribution with mean 30 and variance 25. what is the probability that the sample mean is at least 28? \n" ); document.write( "
Algebra.Com's Answer #768397 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
Use the Normal Distribution and table of z-values
\n" ); document.write( ":
\n" ); document.write( "standard deviation = square root(25) = 5
\n" ); document.write( ":
\n" ); document.write( "standard error = 5/square root(35) = 0.8452
\n" ); document.write( ":
\n" ); document.write( "z = (28 - 30)/0.8452 is approximately -2.37
\n" ); document.write( ":
\n" ); document.write( "The probability(P) associated with the z value is 0.0089
\n" ); document.write( ":
\n" ); document.write( "P(X > or = 28) = 1 - 0.0089 = is approximately 0.9911
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );