document.write( "Question 842674: On a 10 question multiple-choice test, where each question has 5 answers. What is the probability of obtaining exactly each number 0 through 10 answers correctly by guessing? \n" ); document.write( "
Algebra.Com's Answer #507694 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( " p(correct answer) = .2, n = 10
\n" ); document.write( "P(x = 10) = binompdf(n, p, x-value) = binompdf(10, .2, 10) = 0.0000001
\n" ); document.write( " \n" ); document.write( "
\n" );