JEE Challenger
More from Probability

Probability of Selecting Three Dates in Increasing AP from a 31 Day Month

From a month of 3131 days, 33 different dates are selected at random. If the probability that these dates are in an increasing A.P. is equal to ab\frac{a}{b}, where a,bNa, b \in \mathbb{N} and gcd(a,b)=1\text{gcd}(a, b) = 1, then a+ba + b is equal to _______

Official Numerical Answer944

Topics & Concepts

Step-by-Step Solution

To find the probability that three randomly selected dates from a 31-day month are in an increasing arithmetic progression (A.P.), we analyze the total number of outcomes and the number of favorable outcomes.

Step 1: Calculate the total number of ways to select 3 dates

The total number of ways to choose 33 distinct dates out of 3131 days is given by the combination formula (nr)\binom{n}{r}:

Ntotal=(313)=31×30×293×2×1=31×5×29=4495N_{\text{total}} = \binom{31}{3} = \frac{31 \times 30 \times 29}{3 \times 2 \times 1} = 31 \times 5 \times 29 = 4495


Step 2: Calculate the number of favorable ways to form an A.P.

Let the three chosen dates arranged in increasing order be x,y,zx, y, z such that 1x<y<z311 \le x < y < z \le 31.

For these three dates to form an increasing arithmetic progression, the middle term yy must be the arithmetic mean of xx and zz:

y=x+z2    x+z=2yy = \frac{x + z}{2} \implies x + z = 2y

This condition requires that xx and zz must have the same parity (both must be odd or both must be even) so that their sum x+zx + z is even and yy is an integer. Once xx and zz of the same parity are chosen, the middle element yy is uniquely determined.

In the set of dates {1,2,3,,31}\{1, 2, 3, \dots, 31\}:

  • The number of odd dates is 1616 (i.e., 1,3,5,,311, 3, 5, \dots, 31).
  • The number of even dates is 1515 (i.e., 2,4,6,,302, 4, 6, \dots, 30).

The number of ways to choose two dates of the same parity (which uniquely determine the triplet (x,y,z)(x, y, z)) is:

  • Choosing 2 odd dates: (162)=16×152=120\binom{16}{2} = \frac{16 \times 15}{2} = 120
  • Choosing 2 even dates: (152)=15×142=105\binom{15}{2} = \frac{15 \times 14}{2} = 105

Thus, the total number of favorable triplets is:

Nfavorable=120+105=225N_{\text{favorable}} = 120 + 105 = 225


Step 3: Compute the probability and find a+ba + b

The probability PP is given by:

P=NfavorableNtotal=2254495P = \frac{N_{\text{favorable}}}{N_{\text{total}}} = \frac{225}{4495}

Dividing both the numerator and denominator by their greatest common divisor 55:

P=45899P = \frac{45}{899}

Since 899=29×31899 = 29 \times 31 and 45=32×545 = 3^2 \times 5, we have gcd(45,899)=1\text{gcd}(45, 899) = 1.

Therefore, a=45a = 45 and b=899b = 899.

Finally, we compute a+ba + b:

a+b=45+899=944a + b = 45 + 899 = 944

Probability of Selecting Three Dates in Increasing AP from a 31 Day Month | Mathematics PYQ Solution - JEE Challenger