document.write( "Question 1095645: A multiple choice quiz has 5 questions. Each question has 4 choices. What is the probability of randomly guessing on all questions and getting them all correct? \n" ); document.write( "
Algebra.Com's Answer #710141 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
We use the binomial probaility distribution to answer this problem
\n" ); document.write( ":
\n" ); document.write( "Probability(P) (k successes out of n trials) = nCk * p^k * (1-p)^(n-k) where p is probability of a success and nCk - n! / (k! * (n-k)!)
\n" ); document.write( ":
\n" ); document.write( "p = 1/4 = 0.25
\n" ); document.write( ":
\n" ); document.write( "P (5 successes out of 5 trials) = (5! / (5! * (5-5)!) * (0.25)^5 * (1-0.25)^(5-5) =
\n" ); document.write( ":
\n" ); document.write( "1 * (0.25)^5 * 1 = 0.000976562 approximately 0.001
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );