document.write( "Question 1099939: A test consists of 6 multiple choice questions, each having 5 possible answers, one of which is correct. Assume that you guess the answers to all 6. Find the probability of getting less than 2 correct. \n" ); document.write( "
Algebra.Com's Answer #714542 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! This is a binomial probability problem with 6 trials and P(success) = 0.2 \n" ); document.write( "P(0) = C(6,0)*0.2^0*0.8^6 = 0.262 \n" ); document.write( "P(1) = C(6,1)*0.2^1*0.8^5 = 0.393 \n" ); document.write( "Therefore the probability of getting less than 2 correct is 0.393 + 0.262 = 0.655 \n" ); document.write( " |