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)![]() ![]() 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)= \n" ); document.write( "= |