3. Given the normally distributed variable X with mean 18 and standard deviation 2.5, find
(a) P(X<15):
(h) P(17< X<21);
(c) the value of k such that P(X<k) = 0.2578;
(d) the value of k such that P(X> A) = 0.1539.
"\\mu= 18 \\\\\n\n\\sigma= 2.5"
(a)
"P(X<15) = P(Z< \\frac{15-18}{2.5}) \\\\\n\n= P(Z< -1.2) \\\\\n\n= 0.1151"
(b)
"P(17<X<21) = P(X<21) -P(X<17) \\\\\n\n=P(Z< \\frac{21-18}{2.5}) -P(Z< \\frac{17-18}{2.5}) \\\\\n\n= P(Z<1.2) -P(Z< -0.4) \\\\\n\n= 0.8849 -0.3446 \\\\\n\n= 0.5403"
(c)
"P(X<k) = 0.2578 \\\\\n\nP(Z< -0.65) = 0.2578 \\\\\n\n\\frac{k-18}{2.5} = -0.65 \\\\\n\nk = 18 - 1.65 \\times 2.5 \\\\\n\nk = 13.875"
(d)
"P(X>k) = 0.1539 \\\\\n\n1 -P(X<k) = 0.1539 \\\\\n\nP(X<k) = 1 -0.1539 \\\\\n\nP(X<k) = 0.8461 \\\\\n\nP(Z<1.02) = 0.8461 \\\\\n\n\\frac{k-18}{2.5}= 1.02 \\\\\n\nk= 18 + 1.02 \\times 2.5 \\\\\n\nk = 20.55"
Comments
Leave a comment