document.write( "Question 190152: you are taking a test that contains 5 multiple choice questions with 4 possible answers. you guess at all questions. find the probability that you guess exactly 2 questions correctly. \n" ); document.write( "
Algebra.Com's Answer #142734 by stanbon(75887) ![]() You can put this solution on YOUR website! you are taking a test that contains 5 multiple choice questions with 4 possible answers. you guess at all questions. find the probability that you guess exactly 2 questions \n" ); document.write( "------------------------------ \n" ); document.write( "Binomial problem with n=5, p = 1/4, x = 2 \n" ); document.write( "P(x=2) = 5C2(1/4)^2(3/4)^3 = 10*(27/4^5) = 0.2637 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |