Normal Random Variable Probability

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 13K views
needhelp83
Messages
193
Reaction score
0
If X is a normal rv with mean 80 and standard deviation 10, compute the following probabilities by standardizing:

P(|X-80| <= 10)

I know how to determine the probability without absolute value, but this confuses me. Any help?
 
Physics news on Phys.org
From |X-80| <= 10, you can get -10 <= (X-80) <= 10, -1 <= Z <= 1
We also know that P(Z<-1) = P(Z>1) due to symmetry. Hope that helps.
 
Fightfish said:
From |X-80| <= 10, you can get -10 <= (X-80) <= 10, -1 <= Z <= 1
We also know that P(Z<-1) = P(Z>1) due to symmetry. Hope that helps.

I do understand partially. I remember this from just basic algebra. Afterwards, would I solve for P(70 <= X <= 90) where I added 80 to both sides?
 
needhelp83 said:
I do understand partially. I remember this from just basic algebra. Afterwards, would I solve for P(70 <= X <= 90) where I added 80 to both sides?
Yup.
 
Ok I am not getting this to work out correctly:

P(|X-80|) [tex]\leq[/tex] 10)

P(-10 [tex]\leq[/tex] X-80 [tex]\leq[/tex] 10)

P( [tex]\frac{-10-80}{10}[/tex] [tex]\leq[/tex] Z [tex]\leq[/tex] [tex]\frac{10-80}{10}[/tex])

-9 [tex]\leq[/tex] Z [tex]\leq[/tex] -7

Ok, so these aren't on the Z table, so I am definitely not doing something right. What am I now missing? The 80 is my mean and 10 is my s.d.
 
[tex]Z = \frac{X-\mu}{\sigma}[/tex]
Check your standardisation.
 
P(-10 [tex]\leq[/tex] X-80 [tex]\leq[/tex] 10)

P (70 [tex]\leq[/tex] X [tex]\leq[/tex] 90)

P ([tex]\frac{70-80}{10}[/tex] [tex]\leq[/tex] Z [tex]\leq[/tex] [tex]\frac{90-80}{10}[/tex])

.1587-.8413 = -0.6826

I am funny! What a silly mistake. Should be right now!
 
statdad said:
Check your final calculation - you have a glaring error.

Wow, this problem kicked my butt!

ANSWER IS:
0.8413 - 0.1587 =0.6826

Thanks for the help guys!