Skip to main content
Back to Binomial Theorem
JEE Main 2022
Binomial Theorem
Binomial Theorem
Hard

Question

\text { Number of integral terms in the expansion of }\left\{7^{\left(\frac{1}{2}\right)}+11^{\left(\frac{1}{6}\right)}\right\}^{824} \text { is equal to _________. }

Answer: 7

Solution

Attempt 1 failed: You have exhausted your capacity on this model. Your quota will reset after 0s.. Retrying after 471.280936ms... Key Concept: General Term in Binomial Expansion

For a binomial expansion of the form (a+b)n(a+b)^n, the general term (or (r+1)th(r+1)^{th} term) is given by the formula: Tr+1=nCranrbrT_{r+1} = {}^{n}C_r a^{n-r} b^r where nn is a positive integer, rr is an integer such that 0rn0 \le r \le n, and nCr=n!r!(nr)!{}^{n}C_r = \frac{n!}{r!(n-r)!} is the binomial coefficient.

For a term Tr+1T_{r+1} to be an integral term, two conditions must be met:

  1. The binomial coefficient nCr{}^{n}C_r is always an integer for 0rn0 \le r \le n.
  2. The powers of aa and bb, i.e., anra^{n-r} and brb^r, must result in integer values when combined with any integer coefficients. Specifically, if aa and bb involve roots or fractional exponents, these must resolve to integers. When the bases are prime numbers, their exponents in the simplified form must be non-negative integers for the overall term to be an integer.

Problem Statement

We need to find the number of integral terms in the expansion of {7(12)+11(16)}824\left\{7^{\left(\frac{1}{2}\right)}+11^{\left(\frac{1}{6}\right)}\right\}^{824}.

Step-by-Step Working

1. Write the General Term (Tr+1T_{r+1})

Let a=71/2a = 7^{1/2}, b=111/6b = 11^{1/6}, and n=824n = 824. Applying the general term formula Tr+1=nCranrbrT_{r+1} = {}^{n}C_r a^{n-r} b^r: Tr+1=824Cr(71/2)824r(111/6)rT_{r+1} = {}^{824}C_r \left(7^{1/2}\right)^{824-r} \left(11^{1/6}\right)^r Tr+1=824Cr(7)824r2(11)r6T_{r+1} = {}^{824}C_r (7)^{\frac{824-r}{2}} (11)^{\frac{r}{6}} Explanation: This step directly applies the binomial theorem's general term formula by substituting the base terms (71/27^{1/2} and 111/611^{1/6}) and the exponent of the binomial (824824) into the formula. The powers are then simplified using exponent rules (xm)n=xmn(x^m)^n = x^{mn}.

2. Establish Conditions for Integral Terms

For Tr+1T_{r+1} to be an integral term, the exponents of the prime numbers 7 and 11 must both be non-negative integers. This is because if a prime number is raised to a non-integer rational power (e.g., 73/27^{3/2}), the result will not be an integer.

  • Condition 1: Exponent of 7 must be an integer The exponent 824r2\frac{824-r}{2} must be an integer. This implies that 824r824-r must be an even number. Since 824824 is an even number, for 824r824-r to be even, rr must also be an even number (an even number minus an even number equals an even number). So, rr must be a multiple of 2.

  • Condition 2: Exponent of 11 must be an integer The exponent r6\frac{r}{6} must be an integer. This implies that rr must be a multiple of 6.

Explanation: We analyze each exponent to determine the conditions on rr. Since 7 and 11 are prime numbers, for 7P11Q7^P \cdot 11^Q to be an integer, PP and QQ themselves must be integers. This leads to divisibility conditions for rr.

3. Combine Conditions and Determine Possible Values of rr

For Tr+1T_{r+1} to be an integral term, both Condition 1 and Condition 2 must be satisfied:

  • rr must be a multiple of 2.
  • rr must be a multiple of 6.

