Question 867511
a test consists of 80 multiple choice questions each with five possible answers.
n = 80 ; p(correct) = 1/5
-------------------------------- 
Find mean and standard deviation of the number of correct answers
mean = n*p = (1/5)80 = 16
----
std = sqrt[npq] = sqrt[16*(4/5)] = 8/sqrt(5)
====================================
Cheers,
Stan H.
=================