 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | The weights of newborn human babies are normally distributed with a mean of 3.2 kg and a standard deviation of 1.1 kg. What is the probability that a randomly selected newborn baby weight less than 2.0 kg? (a) 0.138 (b) 0.428 (c) 0.766 (d) 0.262 | 
| Answer» (a) 0.138 µ = 3.2, σ = 1.1 P (X < 2) = P( Z < (2 - 3.2)/1.1) = P(Z < -1.09) = P(Z > 1.09) = 0.5 – P(0 < Z < 1.09) = 0.5 – 0.3621 = 0.138 | |