For both conditions to hold simultaneously, rr must be a common multiple of 2 and 6. The least common multiple (LCM) of 2 and 6 is 6. Therefore, rr must be a multiple of 6. It is important to note that if rr is a multiple of 6, it is automatically a multiple of 2, so the condition "rr is a multiple of 6" is sufficient.

Additionally, rr is an index in the binomial expansion, so it must satisfy 0rn0 \le r \le n. In this problem, n=824n=824, so 0r8240 \le r \le 824.

Combining these, we are looking for values of rr such that:

  1. rr is a multiple of 6.
  2. 0r8240 \le r \le 824.

The possible values for rr are 0,6,12,18,0, 6, 12, 18, \dots. To find the largest multiple of 6 that does not exceed 824, we divide 824 by 6: 824÷6=137824 \div 6 = 137 with a remainder of 2. So, the largest multiple of 6 less than or equal to 824 is 6×137=8226 \times 137 = 822.

Thus, the sequence of possible values for rr is 0,6,12,,8220, 6, 12, \dots, 822. Explanation: We find the LCM of the denominators of rr from the exponent conditions. Then, we apply the fundamental constraint that the index rr in a binomial expansion must be between 0 and nn (inclusive). This gives us an arithmetic progression of valid rr values.

4. Count the Number of Integral Terms

The values of rr form an arithmetic progression: 0,6,12,,8220, 6, 12, \dots, 822. To count the number of terms in this sequence, we can use the formula: Number of terms = Last TermFirst TermCommon Difference+1\frac{\text{Last Term} - \text{First Term}}{\text{Common Difference}} + 1 Number of terms = 82206+1\frac{822 - 0}{6} + 1 Number of terms = 8226+1\frac{822}{6} + 1 Number of terms = 137+1137 + 1 Number of terms = 138138

Alternatively, we can express rr as 6k6k, where kk is an integer. From 0r8240 \le r \le 824, we have: 06k8240 \le 6k \le 824 Dividing by 6: 0k82460 \le k \le \frac{824}{6} 0k137.330 \le k \le 137.33\dots Since kk must be an integer, the possible values for kk are 0,1,2,,1370, 1, 2, \dots, 137. The number of such integer values for kk is 1370+1=138137 - 0 + 1 = 138.

Therefore, there are 138 integral terms in the expansion.

Tips and Common Mistakes

  • Range of rr: Always remember that the index rr in the general term Tr+1T_{r+1} of a binomial expansion (a+b)n(a+b)^n must satisfy 0rn0 \le r \le n. This constraint is vital for correctly identifying the bounds for rr.
  • Conditions for Integral Exponents with Prime Bases: When the base of an exponential term is a prime number (like 7 or 11 in this case) raised to a fractional power, for the result to be an integer, the exponent itself must resolve to an integer. Do not confuse this with situations where the base is a composite number that is a perfect power (e.g., 41/2=(22)1/2=21=24^{1/2} = (2^2)^{1/2} = 2^1 = 2, where the exponent 1/21/2 is not an integer, but the base is not prime).
  • Least Common Multiple (LCM): If rr needs to satisfy multiple divisibility conditions (e.g., rr must be a multiple of k1k_1 AND a multiple of k2k_2), then rr must be a multiple of the LCM of k1k_1 and k2k_2. Satisfying just one condition is insufficient.

Summary and Key Takeaway

To determine the number of integral terms in a binomial expansion involving terms with fractional exponents (like (X1/p+Y1/q)n(X^{1/p} + Y^{1/q})^n):

  1. Formulate the general term Tr+1T_{r+1}.
  2. Identify the exponents of the base terms (XX and YY).
  3. Establish conditions on rr such that these exponents are non-negative integers (especially critical when XX and YY are prime numbers).
  4. Find the LCM of the denominators involved in the conditions for rr. This LCM determines the required divisibility of rr.
  5. Identify the valid range for rr using 0rn0 \le r \le n.
  6. Count all multiples of the LCM that fall within this valid range of rr. This count gives the number of integral terms.

Practice More Binomial Theorem Questions

View All Questions