document.write( "Question 1070368: On a five-question multiple choice test, each question has four choices (a,b,c,d), only one of which is correct. if you guess randomly, find the probability that you pass the test; that is, find the probability of getting 4 or more correct. Remember not to add rounded numbers. Don't round until your final answer. *Find the probability of exactly 4 correct OR exactly 5 correct) \n" ); document.write( "
Algebra.Com's Answer #685474 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Use the binomial probability function, that is \n" ); document.write( ": \n" ); document.write( "Probability(P) ( k successes out of n trials) = nCk * p^k * (1-p)^(n-k), where nCk is combinations of n things taken k at a time, p is probability of a suceess \n" ); document.write( ": \n" ); document.write( "for this problem p = 1/4 = 0.25 \n" ); document.write( ": \n" ); document.write( "P ( k > or = 4 ) = P ( k = 4 ) + P ( k = 5 ) \n" ); document.write( ": \n" ); document.write( "P ( k > or = 4 ) = 0.0146484375 + 0.0009765625 = 0.015625 is approximately 0.02 \n" ); document.write( ": \n" ); document.write( "P ( k = 4 or k = 5) = P ( k = 4) + P ( k = 5 ) \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |