document.write( "Question 674453: Suppose X is normally distributed with mean 30 and standard deviation 8, find the value x0 such that P(X ≥ x0) = 0.95. \n" ); document.write( "
Algebra.Com's Answer #419256 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose X is normally distributed with mean 30 and standard deviation 8, find the value x0 such that P(X ≥ x0) = 0.95. \n" ); document.write( "----- \n" ); document.write( "Find the z-value with a left tail of 0.05 \n" ); document.write( "invNorm(0.05) = -1.645 \n" ); document.write( "---- \n" ); document.write( "Find the corresponding \"x\" value using x = z*s+u \n" ); document.write( "xo = -1.645*8 + 30 = 16.84 \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============================== \n" ); document.write( " |