document.write( "Question 1001092: Assume that random guesses are made on a 5 multiple choice ACT test, so there is n=5 trials, with the probability of correct given by p=0.20 use binomial probability
\n" );
document.write( "Find the probability that the number of x correct is ATLEAST 3. \r
\n" );
document.write( "\n" );
document.write( "Please help im very confused as to how to solve this problem when they are asking for atleast 3 \n" );
document.write( "
Algebra.Com's Answer #618359 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Assume that random guesses are made on a 5 multiple choice ACT test, so there is n=5 trials, with the probability of correct given by p=0.20 use binomial probability \n" ); document.write( "Find the probability that the number of x correct is ATLEAST 3. \n" ); document.write( "Please help im very confused as to how to solve this problem when they are asking for atleast 3 \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 5 and P(correct) = 0.2 \n" ); document.write( "--- \n" ); document.write( "P(3<= x <=5) = 1 - P(0<= x <=2) \n" ); document.write( "===== \n" ); document.write( "= 1 - [P(x=0)+P(x=1)+P(x=2)] \n" ); document.write( "----- \n" ); document.write( "= 1 - binomcdf(5,0.2,2) \n" ); document.write( "----- \n" ); document.write( "= 0.05792 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |