Let the random variable X represent the random guesses then, X∼Binomial(n=7,p=0.55).
The probability that the number x of correct answers is fewer than 4 is given as,
p(X<4)=p(X=0)+p(X=1)+p(X=2)+p(X=3)
Now,
p(X=0)=(07)0.5500.457=0.457=0.0037p(X=1)=(17)0.5510.456=7×0.55×0.0083=0.0319695p(X=2)=(27)0.5520.455=21×0.3025×0.0185=0.11722148p(X=3)=(37)0.5530.454=35×0.166375×0.0410=0.23878452
Therefore,
p(X<4)=0.0037+0.0319695+0.11722148+0.23878452=0.3917122
The probability that the number x of correct answers is fewer than 4 is 0.3917122
Comments