1. X∼Bin(n,p)
P(X=x)=(kn)px(1−p)n−x Given p=0.7,n=4
P(X=2)=(24)(0.7)2(1−0.7)4−2==2!(4−2)!4!(0.21)2=0.2646≈0.265 2. Since f(t) is proportional to (10+t)−2 on the interval (0,40), we conclude that there is a positive constant C such that
f(t)={C(10+t)−20,if t∈(0,40)otherwiseWe can determine the proportionality constant C from the condition ∫−∞∞f(t)dt=1,
which must be satisfied because f(t) is a density. We have
1=∫−∞∞f(t)dt=∫040C(10+t)−2dt==−C[10+t1]400=C(−501+101)=252CTherefore C=12.5.
f(t)={12.5(10+t)−20,if t∈(0,40)otherwise 3. Geometric distribution
If repeated independent trials can result in a success with probability p and a failure with probability q=1−p, then the probability distribution of the random variable X, the number of the trial on which the first success occurs, is
g(x;p)=p(1−p)x−1,x=1,2,3,... Given p=61
P(X=1)=61(1−61)0=61P(X=2)=61(1−61)1=61(65)1...P(X=10)=61(1−61)9=61(65)9
P(X≤10)=i=1∑10P(X=xi)=61i=1∑10(65)i−1==61⋅1−651−(65)10=1−(65)10P(X>10)=1−P(X≤10)=(65)10≈0.1624.
P(X=x)=x!e−μ⋅μx Given μ=0.4
P(X=0)=0!e−0.4⋅0.40=e−0.4
P(X>0)=1−P(X=0)=1−e−0.4≈0.330
Comments