document.write( "Question 885873: If X is a normal random variable with standard deviation 2.50, and if the probability that X is more than 6.95 is .1271, then what is the mean of x? \n" ); document.write( "
Algebra.Com's Answer #535505 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
0.1271 = 1 - Pr(X<6.95)
\n" ); document.write( "Pr(X<6.95) = 1 - 0.1271 = 0.8729
\n" ); document.write( "The z-value associated with 0.8729 = 1.14
\n" ); document.write( "1.14 = (6.95 - mean) / 2.50
\n" ); document.write( "6.95 - mean = 2.85
\n" ); document.write( "mean = 6.95 - 2.85 = 4.1
\n" ); document.write( "
\n" ); document.write( "
\n" );