document.write( "Question 419238: A quiz has five multiple-choice questions, each with 4 possible answers. If the quiz is solved by guessing, find the probability that at least one answer is correct \n" ); document.write( "
Algebra.Com's Answer #293253 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "A quiz has five multiple-choice questions, each with 4 possible answers.
\n" ); document.write( "P(guessing answer correctly) = .25
\n" ); document.write( "P(guessing incorrectly) = .75
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure
\n" ); document.write( "respectively. In this case p=.25and q =.75
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "P(atleast one correct of the 5 questions) = 1 - P(none correct) = 1 - (.75)^5 \n" ); document.write( "
\n" );