document.write( "Question 1078246: a multiple choice test has 7 questions each of which has 5 possible answers, only one of which is correct. if judy, who forgot to study for the test guesses on all questions, what is the probability that she will answer exactly 3 questions correctly. \n" ); document.write( "
Algebra.Com's Answer #692801 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a multiple choice test has 7 questions each of which has 5 possible answers, only one of which is correct. if judy, who forgot to study for the test guesses on all questions, what is the probability that she will answer exactly 3 questions correctly.
\n" ); document.write( "Binomial Problem with n = 7 and p = 1/5
\n" ); document.write( "P(x = 3) = 7C3*(1/5)^3*(4/5)^4 = binompdf(7,1/5,3) = 0.1147
\n" ); document.write( "-------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "------------
\n" ); document.write( "
\n" );