Let X= the number of seeds that germinate: X∼Bin(n,p).
Given n=25,p=0.9,q=1−p=0.1.
a.
P(X=20)=(2025)(0.9)20(0.1)25−20
=0.06459367658
b.
P(X≥20)=P(X=20)+P(X=21)
+P(X=22)+P(X=23)+P(X=24)
+P(X=25)=(2025)(0.9)20(0.1)25−20
+(2125)(0.9)21(0.1)25−21+(2225)(0.9)22(0.1)25−22
+(2325)(0.9)23(0.1)25−23+(2425)(0.9)24(0.1)25−24
+(2525)(0.9)25(0.1)25−25=0.96660005538
c.
P(X≤24)=1−P(X=25)
=1−(2525)(0.9)25(0.1)25−25=0.92821020123 d.
E[X]=np=25(0.9)=22.5
Comments