document.write( "Question 870374: Suppose you randomly guess A, B, C or D at all 10 problems on a quiz. Find the probability of guessing exactly 4 answers correctly \n" ); document.write( "
Algebra.Com's Answer #524842 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(correct) = .25, n = 10
\n" ); document.write( "P(x=4) = normalpdf(10, .25, 4) = .146
\n" ); document.write( "
\n" );