Asked by Hanna
                quiz consists of 7 multiple choice questions. each question has 5 answers, one of which is correct. if random guess is made, find the probability that 3 answers will be correct and 4 wrong
            
            
        Answers
                    Answered by
            R_scott
            
    this is binary ... right or wrong
p(r) = .2 ... p(w) = .8
(r + w)^7 = r^7 + 7 r^6 w + ... + 35 r^3 w^4 + ...
p(3 r , 4 w) = 35 * .2^3 * .8^4
    
p(r) = .2 ... p(w) = .8
(r + w)^7 = r^7 + 7 r^6 w + ... + 35 r^3 w^4 + ...
p(3 r , 4 w) = 35 * .2^3 * .8^4
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.