document.write( "Question 1035210: 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( " \n" );
document.write( "
Algebra.Com's Answer #649856 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We use the binomial probability formula to solve this problem \n" ); document.write( ": \n" ); document.write( "p=1/4, q=3/4 and n=8 \n" ); document.write( ": \n" ); document.write( "Pr(guessing 1 question correctly) = 8C1 * (1/4)^1 * (3/4)^(8-1) = 0.266967 approx 0.267 \n" ); document.write( ": \n" ); document.write( "Note that 8C1 = 8! / 1! * (8-1)! = 8 \n" ); document.write( ": \n" ); document.write( "***************************************************** \n" ); document.write( "Probability of guessing 1 question correctly is 0.267 \n" ); document.write( "***************************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |