document.write( "Question 995499: Beth is taking a ten-question multiple-choice test for which each question has three answer choices, only one of which is correct. Beth decided on answers by rolling a fair die and marking the first answer choice if the die shows 1 or 2, the second if it shows 3 or 4, and the third if it shows 5 or 6. Find the probability of
\n" ); document.write( "
\n" ); document.write( "a) exactly four correct answers\r
\n" ); document.write( "\n" ); document.write( "b) fewer than three correct answers
\n" ); document.write( "

Algebra.Com's Answer #614241 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Beth is taking a ten-question multiple-choice test for which each question has three answer choices, only one of which is correct. Beth decided on answers by rolling a fair die and marking the first answer choice if the die shows 1 or 2, the second if it shows 3 or 4, and the third if it shows 5 or 6.
\n" ); document.write( "------------------
\n" ); document.write( "Binomial Problem with n = 10 and p(correct) = 1/3
\n" ); document.write( "=========
\n" ); document.write( "Find the probability of \r
\n" ); document.write( "\n" ); document.write( "a) exactly four correct answers
\n" ); document.write( "P(x = 4) = 10C4(1/3)^4*(2/3)^6 = binompdf(10,1/3,4) = 0.2276
\n" ); document.write( "---------------------------
\n" ); document.write( "b) fewer than three correct answers
\n" ); document.write( "P(0<= x <= 2) = binomcdf(10,1/3,2) = 0.2991
\n" ); document.write( "------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "---------------
\n" ); document.write( "
\n" );