If a student randomly guesses at five multiple-choice questions, find the probability that the student gets exactly three correct. Each question has five possible choices.
Say 40% of the class is female. What is the probability that 6 of the first 10 students walking in will be female?
1
Expert's answer
2022-05-23T23:31:17-0400
1. Let "X=" the number of correct answers: "X\\sim Bin (n, p)."
Given "n=5, p=\\dfrac{1}{5}=0.2, q=1-p=0.8."
"P(X=3)=\\dbinom{5}{3}(0.2)^3(0.8)^{5-3}=0.0512"
2. Let "X=" the number of female: "X\\sim Bin (n, p)."
Comments
Leave a comment