document.write( "Question 1162804: A multiple choice test has 25 questions, each with 5 possible choices, exactly one of which is correct.
\n" ); document.write( "The test is marked by giving four points to each correct choice, and subtracting one point for each
\n" ); document.write( "incorrect choice. No points are either given or subtracted for questions for which no choice is selected.
\n" ); document.write( "Mickey and Bianca each know the answer to 12 of the 25 questions, but are unsure about the rest.
\n" ); document.write( "Mickey leaves the other 13 unanswered, whereas Bianca answers them randomly, picking one choice
\n" ); document.write( "for each question with equal probabilities, independently between questions.
\n" ); document.write( "(a) Find the expectation and variance of the number of questions that Bianca gets correct.
\n" ); document.write( "(b) Find the expectation and variance of the mark that Bianca gets.
\n" ); document.write( "(c) Find the expectation and variance of the mark that Mickey gets.
\n" ); document.write( "

Algebra.Com's Answer #854395 by CPhill(2264)\"\" \"About 
You can put this solution on YOUR website!
To solve this problem, we treat Bianca's random guessing as a binomial distribution and Mickey's strategy as a constant.\r
\n" ); document.write( "\n" ); document.write( "### (a) Expectation and variance of Bianca's correct questions
\n" ); document.write( "For the 13 questions Bianca guesses, each has a probability $p = \frac{1}{5} = 0.2$ of being correct. Let $X$ be the number of questions she gets correct out of these $n = 13$ guesses. This follows a binomial distribution: $X \sim \text{Bin}(13, 0.2)$.\r
\n" ); document.write( "\n" ); document.write( "**Expectation:**
\n" ); document.write( "$$E[X] = n \cdot p = 13 \cdot 0.2 = 2.6$$\r
\n" ); document.write( "\n" ); document.write( "**Variance:**
\n" ); document.write( "$$\text{Var}(X) = n \cdot p \cdot (1 - p) = 13 \cdot 0.2 \cdot 0.8 = 2.08$$\r
\n" ); document.write( "\n" ); document.write( "Bianca also knows 12 questions are correct for certain. Let $C_B$ be her total correct answers: $C_B = 12 + X$.
\n" ); document.write( "* **$E[C_B] = 12 + 2.6 = 14.6$**
\n" ); document.write( "* **$\text{Var}(C_B) = \text{Var}(X) = 2.08$** (since the 12 known questions have 0 variance).\r
\n" ); document.write( "\n" ); document.write( "---\r
\n" ); document.write( "\n" ); document.write( "### (b) Expectation and variance of Bianca's mark
\n" ); document.write( "Let $M_B$ be Bianca's mark. For the 12 questions she knows, she earns $12 \times 4 = 48$ points. For the 13 she guesses, let $G_i$ be the mark for a single guess:
\n" ); document.write( "* $P(G_i = 4) = 0.2$
\n" ); document.write( "* $P(G_i = -1) = 0.8$\r
\n" ); document.write( "\n" ); document.write( "**Expectation of one guess ($E[G_i]$):**
\n" ); document.write( "$$E[G_i] = (4 \times 0.2) + (-1 \times 0.8) = 0.8 - 0.8 = 0$$
\n" ); document.write( "Since the expectation of a single guess is 0, the total expected mark for the 13 guesses is $13 \times 0 = 0$.
\n" ); document.write( "* **$E[M_B] = 48 + 0 = 48$**\r
\n" ); document.write( "\n" ); document.write( "**Variance of one guess ($\text{Var}(G_i)$):**
\n" ); document.write( "First, find $E[G_i^2]$:
\n" ); document.write( "$$E[G_i^2] = (4^2 \times 0.2) + ((-1)^2 \times 0.8) = (16 \times 0.2) + (1 \times 0.8) = 3.2 + 0.8 = 4$$
\n" ); document.write( "$$\text{Var}(G_i) = E[G_i^2] - (E[G_i])^2 = 4 - 0^2 = 4$$
\n" ); document.write( "Since the 13 guesses are independent, we sum the variances:
\n" ); document.write( "* **$\text{Var}(M_B) = 13 \times 4 = 52$**\r
\n" ); document.write( "\n" ); document.write( "---\r
\n" ); document.write( "\n" ); document.write( "### (c) Expectation and variance of Mickey's mark
\n" ); document.write( "Mickey only answers the 12 questions he knows. He leaves the other 13 blank, earning 0 points for them. His mark $M_M$ is a constant.\r
\n" ); document.write( "\n" ); document.write( "**Expectation:**
\n" ); document.write( "He gets exactly $12 \times 4$ points.
\n" ); document.write( "* **$E[M_M] = 48$**\r
\n" ); document.write( "\n" ); document.write( "**Variance:**
\n" ); document.write( "Since Mickey's mark is not subject to randomness (he knows the 12 are correct and the rest are definitely 0), there is no deviation from the mean.
\n" ); document.write( "* **$\text{Var}(M_M) = 0$**\r
\n" ); document.write( "\n" ); document.write( "---\r
\n" ); document.write( "\n" ); document.write( "### Summary Table
\n" ); document.write( "| Statistic | Bianca | Mickey |
\n" ); document.write( "| :--- | :--- | :--- |
\n" ); document.write( "| **Expected Mark** | 48 | 48 |
\n" ); document.write( "| **Variance of Mark** | 52 | 0 |\r
\n" ); document.write( "\n" ); document.write( "**Insight:** Both students have the same expected score because the penalty for guessing ($1/4$ of the points gained) perfectly offsets the $1/5$ chance of being right. However, Bianca's strategy is much \"riskier\" due to the high variance.
\n" ); document.write( "
\n" );