Find P(X<= 36.7) using CLT and Z-Scores

  • Thread starter m00nbeam360
  • Start date
In summary: HJpY3QgYXMgYW4gaW50ZXJlc3QgZXhwcmVzc2luZyBvZiBjb250ZW50LiBUaGF0IGlzIHNlbmRpbmcgdGhhdCBhIGJhdHRlcnkgYIn summary, the conversation discusses a problem involving a battery with a population mean of 40 hours and standard deviation of 5. The question asks for the probability of X (representing the mean lifetime of batteries in a sample size of 100) being less than or equal to 36.7. The conversation goes on to discuss the use of the Central Limit Theorem (CLT) and calculating
  • #1
m00nbeam360
20
0
Hi there,

Not sure if this is the right place, but the problem states that a battery has a population mean of 40 hours and standard deviation of 5. Let X represent the mean lifetime of batteries in a simple random sample size of 100. What is P(X <= 36.7)?

I tried computing this with X~N(40, 0.25) according to the CLT, but when I tried calculating z = (36.2 - 40)/√(0.25), the z-score was 7.6 and way too far from the z-score table. Any ideas??

Thanks!
 
Physics news on Phys.org
  • #2
I don't understand what you are doing here. What's the number 0.25 and where does it come from? Shouldn't the CLT distribution have a standard deviation of 5 too?
 
  • #3
m00nbeam360 said:
Hi there,

Not sure if this is the right place, but the problem states that a battery has a population mean of 40 hours and standard deviation of 5. Let X represent the mean lifetime of batteries in a simple random sample size of 100. What is P(X <= 36.7)?

I tried computing this with X~N(40, 0.25) according to the CLT, but when I tried calculating z = (36.2 - 40)/√(0.25), the z-score was 7.6 and way too far from the z-score table. Any ideas??

Thanks!

The variance of X_bar (the mean of the X_i) is (1/100^2)*100*Var(X) = 5^2/100 as you implied, and that gives z = (36.7 - 40)/0.5 = -6.6 (not +7.6 as you wrote). This is still way beyond standard tables, but you can use instead the asymptotic expansion of the right-tail normal cdf. Let G(z) = P{Z > z} for Z ~ N(0,1). Express G as an integral, then integrate by parts. Letting
[tex] \phi(t) = \frac{1}{\sqrt{2 \pi}} e^{-t^2/2},[/tex] we have
[tex]G(z) = \int_z^{\infty} \phi(t) \, dt = \int_z^{\infty} \frac{1}{t} \cdot t \phi(t) ,\ dt
= \frac{1}{z} \phi(z) - \int_z^{\infty} \frac{1}{t^2} \phi(t) \, dt.[/tex]
Note that the "remainder" term ∫ phi/t^2 is less than---usually much less than-- 1/z^2 times the first term, so for z > 3 we get reasonable accuracy by just keeping the first term:
[tex] G(z) \approx \frac{1}{z} \phi(z)[/tex] for z greater than tabulated values. The approximation can be improved by once again integrating by parts, writing phi/t^2 as (1/t^3)*(t \phi), etc. (However, this gives an _asymptotic_series, so after a certain number of terms the error starts to grow instead of diminish, which puts a limit on the attainable accuracy.) Since P{Z ≤ -6.6} = G(+6.6), the simple approximation gives P{Z ≤ -6.6} ≈ 0.21010e(-10) instead of the "exact" value of 0.20558e(-10).

BTW: the above expansion is well-known, and can be found in many sources.

RGV
 

What is CLT?

The Central Limit Theorem (CLT) is a fundamental concept in statistics that states that the sampling distribution of the mean of any independent, identically distributed random variable will tend towards a normal distribution as the sample size increases.

What is a Z-Score?

A Z-Score, also known as a standard score, is a measure of how many standard deviations a data point is above or below the mean of a population. It is calculated by subtracting the mean from the data point and then dividing by the standard deviation.

How do you use CLT and Z-Scores to find P(X<= 36.7)?

To find P(X<= 36.7), we first need to calculate the Z-Score for 36.7 using the formula Z = (x - μ) / σ, where x is the data point, μ is the mean, and σ is the standard deviation. Once we have the Z-Score, we can use a Z-Table to find the corresponding probability. Alternatively, we can use a calculator or statistical software to find the probability directly from the Z-Score.

Why is the CLT and Z-Score method used to find probabilities?

The CLT and Z-Score method is used to find probabilities because it allows us to use the normal distribution, which is a well-studied and understood distribution. This makes it easier to calculate probabilities and make statistical inferences compared to other distributions. Additionally, the CLT allows us to use the sample mean to estimate the population mean, which is often unknown.

What are the assumptions and limitations of using CLT and Z-Scores to find probabilities?

The assumptions of using CLT and Z-Scores to find probabilities include having a sufficiently large sample size (typically n ≥ 30), the data being independent and identically distributed, and the data being from a population with a finite variance. The limitations include the fact that the CLT may not apply to all types of data and that the Z-Score method assumes a normal distribution, which may not always be the case.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
858
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • General Math
Replies
1
Views
931
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
Back
Top