- #1
uva123
- 9
- 0
Homework Statement
Suppose that a fair coin is tossed repeatedly until a head is obtained for the first time.
(a) What is the expected number of tosses that will be required?
(b) What is the expected number of tails that will be obtained before the first head is
obtained?
Homework Equations
E(x)= from -infinity to +infinity (continuous case)
E(x)= for all x (discrete case)
The Attempt at a Solution
p=head=1/2
q=tail=1-p=1/2
Pr(X>1)=1 for n=2,3,...
Pr(X>n)=qn-1
E(x)=1/(1-q)=1/p=2
-if only 2 tosses are expected to obtain a head then only one tail would be obtained before a head
-does this make sense?