document.write( "Question 346653: 3. A test consists of 5 questions, and to pass the test a student has to answer at least 4 questions correctly. Each question has three possible answers, of which only one is correct. If a student guesses on each question, what is the probability that the student will pass the test? \n" ); document.write( "
Algebra.Com's Answer #247943 by jrfrunner(365)\"\" \"About 
You can put this solution on YOUR website!
given
\n" ); document.write( "n=5, p=1/3 (prob of guessing correctly at a question)
\n" ); document.write( "--
\n" ); document.write( "let x=number of questions answered correctly
\n" ); document.write( "passing means x>=4 this is a binomial dist problem
\n" ); document.write( "==
\n" ); document.write( "P(x>=4)=P(x=4)+P(x=5)=\"C%285%2C4%29%281%2F3%29%5E4%282%2F3%29%2BC%285%2C5%29%281%2F3%29%5E5\"
\n" ); document.write( "=\"5%2A2%2F%283%29%5E5%2B1%2F%283%29%5E5\"=11/3^5=0.045
\n" ); document.write( "
\n" );