Question:

Let $X_{1}$ and $X_{2}$ be i.i.
D. Bernoulli (p), $0

Show Hint

The maximum of Bernoulli variables is 1 if at least one variable is 1. Its success probability is the complement of "all are zeros," i.e., $1 - q^n$. The variance follows the standard $p'q'$ formula.
Updated On: Jun 6, 2026
  • $(2-p)(1-p)^2$
  • $p(2+p)(1-p)^2$
  • $p^2(1-p^2)$
  • $p(2-p)(1-p)^2$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Let $Y = \max(X_1, X_2)$. Since $X_1, X_2$ are Bernoulli random variables, they take values $0$ or $1$. Consequently, $Y$ also takes only values $0$ or $1$, making $Y$ a Bernoulli random variable itself.

Step 1: \color{red
Find the Probability Mass Function of Y
$Y = 0$ if and only if both $X_1 = 0$ and $X_2 = 0$.
Since $X_1, X_2$ are i.i.d.:
$P(Y = 0) = P(X_1 = 0) \cdot P(X_2 = 0) = (1-p) \cdot (1-p) = (1-p)^2$.

Step 2: \color{red
Determine the Success Probability for Y
Let $P(Y=1) = p'$.
$p' = 1 - P(Y=0) = 1 - (1-p)^2$.
Expanding this:
$p' = 1 - (1 - 2p + p^2) = 2p - p^2 = p(2-p)$.

Step 3: \color{red
Calculate Variance of a Bernoulli Variable
For any Bernoulli random variable with success probability $p'$, the variance is $p'(1-p')$.
Here, $p' = p(2-p)$ and $1-p' = (1-p)^2$.

Step 4: \color{red
Assemble the Final Expression
$Var(Y) = p'(1-p')$
$Var(Y) = [p(2-p)] \cdot [(1-p)^2]$
$Var(Y) = p(2-p)(1-p)^2$.
This matches Option (4).
Was this answer helpful?
0
0