document.write( "Question 193171: In a ten-question multiple-choice test with four choices for each question, a student who was not prepared guesses on each item. Find each probability.
\n" ); document.write( "a. P(six questions correct)
\n" ); document.write( "b. P(at least eight questions are correct)
\n" ); document.write( "c. P(fewer than eight questions correct)
\n" ); document.write( "

Algebra.Com's Answer #145060 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
In a ten-question multiple-choice test with four choices for each question, a student who was not prepared guesses on each item. Find each probability.
\n" ); document.write( "P(correct) = 1/4 ; P(wrong) = 3/4
\n" ); document.write( "--------------------------------------------
\n" ); document.write( "a. P(six questions correct)= 10C6*(1/4)^6*(3/4)^4 = 0.01622
\n" ); document.write( "-------------------------------------------------
\n" ); document.write( "b. P(at least eight questions are correct)= 1-binomcdf(10,1/4,7) = 0.000415802...
\n" ); document.write( "-------------------------------------------------
\n" ); document.write( "c. P(fewer than eight questions correct) binomcdf(10,1/4,7) = 0.99958
\n" ); document.write( "========================================================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );