document.write( "Question 449390: A True-False test has 20 questions with each having 2 possible answers with one correct. Assume a student randomly guesses the answer to every question. (2.5 points each)\r
\n" ); document.write( "\n" ); document.write( "a. What is the probability of getting exactly 9 correct answers?\r
\n" ); document.write( "\n" ); document.write( "b. What is the probability of getting fewer than 6 correct answers?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #309145 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A True-False test has 20 questions with each having 2 possible answers with one correct. Assume a student randomly guesses the answer to every question. (2.5 points each)
\n" ); document.write( "---
\n" ); document.write( "Binomial Problem with n= 20 and p = 1/2
\n" ); document.write( "-----
\n" ); document.write( "a. What is the probability of getting exactly 9 correct answers?
\n" ); document.write( "P(x = 9) = 20C9(1/2)^20 = 167969/2^20 = 0.1602
\n" ); document.write( "==========================================================
\n" ); document.write( "b. What is the probability of getting fewer than 6 correct answers?
\n" ); document.write( "P(0<= x <=5) = binomcdf(20,1/2,5) = 0.0207
\n" ); document.write( "===============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "============\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );