document.write( "Question 568750: A multiple-choice test has five questions, each with five choices for the answer. Only one of the choices is correct. You randomly guess the answer to each question. What is the probability that you answer at least one of the questions correctly? \n" ); document.write( "
Algebra.Com's Answer #367106 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A multiple-choice test has five questions, each with five choices for the answer. Only one of the choices is correct. You randomly guess the answer to each question. What is the probability that you answer at least one of the questions correctly?
\n" ); document.write( "-----
\n" ); document.write( "Binomial Problem with n = 5 and p(correct) = 1/5
\n" ); document.write( "---
\n" ); document.write( "P(at least one correct) = 1 - P(none correct)
\n" ); document.write( "===
\n" ); document.write( "= 1 - (4/5)^5
\n" ); document.write( "----
\n" ); document.write( "= 1 - 0.32768
\n" ); document.write( "===
\n" ); document.write( "= 0.67232\r
\n" ); document.write( "\n" ); document.write( "================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=============
\n" ); document.write( "
\n" );