document.write( "Question 873347: Van guessed on all 8 questions of a multiple-choice quiz. Each question has 4 answer choices. What is the probability that he got exactly 1 question correct? Round the answer to the nearest thousandth \n" ); document.write( "
Algebra.Com's Answer #526799 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p = .25, n = 8 \n" ); document.write( "P(x=1) = 8C1(.25)^1(.75)^7 \n" ); document.write( "Binomial Probability \n" ); document.write( " \n" ); document.write( "p and q are the probabilities of success and failure respectively. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |