StemCET Logo

Maths Question 2 – JEE-MAIN 2025

Let A={1,2,3,...,100} and R be a relation on A such that R={(a,b):a=2b+1}. Let (a1,a2),(a2,a3),(a3,a4),...,(ak,ak+1) be a sequence of k elements of R such that the second entry of an ordered pair is equal to the first entry of the next ordered pair. Then the largest integer k, for which such a sequence exists, is equal to :

The problem describes a chain of relations where the second element of a pair becomes the first element of the next. This forms a decreasing sequence of numbers.

Step 1: Establish the Recursive Relationship✦ Active

The given relation is R={(a,b):a=2b+1}. The sequence of k elements is (a1,a2),(a2,a3),...,(ak,ak+1). This implies ai=2ai+1+1 for i=1,2,...,k. All aj must belong to the set A={1,2,...,100}.

Step 2: Derive a General Formula for a1○ Expand

From ai=2ai+1+1, we can add 1 to both sides: ai+1=2ai+1+2=2(ai+1+1). Let bi=ai+1. Then bi=2bi+1, or bi+1=bi2. This is a geometric progression. Therefore, b1=2kbk+1, which means a1+1=2k(ak+1+1). So, a1=2k(ak+1+1)1.

Step 3: Apply Constraints to Find Maximum k○ Expand

Since all ajA, we have 1aj100. To maximize k, we should minimize ak+1. The smallest possible value for ak+1 is 1. Substituting ak+1=1 into the formula for a1: a1=2k(1+1)1=2k21=2k+11. We also know a1100. So, 2k+111002k+1101. The powers of 2 are 21=2,22=4,23=8,24=16,25=32,26=64,27=128. For 2k+1101, the maximum value for k+1 is 6. Thus, k+1=6k=5. For k=5, a1=25+11=261=63. This value 63A. The sequence of ai values would be 63,31,15,7,3,1, all of which are in A. If k=6, a1=26+11=271=127, which is not in A. Therefore, the largest integer k is 5.

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