Calculating Variance of Two Bernoulli Experiments

  • Thread starter Thread starter hoffmann
  • Start date Start date
  • Tags Tags
    Bernoulli
hoffmann
Messages
65
Reaction score
0
say you perform one bernoulli experiment where outcome X = 0 and X=1 are failure and success, respectively. then you have P(X=0) = 1-p and P(X=1) = p.

what if you expand this to two bernoulli experiments? only 1/4 cases would be successful, so you would have:

P(X=1) = p^2
E(X) = p^2
Var(X) = ?

i'm hung up on how to calculate Var(X). any thoughts?
 
Physics news on Phys.org
1/4 cases are successful if you define success to be two consecutive trials in a row succeed. In this case you just have a single Bernoulli trial with probability of success p2. So just take the formula for the variance of a Bernoulli trial and plug in p2
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top