document.write( "Question 1019132: A class is taking a multiple-choice quiz that consists of 15 questions. Each question has 3 answer options: A, B, and C. The instructor made a mistake and printed the quiz for a much more advanced class. The students don’t know any of the content and they randomly guess at every question.\r
\n" ); document.write( "\n" ); document.write( "Explain why this is a binomial random.\r
\n" ); document.write( "\n" ); document.write( "What are the values of the parameters n and p?\r
\n" ); document.write( "\n" ); document.write( "What is the mean quiz score?\r
\n" ); document.write( "\n" ); document.write( "What is the standard deviation of the quiz scores?\r
\n" ); document.write( "\n" ); document.write( "In order to pass, a student needs to get 9 or more questions correct. What is the probability that a student will get 9 or more questions correct?\r
\n" ); document.write( "\n" ); document.write( "What is the probability that a student will get exactly 9 questions correct?\r
\n" ); document.write( "\n" ); document.write( "What is the probability that a student will get all 15 questions correct?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #635132 by mathmate(429)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Question:
\n" ); document.write( "A class is taking a multiple-choice quiz that consists of 15 questions. Each question has 3 answer options: A, B, and C. The instructor made a mistake and printed the quiz for a much more advanced class. The students don’t know any of the content and they randomly guess at every question.
\n" ); document.write( "a. Explain why this is a binomial random.
\n" ); document.write( "b. What are the values of the parameters n and p?
\n" ); document.write( "c. What is the mean quiz score?
\n" ); document.write( "d. What is the standard deviation of the quiz scores?
\n" ); document.write( "e. In order to pass, a student needs to get 9 or more questions correct.
\n" ); document.write( " What is the probability that a student will get 9 or more questions correct?
\n" ); document.write( "f. What is the probability that a student will get exactly 9 questions correct?
\n" ); document.write( "g. What is the probability that a student will get all 15 questions correct?
\n" ); document.write( "
\n" ); document.write( "Solution:
\n" ); document.write( "a.
\n" ); document.write( "A situation must satisfy the following conditions in order that the binomial distribution be applicable.
\n" ); document.write( "1. The experiment must consist of a fixed and known number of trials, each of which must be random and independent of each other.
\n" ); document.write( "2. Each trial must be a Bernoulli trial, i.e. it must have exactly two outcomes, true or false, or success or failure.
\n" ); document.write( "3. The probability of success must be constant throughout the trials.
\n" ); document.write( "
\n" ); document.write( "Since the given situation satisfies all of the requirements,
\n" ); document.write( "1. all answers are random guesses, and naturally, they are independent of each other. There are exactly 15 trials in the experiment.
\n" ); document.write( "2. answers to multiple choice questions must be either right or wrong, hence Bernoulli trial.
\n" ); document.write( "3. The probability of success is known (1/3) and is constant throughout the experiment (15 questions=15 trials).
\n" ); document.write( "The Binomial Distribution may be used to model the situation.
\n" ); document.write( "
\n" ); document.write( "b.
\n" ); document.write( "parameters
\n" ); document.write( "n=number of trials = 15
\n" ); document.write( "p=probability of success in each trial = 1/3
\n" ); document.write( "
\n" ); document.write( "c.
\n" ); document.write( "Mean, μ, of a binomial distribution = np = 15*(1/3) = 5
\n" ); document.write( "
\n" ); document.write( "d.
\n" ); document.write( "variance, σ² = np(1-p) = 15*(1/3)(1-1/3) = 10/3
\n" ); document.write( "standard deviation, σ = √(10/3) = 1.826 approx.
\n" ); document.write( "
\n" ); document.write( "e.
\n" ); document.write( "the probability of having X questions correct is given by the probability mass function (PMF)
\n" ); document.write( "P(X;n;p)=\"C%28n%2CX%29%2Ap%5Ex%2A%281-p%29%5E%281-x%29\"
\n" ); document.write( "=\"C%2815%2CX%29%2A%281%2F3%29%5EX%2A%281-1%2F3%29%5E%2815-X%29\"
\n" ); document.write( "To get 9 or more questions correct, we can sum
\n" ); document.write( "Σ\"+C%2815%2Ci%29%2A%281%2F3%29%5Ei%2A%282%2F3%29%5E%2815-i%29\" for i=9 to 15.
\n" ); document.write( "= 0.02232+0.00670+0.00025+0.00003+0.00000+0.00000
\n" ); document.write( "=0.03083
\n" ); document.write( "
\n" ); document.write( "f.
\n" ); document.write( "P(9;15;1/3)=0.02232 (from part (e))
\n" ); document.write( "
\n" ); document.write( "g.
\n" ); document.write( "P(15;15,1/3)=\"6.9692%2A10%5E%28-8%29\"
\n" ); document.write( "
\n" );