SOLUTION: Given a normal distribution μ = 100 with and σ=10, if you select a sample of n=25 what is the probability that X is
a. less than 95
c. above 102.2?
Algebra ->
Probability-and-statistics
-> SOLUTION: Given a normal distribution μ = 100 with and σ=10, if you select a sample of n=25 what is the probability that X is
a. less than 95
c. above 102.2?
Log On
Question 554128: Given a normal distribution μ = 100 with and σ=10, if you select a sample of n=25 what is the probability that X is
a. less than 95
c. above 102.2? Found 2 solutions by stanbon, kkasko:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Given a normal distribution μ = 100 with and σ=10, if you select a sample of n=25 what is the probability that X is
a. less than 95
t(95) = (95-100)/[10/sqrt(25)] = -5/2 = -2.5
P(x < 95) = P(t < -2.5 when df = 24) = 0.0098
======================================
c. above 102.2?
t(102.2) = (102.2-100)/[10/sqrt(25)] = 2.2/2 = 1.1
---
P(x > 102.2) = P(t > 1.1 when df = 24) = 0.1411
=================================================
Cheers,
Stan H.
===================