Calculate using Standard Normal Table: P(22 <= X <= 25) = .4332

  • Context:
  • Thread starter Thread starter Uniman
  • Start date Start date
  • Tags Tags
    Normal Standard
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Uniman
Messages
11
Reaction score
0
Using the standard normal table in your lecture notes, calculate to four decimal places

Table

file:///Users/manukumarindia/Desktop/Screen%20Shot%202012-10-29%20at%2011.12.15%20AM.png

Work done so far.

If X ~ N(22,4), z = (x - 22)/sqrt(4) ~ N(0,1) Thus, P(22 <= X <= 25) = P((22-22)/2 <= z <= (25-22)/2) = P(0 <= z <= 1.5) = P(z <= 1.5) - P(Z <= 0) Now, we use the table above. P(z <= 1.5) - P(Z <= 0) = .9332 - .5 = .4332
 
Physics news on Phys.org
Uniman said:
Using the standard normal table in your lecture notes, calculate to four decimal places

Table

file:///Users/manukumarindia/Desktop/Screen%20Shot%202012-10-29%20at%2011.12.15%20AM.png

Work done so far.

If X ~ N(22,4), z = (x - 22)/sqrt(4) ~ N(0,1) Thus, P(22 <= X <= 25) = P((22-22)/2 <= z <= (25-22)/2) = P(0 <= z <= 1.5) = P(z <= 1.5) - P(Z <= 0) Now, we use the table above. P(z <= 1.5) - P(Z <= 0) = .9332 - .5 = .4332



That seems OK.

CB