StemCET Logo

Maths Question 5 – JEE-MAIN 2026

Let A be the set of first 101 terms of an A.P., whose first term is 1 and the common difference is 5 and let B be the set of first 71 terms of an A.P., whose first term is 9 and the common difference is 7. Then the number of elements in A B, which are divisible by 3, is:

First, determine the general terms and ranges for sets A and B. Then, find the general form of elements common to both sets A and B.

Step 1: Define the sets A and B and their general terms✦ Active

Set A has first term a1=1, common difference d1=5, and n1=101 terms. Its general term is Ak=a1+(k1)d1=1+(k1)5=5k4, for 1k101. The terms of A range from A1=1 to A101=1+100×5=501.

Set B has first term a2=9, common difference d2=7, and n2=71 terms. Its general term is Bm=a2+(m1)d2=9+(m1)7=7m+2, for 1m71. The terms of B range from B1=9 to B71=9+70×7=499.

Step 2: Find the general form of elements in AB and their range○ Expand

For an element to be in AB, we must have Ak=Bm. This leads to the equation 5k4=7m+2, which simplifies to 5k7m=6.

A particular solution to this linear Diophantine equation is (k,m)=(4,2), since 5(4)7(2)=2014=6. The general solution for k and m is k=4+7t and m=2+5t, where t is an integer.

Substituting k (or m) back into the general term, the common terms are Xt=5(4+7t)4=35t+16.

Now, we determine the range for t based on the constraints for k and m:

14+7t10137t9737t9770.42t13.85
12+5t7115t6915t6950.2t13.8

Combining these conditions, t must be an integer in the range 0t13. Thus, t{0,1,2,,13}. There are 130+1=14 common terms in AB.

💡 Teacher's Secret Hint

Ensure to find the intersection of the ranges for 't' derived from both sets A and B.

Step 3: Find the number of common elements divisible by 3○ Expand

We need to find terms Xt=35t+16 that are divisible by 3. This can be expressed using modulo arithmetic:

35t+160(mod3)

Since 352(mod3) and 161(mod3), the congruence becomes:

2t+10(mod3)
2t1(mod3)
2t2(mod3)

Dividing by 2 (which is coprime to 3), we get:

t1(mod3)

We need to find the values of t in the set {0,1,2,,13} that satisfy t1(mod3). These values are t=1,4,7,10,13.

There are 5 such values of t. Therefore, there are 5 elements in AB that are divisible by 3.

💡 Teacher's Secret Hint

Remember to check the divisibility condition for the common terms, not the original AP terms directly.

✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.