document.write( "Question 1050431: Assume the random variable X is normally distributed with mean = 50 and standard deviation = 7. Compute the probability USING TI. P(X>40) \n" ); document.write( "
Algebra.Com's Answer #666133 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
P(X>40) = normalcdf(40, 9999. 50, 7) 9999 a Placeholder for very far right)
\n" ); document.write( "Generally:
\n" ); document.write( "TI syntax is normalcdf(smaller, larger, µ, σ).
\n" ); document.write( "
\n" );