document.write( "Question 258722: Normal Distribution
\n" );
document.write( "The scores for the intelligence quotient (IQ) test are normally distributed with mean 100 and standard deviation 16.
\n" );
document.write( "(a) What is the probability that at least two of five randomly selected people have IQ test score higher than 120?
\n" );
document.write( "(b) A person is randomly selected from all people whose IQ are higher than 110. What is the probability that this person has IQ higher than 120?
\n" );
document.write( "(c) One thousand people are randomly selected. Approximately what is the probability that fewer than 90 of them have IQ score higher than 120? \n" );
document.write( "
Algebra.Com's Answer #190464 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Normal Distribution \n" ); document.write( "The scores for the intelligence quotient (IQ) test are normally distributed with mean 100 and standard deviation 16. \n" ); document.write( "(a) What is the probability that at least two of five randomly selected people have IQ test score higher than 120? \n" ); document.write( "--- \n" ); document.write( "Find the z-score of 120: \n" ); document.write( "z(120) = (120-100)/16 = 1.25 \n" ); document.write( "P(z>1.25) = normalcdf(1.25,100) = 0.1056 \n" ); document.write( "Find P(2<= x <=5 with n = 5 and p = 0.1056) = 1-binomcdf(5,0.1056,1) = 0.0899.. \n" ); document.write( "-------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "(b) A person is randomly selected from all people whose IQ are higher than 110. What is the probability that this person has IQ higher than 120? \n" ); document.write( "z(110) = 10/16 = 0.625 \n" ); document.write( "P(x>110) = P(z> 0.625) = 0.26598.. \n" ); document.write( "P(x>120 | x>110) = P(x > 120)/P(x>110) = 0.1056/0.26598 = 0.3970.. \n" ); document.write( "======================================================================== \n" ); document.write( "(c) One thousand people are randomly selected. Approximately what is the probability that fewer than 90 of them have IQ score higher than 120? \n" ); document.write( "P(x>120) = 0.1056 \n" ); document.write( "P(k< 90) = binomcdf(1000,0.1056,89) = 0.04624..... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |