JEE Challenger
More from Probability

Probability of Scoring Exactly 30 Points in Coin Tosses

A man throws a fair coin repeatedly. He gets 1010 points for each head he throws and 55 points for each tail he throws. If the probability that he gets exactly 3030 points is mn\frac{m}{n}, gcd(m,n)=1\gcd(m, n) = 1, then m+nm + n is equal to :

Options

A

53

B

55

C

107

Correct
D

105

Topics & Concepts

ProbabilityProbability

Step-by-Step Solution

To find the probability that the man scores exactly 3030 points, we can break the problem down into recursive steps by scaling the points.

Since each head (HH) awards 1010 points and each tail (TT) awards 55 points, all possible cumulative scores are multiples of 55. We can define 11 unit of score as 55 points.

Thus, a head (HH) corresponds to an increase of 22 units, and a tail (TT) corresponds to an increase of 11 unit. Scoring 3030 points corresponds to reaching a target of: N=305=6 unitsN = \frac{30}{5} = 6 \text{ units}

Let PkP_k denote the probability that the man scores exactly 5k5k points (or kk units) at some stage during the repeated coin tosses.

1. Recurrence Relation

To reach a score of kk units:

  • The man could have reached k1k-1 units and then thrown a Tail (probability 12\frac{1}{2}).
  • Or, he could have reached k2k-2 units and then thrown a Head (probability 12\frac{1}{2}).

This gives us the linear recurrence relation for k2k \ge 2: Pk=12Pk1+12Pk2P_k = \frac{1}{2} P_{k-1} + \frac{1}{2} P_{k-2}

2. Initial Conditions

  • At the start, the score is 00 units, so P0=1P_0 = 1.
  • To score 11 unit (55 points), the first toss must be a Tail: P1=12P_1 = \frac{1}{2}

3. Solving the Recurrence Relation

The characteristic equation for the recurrence relation Pk12Pk112Pk2=0P_k - \frac{1}{2}P_{k-1} - \frac{1}{2}P_{k-2} = 0 is: r212r12=0    (r1)(r+12)=0r^2 - \frac{1}{2}r - \frac{1}{2} = 0 \implies (r - 1)\left(r + \frac{1}{2}\right) = 0

The roots are r1=1r_1 = 1 and r2=12r_2 = -\frac{1}{2}. Thus, the general solution is: Pk=A(1)k+B(12)kP_k = A(1)^k + B\left(-\frac{1}{2}\right)^k

Using the initial conditions:

  • For k=0k = 0: A+B=1A + B = 1
  • For k=1k = 1: A12B=12A - \frac{1}{2}B = \frac{1}{2}

Subtracting the second equation from the first: 32B=12    B=13\frac{3}{2}B = \frac{1}{2} \implies B = \frac{1}{3} A=113=23A = 1 - \frac{1}{3} = \frac{2}{3}

Therefore, the formula for PkP_k is: Pk=23+13(12)kP_k = \frac{2}{3} + \frac{1}{3}\left(-\frac{1}{2}\right)^k

4. Calculating P6P_6 (Probability of Scoring 30 Points)

For k=6k = 6: P6=23+13(12)6P_6 = \frac{2}{3} + \frac{1}{3}\left(-\frac{1}{2}\right)^6 P6=23+13164P_6 = \frac{2}{3} + \frac{1}{3} \cdot \frac{1}{64} P6=23+1192P_6 = \frac{2}{3} + \frac{1}{192} P6=128+1192=129192P_6 = \frac{128 + 1}{192} = \frac{129}{192}

Simplifying the fraction by dividing both numerator and denominator by 33: P6=4364P_6 = \frac{43}{64}

Here, m=43m = 43 and n=64n = 64. Since 4343 is prime and does not divide 6464, we have gcd(43,64)=1\gcd(43, 64) = 1.

Finally, we calculate m+nm + n: m+n=43+64=107m + n = 43 + 64 = 107

Probability of Scoring Exactly 30 Points in Coin Tosses | Mathematics PYQ Solution - JEE Challenger