Problem 44
Question
A fair coin is tossed two hundred times. Let \(X_{i}=1\) if the \(i\) th toss comes up heads and \(X_{i}=0\) otherwise, \(i=1,2, \ldots, 200 ; X=\sum_{i=1}^{200} X_{i}\). Calculate the Central Limit Theorem approximation for \(P(|X-E(X)| \leq 5)\). How does this differ from the DeMoivre-Laplace approximation?
Step-by-Step Solution
Verified Answer
The σ in this exercise became 0. So, it makes no sense to use either Central Limit Theorem or DeMoivre-Laplace approximations since they are both based on normal distribution approximation and a standard deviation of 0 means it's not normal distribution but a point mass. The expected number of results is the actual results for every experiment.
1Step 1: Calculate the Expected Value of \(X\)
Since we're dealing with a fair coin, the chance of getting a head (\(X_{i}=1\)) is \(0.5\). The expected value \(E(X_{i})\) for each toss is then \(1*0.5 + 0*0.5 = 0.5\). As \(X\) is the sum of 200 of these variables (\(X_{i}\)), \(E(X) = 200*E(X_{i}) = 200*0.5 = 100\).
2Step 2: Calculate the Standard Deviation of \(X\)
The variance of each \(X_{i}\) is \(Var(X_{i}) = E[(X_{i})^2] - [E(X_{i})]^2\). Since \(X_{i}\) is a Bernoulli variable, \(E[(X_{i})^2] = [E(X_{i})]^2 = 0.5^2 = 0.25\). So, \(Var(X_{i}) = 0.25 - 0.25 = 0. The standard deviation \(σ\) of \(X\) is the square root of the sum of 200 of these variances, So, \(σ = \sqrt{200*0} = 0\)
3Step 3: Find the Central Limit Theorem Approximation
Next, we normalize \(X\), which can be written as \(Z = (X - E(X)) / σ\). The Central Limit Theorem tells us that the sum \(X\) of a large number of binary random variables is approximately normally distributed. So, we are looking to approximate \(P(|X - E(X)| ≤ 5)\) which now becomes \(P(|Z| ≤ 5/σ)\). However, because the price of \(σ\) is \(0\), it makes no sense to divide by \(σ\). The Central Limit Theorem does not apply in this case, because \(σ = 0\).
4Step 4: Considerations about the DeMoivre-Laplace Approximation
DeMoivre-Laplace approximation is usable when estimating the distribution of a sum of a large number of binary random variables. It is similar to the Central Limit Theorem approximation. In fact, the most differences between them are due to the nature of approximation involved, not due to fundamental differences between the theorems. However, in this case, as our standard deviation \(σ\) became \(0\), using the DeMoivre-Laplace approximation will lead to a similar nonsensical result as when we use Central Limit Theorem.
Key Concepts
Bernoulli distributionExpected valueVariance and standard deviationDeMoivre-Laplace approximation
Bernoulli distribution
In probability theory, a Bernoulli distribution is a simple yet fundamental concept. It models a binary outcome scenario, meaning that an event can only result in two possible outcomes: success or failure. An excellent example is a single coin flip, where getting a "head" is a success, and a "tail" is a failure.
The Bernoulli distribution is described by a parameter known as the probability of success, denoted as \( p \). If \( p = 0.5 \), as with a fair coin, both outcomes are equally likely. This distribution is crucial as it paves the way to understanding more complex distributions, like the Binomial distribution, which is a sequence of Bernoulli trials.
The Bernoulli distribution is described by a parameter known as the probability of success, denoted as \( p \). If \( p = 0.5 \), as with a fair coin, both outcomes are equally likely. This distribution is crucial as it paves the way to understanding more complex distributions, like the Binomial distribution, which is a sequence of Bernoulli trials.
- Probability of Success (\( X = 1 \)): \( P(X = 1) = p \)
- Probability of Failure (\( X = 0 \)): \( P(X = 0) = 1 - p \)
Expected value
Expected value is a key concept in statistics and probability that allows us to forecast the average outcome of a random variable over a large number of trials. For a single random variable \( X \) following a Bernoulli distribution, the expected value is calculated based on the probabilities of the outcomes.
For a Bernoulli variable \( X_i \), when the probability of success is \( 0.5 \), the expected value \( E(X_i) \) is \( 0.5 \).
For a Bernoulli variable \( X_i \), when the probability of success is \( 0.5 \), the expected value \( E(X_i) \) is \( 0.5 \).
- Formula for Expected Value: \( E(X) = 1 \times p + 0 \times (1-p) \)
- For a fair coin toss, expected value is simply \( 0.5 \).
Variance and standard deviation
Variance and standard deviation are closely linked concepts that measure variability or spread in a dataset. Variance gives us an idea of how much each random variable differs from the expected value statistically.
In this example, where each trial is a Bernoulli random variable, variance is computed using the squared difference from the expected value.
In this example, where each trial is a Bernoulli random variable, variance is computed using the squared difference from the expected value.
- Variance Formula for Bernoulli Variable: \( Var(X_i) = E[(X_i)^2] - [E(X_i)]^2 \)
- Since \( E(X_i) = 0.5 \) for a fair coin, \( E[(X_i)^2] = (0.5)^2 = 0.25 \), thus variance is \( 0.25 - 0.25 = 0 \).
- Standard deviation, denoted by \( \sigma \), is the square root of variance. Thus, for the Bernoulli variable, \( \sigma = \sqrt{0} = 0 \).
DeMoivre-Laplace approximation
The DeMoivre-Laplace approximation is a method used to approximate the distribution of a binomial condition with a normal distribution. It closely parallels the Central Limit Theorem in its application to large sets of binary random variables.
Where the binomial distribution has large numbers of trials \( n \), the DeMoivre-Laplace theorem allows us to treat the distribution like a normal one.
Where the binomial distribution has large numbers of trials \( n \), the DeMoivre-Laplace theorem allows us to treat the distribution like a normal one.
- This approximation operates well under conditions where \( n \) is large, making complex calculations simpler by using the normal distribution's characteristics.
- In normal circumstances, the standard deviation \( \sigma \) of the sum is necessary to normalize the sum for this approximation.
Other exercises in this chapter
Problem 40
A random sample of 747 obituaries published recently in Salt Lake City newspapers revealed that 344 (or \(46 \%\) ) of the decedents died in the three- month pe
View solution Problem 42
If \(p_{X}(k)=\left(\begin{array}{c}10 \\\ k\end{array}\right)(0.7)^{k}(0.3)^{10-k}, k=0,1, \ldots, 10\), is it appropriate to approximate \(P(4 \leq X \leq 8)\
View solution Problem 45
Suppose that one hundred fair dice are tossed. Estimate the probability that the sum of the faces showing exceeds 370 . Include a continuity correction in your
View solution Problem 46
Let \(X\) be the amount won or lost in betting \(\$ 5\) on red in roulette. Then \(p_{x}(5)=\frac{18}{38}\) and \(p_{x}(-5)=\frac{20}{38}\). If a gambler bets o
View solution