document.write( "Question 269461: If a student randomly guesses at 20 multiple choice questions, find the probability that the student gets exactly four right. Each answer has four possible choices. \n" ); document.write( "
Algebra.Com's Answer #197499 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! you want 4 correct and 16 incorrect \n" ); document.write( "there are 20 questions \n" ); document.write( "each question has four answers, so \n" ); document.write( "P(right answer) = 1/4 \n" ); document.write( "P(wrong answer) = 3/4 \n" ); document.write( "---- \n" ); document.write( "Since you want 4 correct of 20 we have a combination of 20C4 \n" ); document.write( "This is a binomial problem where p = 1/4, q = 3/4 and we get \n" ); document.write( "(20 \"choose\" 4)*(probability correct)^(number correct)*(probability incorrect)^(number incorrect) \n" ); document.write( "putting numbers in we get \n" ); document.write( "(20c4)*(1/4)^4*(3/4)^16 \n" ); document.write( "This gives us \n" ); document.write( "~ .189685 \n" ); document.write( " |