document.write( "Question 1127240: Assume that X is normally distributed with a mean µ = $64. Given that P(X ≥ $75) = 0.2981, we can calculate that the standard deviation of X is? \r
\n" );
document.write( "\n" );
document.write( "I'd like a detailed explanation, please. \r
\n" );
document.write( "\n" );
document.write( "Thank you in advance \n" );
document.write( "
Algebra.Com's Answer #743603 by stanbon(75887) ![]() You can put this solution on YOUR website! Assume that X is normally distributed with a mean µ = $64. Given that P(X ≥ $75) = 0.2981, we can calculate that the standard deviation of X is? \n" ); document.write( "------- \n" ); document.write( "If the right tail of X is 0.2981, the left tail is 0.7019 \n" ); document.write( "---- \n" ); document.write( "Then z = invNorm(0.7019) = 0.5299 \n" ); document.write( "---- \n" ); document.write( "Using x = z*s + u, solve for \"s\". \n" ); document.write( "------ \n" ); document.write( "75 = 0.5299*s + 64 \n" ); document.write( "0.5299s = 11 \n" ); document.write( "s = 20.76 \n" ); document.write( "----- \n" ); document.write( "To better see what is happening with this problem, \n" ); document.write( "sketch a normal curve, put 64 as the mean, shade \n" ); document.write( "the right tail P(x>=75) = 0.2981. \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |