Back
1 . Let $n \geq 2$ be an integer, and let $p$ and $q$ be real numbers with $0 < p < 1$ and $0 < q < 1$.
Consider $n$ students $S_1,S_2,...,S_n$ who hand in an assignment for COMP 2804. This assignment has 2 questions. For $i = 1,2,...,n$ let $A_i$ be the assignment handed in by student $S_i$.
Alexa and Zoltan are TAs for the course. Alexa is supposed to mark the first question, whereas Zoltan is supposed to mark the second question. Since both TAs are lazy, they use the following scheme (all random choices are mutually independent):
For $i = 1,2,...,n$,
  • Alexa marks the first question of assignment $A_i$ with probability $p,$
  • Zoltan marks the second question of assignment $A_i$ with probability $q.$
Consider the random variable
  • X = the number of assignments that are marked by both Alexa and Zoltan.
What is the expected value $\mathbb{E}(X)$ of the random variable $X$?
Hint: Use indicator random variables.
(a)
$\frac{n}{p \cdot q}$
(b)
None of the above.
(c)
$(p + q) \cdot n$
(d)
$p \cdot q \cdot n$