Let X= the number of sharp free throws: X∼Bin(n,p).
Given n=20,p=0.8,q=1−p=0.2.
1.
P(X=20)=(2020)(0.8)20(0.2)20−20=(0.8)20
≈0.011529 2.
P(X≥15)=P(X=15)+P(X=16)
+P(X=17)+P(X=18)
+P(X=19)+P(X=20)
=(1520)(0.8)15(0.2)20−15+(1620)(0.8)16(0.2)20−16
+(1720)(0.8)17(0.2)20−17+(1820)(0.8)18(0.2)20−18
+(1920)(0.8)19(0.2)20−19+(2020)(0.8)20(0.2)20−20
≈0.804208
Comments