document.write( "Question 604646: You have a 5-question multiple-choice test. Each question has four choices. You don’t know any of the answers. What is the experimental probability that you will guess exactly three out of five questions correctly? \n" ); document.write( "
Algebra.Com's Answer #381373 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
You have a 5-question multiple-choice test. Each question has four choices. You don’t know any of the answers. What is the experimental probability that you will guess exactly three out of five questions correctly?
\n" ); document.write( "---------
\n" ); document.write( "Binomial Problem with n = 5 and p(correct) = 1/4
\n" ); document.write( "----
\n" ); document.write( "P(x = 3) = 5C3(1/4)^3*(3/4)^2 = binompdf(5,1/4,3) = 0.0879
\n" ); document.write( "===============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );