A coin is tossed three times. Let X denote the number of times a tail follows a head. If mu and sigma^2 denotes the mean and variance of X, then the value of 64( mu + sigma^2) is : (1) 51 (2) 48 (3) 32 (4) 64
Detailed Explanation
Key ideas you must know
- Indicator variable: Define a small 0–1 variable that is 1 if the event happens, 0 if it does not. They make means and variances easy because they turn complicated counts into simple sums.
- Expected value of an indicator: If is 1 when something happens with probability and 0 otherwise, then .
- Variance of a sum:
Here covariance is needed because the two pairs share the middle toss, so the two indicators are not independent.
Logical chain a student should follow
- Break the count into pairs: For three tosses there are only two adjacent pairs: (1,2) and (2,3).
- Define = 1 if pair (1,2) is HT, else 0. = 1 if pair (2,3) is HT, else 0. Then
- Find each single probability: .
- Compute variances of indicators: For an indicator with ,
- Check if both events can occur together: For both indicators to be 1, tosses must be HT and HT simultaneously, which is impossible because the middle toss can’t be both H and T. Hence always.
- Use that to find covariance: .
- Assemble mean and variance and finish the arithmetic.
This systematic approach makes the calculation tidy and avoids mistake‐prone enumeration of all eight possible H/T sequences.
Simple Explanation (ELI5)
What the question says
We toss a coin three times and look at the order of Heads (H) and Tails (T).
- We only care about places where a Tail comes right after a Head.
- We count how many times that happens and call that number X.
Then we have to find the average value (mean ) and the spread (variance ) of that count, add them, multiply by 64, and pick the right option.
Picture it like story‐telling
Imagine you say three words in a row. Every time you say “Hi” (H) and then immediately say “Ta‐da” (T), you shout "Got one!". At the end you count how many "Got ones" you had. You want to know, on average, how many times that shout happens if you repeat the game many, many times.
Step-by-Step Solution
Step 1 – Define indicators
Let Then
Step 2 – Mean of each indicator
Probability that a pair is HT: Hence So the mean of is
Step 3 – Variance of indicators
For an indicator, Thus
Step 4 – Covariance term
Both and can be 1 only if the pattern is HT and HT overlapping, which is impossible. Therefore So
Step 5 – Variance of
Step 6 – Final expression
Multiply by 64:
Hence the correct option is (2) 48.
Examples
Example 1
Predicting successive rainy and sunny days where you count how many times a rainy day follows a sunny day.
Example 2
Quality control on a conveyor belt: counting how often a defective item follows a good one.
Example 3
Text analysis: counting how many times a vowel follows a consonant in a short string of letters.