It is given that X-N(1.5,3.2). Find the probability that a randomly chosen value of X is less than −2.4
Answers
Probability that a randomly chosen value of X is less than 2.4 is 0.69497.
Step-by-step explanation:
We are given the following normal distribution;
X ~ Normal()
The z score probability distribution for normal distribution is given by;
Z = ~ N(0,1)
where, = population mean = 1.5
= standard deviation = = 1.78
Now, probability that a randomly chosen value of X is less than 2.4 is given by = P(X < 2.4)
P(X < 2.4) = P( < ) = P(Z < 0.51) = 0.69497
The above probability is calculated by looking at the value of x = 0.51 in the z table which has an area of 0.69497.
Answer:
0.111
Step-by-step explanation:
P{(X - 1.5)/3.2 < (-2.4-1.5)/3.2} = phi(-1.22)
Then you need to look into table called "Standard Normal Distribution Function"
In the table there are only positive values
For phi(1.22) = 0.8888
So for phi(-1.22) = 1 - 0.8888 = 0.111
At R programming:
pnorm(-2.4,1.5,sqrt(10.24)) = 0.1114695