document.write( "Question 1178697: A quiz consists of 30 true or false questions. If the student guesses on each
\n" ); document.write( "question, what is the mean and the standard deviation of the number of correct
\n" ); document.write( "answers?
\n" ); document.write( "

Algebra.Com's Answer #808298 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
For each question, the probability of answering correctly is 0.5, and the
\n" ); document.write( "questions are independent of each other. This situation is described by
\n" ); document.write( "a binomial probability distribution. The mean of a binomial distribution
\n" ); document.write( "is mu = n*p, where p is the probability of a success and n is the number of
\n" ); document.write( "trials. Thus mu = 0.5*30 = 15.
\n" ); document.write( "The standard deviation is given by sqrt(np(1-p) = sqrt(30/4) = 2.739
\n" ); document.write( "
\n" );