Here is the problem:
In an exam with 15 multiple choice questions where each question has 4 choices (with only 1 correct choice), a student (who has not studied at all) is trying to answer the questions randomly. What is the chance that he answered between 2 to 4 questions correctly ? What is the variance of number of correctly answered questions?
Attempt : n= 15 , p= 1/4 need to find P (x is less than or equal to 4 or greater than or equal to 2)
Edit:
I have P(x=2) + P(x=3) + P (x=4)
(15 , 2)*(0.25)^2 (0.75)^13 + (15 , 3)(0.25)^3 * (0.75)^12 + ( 15 , 4)(0.25)^4 *(0.75)^11
Does that look right?
I also have the variance is npq so it should be (15* 0.25*0.75)