Let X= the number of correctly answered questions: X∼Bin(n,p)
P(X=x)=(kn)px(1−p)n−x Given
p=0.25,n=10 If a student guesses on each question, what is the probability that the student will pass the test?
P(X≥6)=P(X=6)+P(X=7)+P(X=8)+
+P(X=9)+P(X=10)=
=(610)0.256(1−0.25)10−6+(710)0.25x(1−0.25)10−7+
+(810)0.258(1−0.25)10−8+(910)0.259(1−0.25)10−9+
+(1010)0.2510(1−0.25)10−10≈
≈0.0162220+0.0030899+0.0003862+
+0.0000286+0.0000010=0.019728≈0.02 The probability that the student will pass the test is 0.02 (2%).
Comments