Solving Probability: P(S<0), P(S=0), P(S>0)

  • Thread starter Thread starter Kisa30
  • Start date Start date
  • Tags Tags
    Probability
Click For Summary
SUMMARY

The discussion focuses on calculating the probabilities P(S<0), P(S=0), and P(S>0) for the sum S of 25 independent random variables, each following the distribution of X with defined probabilities: P(X=-1) = 1/4, P(X=0) = 1/4, and P(X=1) = 1/2. The calculated probabilities are P(S<0) = 0.05, P(S=0) = 0.03, and P(S>0) = 0.92. The normal approximation is applied to derive these probabilities, utilizing the mean and variance of the distribution of X, which are μ = 1/4 and variance = 11/16, respectively. The half-integer correction is also noted for accurate probability calculations.

PREREQUISITES
  • Understanding of random variables and their distributions
  • Familiarity with the normal approximation in probability theory
  • Knowledge of the convolution theorem for probability distributions
  • Ability to calculate mean and variance of discrete random variables
NEXT STEPS
  • Learn about the Central Limit Theorem and its implications for sums of random variables
  • Study the application of the convolution theorem in probability distributions
  • Explore the concept of half-integer correction in probability calculations
  • Investigate the properties of binomial distributions and their approximations
USEFUL FOR

Students and professionals in statistics, data science, and mathematics who are working on probability theory, particularly those dealing with random variables and their distributions.

Kisa30
Messages
4
Reaction score
0

Homework Statement



let x be a random variable with
P(X=-1) = 1/4
P(X=0) = 1/4
P(X=1) = 1/2
Let S be the sum of 25 independent random variables each with the same distribution as X.
Calculate approximately
a) P(S<0)
b) P(S=0)
c) P(S>0)

Homework Equations



Quite possibly the normal approximation.

The Attempt at a Solution



I'm not sure how to start this at all. Please help.

The answers are
a) P(S<0) = 0.05
b) P(S=0) = 0.03
c) P(S>0) = 0.92

Thanks in advanced!
 
Physics news on Phys.org
Short of actually drawing a tree diagram for all possibilities or using the convolution theorem to obtain the CDF, I'm not exactly sure how you would do it.

Using a tree diagram is pretty easy, but it is a little monotonous to do. With this you simply draw every possibility given independence using P(A and B) = P(A) x P(B) you can add up all the probabilities and you should get the answer.

The convolution theorem allows you to obtain the CDF when you are trying to find the sum of multiple random variables of any distribution (for example X,Y, and Z you can find Prob(X + Y + Z) <= x where x is the value in the domain).

I do know about normal approximations but I can't see how you would apply it. If you find a distribution that has the independence of the binomial, but allows more than two events per trial, use that and then use properties about sums of the distributions to get another distribution which you can then use to get the required probabilities.
 
It is true that if a random variable X has any distribution with finite mean, \mu, and standard deviation, \sigma, then the sum of n observations from that population will have, approximately (with accuracy better for larger n) the normal distribution with mean n\mu and standard deviation \sigma\sqrt{n}.

Here, X has mean \mu= (1/4)(-1)+ (1/4)(0)+ (1/2)(1)= 1/4 and variance (square of standard deviation) (1/4)(-1- 1/4)^2+ (1/4)(0- 1/4)^2+ (1/2)(1- 1/4)^2=(1/4)(25/16)+(1/4)(1/16)+ (1/2)(9/16)= 44/64= 11/16 so the standard deviation is \sqrt{11}/4. The sum of 25 observations will be approximately normally distributed with mean 25/4 and standard deviation (5/4)\sqrt{11}.

Since X is integer valued, the sum of 25 observations will also be integer valued and you should use the "half integer correction". That is, P(X= 0) should be P(-.5< X< .5).
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
1K
Replies
6
Views
2K
Replies
1
Views
1K
Replies
7
Views
1K
  • · Replies 18 ·
Replies
18
Views
3K
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K