retagged by
1,070 views
0 votes
0 votes
If a certain normal distribution of $X$, the probability is $0.5$ that $X$ is less than $500$ and $0.0227$ that $X$ is greater than $650$. What is the standard deviation of $X$?

How to compute S.D, of above?
retagged by

1 Answer

0 votes
0 votes

I approached this way:

Let, Mean  = m

       Standard Deviation  = s

From the first data we get the Mean value.

P(X < 500) = P( (Z*s + m) < 500) = 0.5

Since, graph is symmetrical on both sides and each side probability = 0.5. The first data has probability = 0.5. This means that it is transformed into P(Z < 0).

Therefore, (500 - m)/s = 0. This gives mean value = 500

Now, second data states that: P(X > 650) = 0.0227

=> P( Z*s + 500 > 650) = 0.0227

=> P( Z*s > 150) = 0.0227

=>P(Z > (150/s) ) = 0.0227

=> 0.5 - P(0 < Z < (150/s) ) = 0.0227

=> P(0 < Z < (150/s)) = 0.4773

Now consulting the Table: http://socr.ucla.edu/Applets.dir/Z-table.html

I found out that P(0 < Z < 2) = 0.4772

Thus, I concluded (150/s) = 2

s = 150/2 = 75

The Standard Deviation = 75

Related questions

0 votes
0 votes
0 answers
1
Debargha Mitra Roy asked Sep 26, 2023
175 views
Determine the geometric distribution for which the mean is 3 and variance is 4.
1 votes
1 votes
1 answer
4
LRU asked Nov 25, 2022
1,418 views
Let X have a Poisson distribution with parameter λ = 1. What is the probability that X ≥ 2 given that X ≤ 4?