document.write( "Question 1111658: the heights of students in a school has a normal distribution with a mean of 160cm and a standard deviation of 15cm. Find the probability that a student chosen at random
\n" );
document.write( "(i) has a height that is greater than 148cm
\n" );
document.write( "(ii) has a height between 155cm and 165cm \n" );
document.write( "
Algebra.Com's Answer #726839 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! mean is 160cm and standard deviation is 15cm \n" ); document.write( ": \n" ); document.write( "working with a normal distribution, we calculate z-scores \n" ); document.write( ": \n" ); document.write( "a z-score = (X - mean)/standard deviation, where X is the value of the sample variable \n" ); document.write( ": \n" ); document.write( "i) Probability (P) ( X > 148) = 1 - P ( X < 148 ) \n" ); document.write( ": \n" ); document.write( "z-score = (148 - 160)/15 = -0.8 \n" ); document.write( ": \n" ); document.write( "lookup the z-score in the table of z-values to get its associated probability \n" ); document.write( ": \n" ); document.write( "P ( X < 148 ) = 0.2119 \n" ); document.write( ": \n" ); document.write( "********************************** \n" ); document.write( "P ( X > 148) = 1 - 0.2119 = 0.7881 \n" ); document.write( "********************************** \n" ); document.write( ": \n" ); document.write( "ii) P ( 155 < X < 165 ) = P ( X < 165 ) - P ( X < 155 ) \n" ); document.write( ": \n" ); document.write( "z-score(165) = (165 - 160)/15 = 0.33 \n" ); document.write( ": \n" ); document.write( "P( X < 165 ) = 0.6293 \n" ); document.write( ": \n" ); document.write( "z-score(155) = (155 - 160)/15 = -0.33 \n" ); document.write( ": \n" ); document.write( "P( X < 155 ) = 0.3707 \n" ); document.write( ": \n" ); document.write( "********************************************** \n" ); document.write( "P ( 155 < X < 165 ) = 0.6293 - 0.3707 = 0.2586 \n" ); document.write( "********************************************** \n" ); document.write( ": \n" ); document.write( " |