(New page: X is the number of heads in 100 flips of a coin. Each coin has Pr[H]=0.1 Find Pr[X >= 30] Markov equation: Pr[x >= a] < E[X]/a E[x] = 100*0.1 = 10 a = 30 Pr[x >= 30] < 10/30 = 1/3)
 
 
Line 1: Line 1:
 +
[[Category:ECE302Fall2008_ProfSanghavi]]
 +
[[Category:probabilities]]
 +
[[Category:ECE302]]
 +
[[Category:problem solving]]
 +
 +
=Question=
 
X is the number of heads in 100 flips of a coin.
 
X is the number of heads in 100 flips of a coin.
 
Each coin has Pr[H]=0.1
 
Each coin has Pr[H]=0.1
  
 
Find Pr[X >= 30]
 
Find Pr[X >= 30]
 
+
=Answer=
 
Markov equation:  
 
Markov equation:  
 
Pr[x >= a] < E[X]/a
 
Pr[x >= a] < E[X]/a
Line 10: Line 16:
 
a = 30
 
a = 30
 
Pr[x >= 30] < 10/30 = 1/3
 
Pr[x >= 30] < 10/30 = 1/3
 +
----
 +
[[Main_Page_ECE302Fall2008sanghavi|Back to ECE302 Fall 2008 Prof. Sanghavi]]

Latest revision as of 13:33, 22 November 2011


Question

X is the number of heads in 100 flips of a coin. Each coin has Pr[H]=0.1

Find Pr[X >= 30]

Answer

Markov equation: Pr[x >= a] < E[X]/a

E[x] = 100*0.1 = 10 a = 30 Pr[x >= 30] < 10/30 = 1/3


Back to ECE302 Fall 2008 Prof. Sanghavi

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett