document.write( "Question 799616: A student takes a 14-question,multiple-choice exam with two choices for each question and guesses on each question. Assume the variable is binomial. Round the Intermediate and final answers to three decimal places.\r
\n" );
document.write( "\n" );
document.write( "Find the Probability of guessing at least 10out of 14 correctly.
\n" );
document.write( "P(guessing at least 10 out of 14 correctly)= \n" );
document.write( "
Algebra.Com's Answer #482726 by stanbon(75887) ![]() You can put this solution on YOUR website! A student takes a 14-question,multiple-choice exam with two choices for each question and guesses on each question. Assume the variable is binomial. Round the Intermediate and final answers to three decimal places. \n" ); document.write( "Find the Probability of guessing at least 10out of 14 correctly. \n" ); document.write( "P(guessing at least 10 out of 14 correctly)= \n" ); document.write( "------ \n" ); document.write( "n = 14 ; p(correct) = 1/2 \n" ); document.write( "---- \n" ); document.write( "P(10<= x <=14) = 1 - P(0<= x <=9) = 1 - binomcdf(14,1/2,9) = 0.0898 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " |