Question 985032
Jane is taking a 10 questions multiple choice but he has not studied. Each question has 4 possible responses only one of which is correct the probability of getting each question correct is 0.25. Find the probability of getting the result below if she answers all questions randomly

Let X = number of correct answers 

X~Binomial(n = 10, p=0.25)

A) exactly 6 questions correct

P(X = 6) = {{{(matrix(2,1,10,6))(0.25^6)(0.75^4)}}} = {{{highlight(0.0162)}}}
B) 4 or fewer questions correct
P(X ≤ 4) = {{{sum((matrix(2,1,10,x))(0.25^x)(0.75^(10-x)),x=0,4)}}} = {{{highlight(0.9219)}}}

C) 8 or more questions correct
P(X ≥ 8) = {{{sum((matrix(2,1,10,x))(0.25^x)(0.75^(10-x)),x=8,10)}}} = {{{highlight(0.0004)}}}