document.write( "Question 1059035: 4. Give a normally distributed population with a mean of 75 and a variance of 625. Find the following probability
\n" );
document.write( "a. P (x<60);
\n" );
document.write( "b. P(x≥85).
\n" );
document.write( "c. P(43≤x≤110)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #674109 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "=(60-75)/25, since sd is the square root of the variance, and the variance is 625. \n" ); document.write( "=-15/25. \n" ); document.write( "want p z<-0.6, and that is 0.2743 \n" ); document.write( "--------------- \n" ); document.write( "want p > 10/25 by the same reasoning. \n" ); document.write( "That is probability z>0.4, which is 0.3446 \n" ); document.write( "-------------- \n" ); document.write( "Want z between two values \n" ); document.write( "(43-75)/25 and (110-75)/25 \n" ); document.write( "That is between -1.28 and +1.4, or 0.8190. \n" ); document.write( " |