Question
In a certain game, killing a particular monster has a fixed "drop rate" for equipment . Suppose that upon killing the monster, equipment drops with probability , equipment drops with probability , and no equipment drops with probability . Let denote the minimum number of kills required to collect both equipment and . Find the expectation and variance of .
Step-by-step solution
Each kill has three mutually exclusive and exhaustive outcomes: equipment 1 drops (probability ), equipment 2 drops (probability ), or no equipment drops (probability ), and all kills are mutually independent. Define as the number of kills needed until the first drop of either equipment 1 or equipment 2, and as the number of additional kills needed after obtaining one piece of equipment to obtain the other. Clearly , and and are independent, so and . Step 1. Analysis of the distribution of : is the number of kills until the first "success," where "success" means dropping equipment 1 or equipment 2, with success probability . Thus follows a geometric distribution with parameter (defined by , ), whose expectation is and variance is . Substituting gives and . Step 2. Analysis of via the law of total expectation: Let denote the type of equipment obtained first ( for equipment 1, for equipment 2). Then and . When , we need the first drop of equipment 2, with per-trial success probability , so the geometric expectation is ; when , we need the first drop of equipment 1, with per-trial success probability , so the geometric expectation is . Thus and . By the law of total expectation, . Step 3. Analysis of via the law of total variance . First, compute the expected conditional variance: the variance of a geometric distribution is , so and . Thus . Next, compute the variance of : the possible values of are 10 and 5, with probabilities and respectively. Thus , and , so . Therefore . Step 4. , and .
Final answer
Expectation: , Variance:
Marking scheme
The following is an undergraduate-level mathematics marking scheme based on the official solution.
1. Checkpoints (Total: 7 points)
Choose any one of the following logical chains for grading | Take the highest score among chains; do not combine scores across chains
Chain A: Random Variable Decomposition (, official solution)
- Phase 1: (first acquisition of any equipment)
- Correctly identifies that follows a geometric distribution with parameter and obtains . [1 point]
- Correctly computes the variance . [1 point]
- Phase 2: Expectation of (obtaining the remaining equipment)
- Correctly writes the conditional probabilities/weights for entering Phase 2: the probability that equipment 1 is obtained first is (), and the probability that equipment 2 is obtained first is (). [1 point]
- Uses the law of total expectation to compute , and thereby obtains the total expectation . [1 point]
- Phase 2: Variance of (core difficulty)
- Correctly computes the conditional variances (respectively ) or the conditional second moments (respectively ). [1 point]
- Correctly obtains .
- *Grading note: Must use the law of total variance (including the term) or compute via . If the student only computes the weighted average of conditional variances , this point is not awarded.* [1 point]
- Final result
- Uses independence to obtain the correct answer . [1 point]
Chain B: Markov Chain / System of Linear Equations
- System of equations for expectations
- Correctly sets up the system of linear equations for the expected number of steps from each state (e.g., ). [2 points]
- Solves the system to obtain the correct total expectation . [1 point]
- System of equations for variance/second moments
- Correctly sets up the system of equations for the second moments () or variances from each state. [2 points]
- Solves for the key second-moment values or intermediate quantities. [1 point]
- Final result
- Correctly computes . [1 point]
1.1 Shared Prerequisites (Cross-Chain)
- [None] The two chains for this problem differ substantially in logic; apply one of the chains above directly.
1.2 Total Score Verification
Total (max 7)
2. Zero-Score Conditions
- Only states the general formula for the geometric distribution (e.g., ) without performing any concrete computation using the probabilities from this problem.
- Incorrectly adds expectations naively: (ignoring mutual exclusivity and the probability of no drop).
- Merely copies the probability values from the problem statement with no derivation.
3. Deductions
- Arithmetic errors: For each obvious arithmetic error (not a logical error), deduct 1 point.
- Misapplication of the law of total variance (logical flaw): When computing , if the student only computes the weighted average of conditional variances (i.e., ) and omits the "variance of the conditional expectation" term (), yielding or a similar value, this constitutes a major logical gap. The corresponding checkpoint receives no credit (already reflected in the checkpoints above; if there is score overflow, deduct 1 point, but the total shall not fall below 0).
- Missing justification of independence: Directly adding the variances of and without mentioning independence (or the Markov property), but with otherwise correct computations. Given the undergraduate level, no deduction.