document.write( "Question 380422: Let the random variable X follow a normal distribution with mean μ = 50 and
\n" );
document.write( "variance σ2 = 25.
\n" );
document.write( "a) Find the probability that X is greater than 58.
\n" );
document.write( "b) Find the probability that X is greater than 46 and less than 60.
\n" );
document.write( "c) If you draw a sample of size n=20 from the X population described above,
\n" );
document.write( "what is the probability that the sample variance, s2, is larger than 30?
\n" );
document.write( "d) Imagine a symmetric interval about the mean (μąc) of the distribution
\n" );
document.write( "described above. Find the value for c such that the probability is
\n" );
document.write( "approximately 0.1 that X falls in this interval. \n" );
document.write( "
Algebra.Com's Answer #269981 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let the random variable X follow a normal distribution with mean μ = 50 and \n" ); document.write( "variance σ2 = 25. \n" ); document.write( "Note: std = 5 \n" ); document.write( "======================= \n" ); document.write( "a) Find the probability that X is greater than 58. \n" ); document.write( "z(58) = (58-50)/5 = 8/5 = 1.4 \n" ); document.write( "P(x> 58) = P(z> 1.4) = \n" ); document.write( "-------------------------------- \n" ); document.write( "b) Find the probability that X is greater than 46 and less than 60. \n" ); document.write( "Do the same as above for 46 and 60. \n" ); document.write( "------------------------------------------------ \n" ); document.write( "c) If you draw a sample of size n=20 from the X population described above, \n" ); document.write( "what is the probability that the sample variance, s2, is larger than 30? \n" ); document.write( "std of the sample means = 5/sqrt(20) \n" ); document.write( "--- \n" ); document.write( "t(30) = (30-50)/[5/sqrt(20)] = -17.89 \n" ); document.write( "---- \n" ); document.write( "P(x-bar > 30) = P(t > -17.89 when df = 19) = tcdf(-17.89,100,19) = 1.00 \n" ); document.write( "---------------------------- \n" ); document.write( "d) Imagine a symmetric interval about the mean (μąc) of the distribution \n" ); document.write( "described above. Find the value for c such that the probability is \n" ); document.write( "approximately 0.1 that X falls in this interval. \n" ); document.write( "---- \n" ); document.write( "Draw the picture using a normal curve. \n" ); document.write( "You have an interval with 0.05 to the left and to the right of the mean. \n" ); document.write( "That leaves a left-tail of 0.45 to the left. \n" ); document.write( "z = +/-invNorm(0.45) = +-0.1257 \n" ); document.write( "--------------- \n" ); document.write( "Left boundary: \n" ); document.write( "c = -0.1257*5+50 = 49.37 \n" ); document.write( "--- \n" ); document.write( "Right boundary: \n" ); document.write( "c = +0.1257*5+50 = 50.63 \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |