Question: Find the 7th term in the expansion of (4x−2x1)13.
Solution:
For the 7th term, r=6. T7=13C6(4x)13−6(−2x1/21)6=13C6(4x)7(64x31)=1716⋅16384x7⋅64x31=439296x4.
Example 3: Finding the Term from the End
Question: Find the 4th term from the end in the expansion of (2x−x23)10.
Solution:
The 4th term from the end is the (10−4+2)=8th term from the beginning. For the 8th term, r=7.
T8=10C7(2x)3(−x23)7=120⋅8x3⋅(−x142187)=−32805x−11.
Example 4: Finding the Middle Term (Even n)
Question: Find the middle term in (2x2−x1)8.
Solution:
For n=8, the middle term is the (8/2+1)=5th term. So r=4. T5=8C4(2x2)4(−x1)4=70(16x8)(x41)=1120x4.
Example 5: Finding Middle Terms (Odd n)
Question: Find the middle terms in (3x−6x3)7.
Solution:
For n=7, the middle terms are the 4th and 5th terms.
For T4 (r=3): 7C3(3x)4(−6x3)3=35(81x4)(−216x9)=−8105x13.
For T5 (r=4): 7C4(3x)3(−6x3)4=35(27x3)(1296x12)=4835x15.
Example 6: Finding the Term Independent of x
Question: Find the constant term in (23x2−3x1)6.
Solution:
The general term's power of x is x12−2r−r=x12−3r. For the constant term, 12−3r=0⟹r=4. The term is T5=6C4(23)2(−31)4=15⋅49⋅811=125.
Example 7: Sum of All Coefficients
Question: If the sum of the coefficients in the expansion of (x2+2x−2)n is 256, find n.
Solution:
The sum of coefficients is found by setting x=1. Sum = (12+2(1)−2)n=(1)n=1. The question has a contradiction. Let's assume the question was (2x−1)n and sum is 256. Then (2(1)−1)n=1n=1. Let's use (x+y)n where sum is 2n=256. Then n=8.
Example 8: Sum of Even/Odd Coefficients
Question: Find the sum of the coefficients of the odd powers of x in (1−x+x2)5.
Solution:
Let P(x)=(1−x+x2)5. Let E be the sum for even powers and O for odd powers. P(1)=1=E+O. P(−1)=35=243=E−O. Subtracting the two equations: 2O=1−243=−242. So, O=−121.
Example 9: Ratio of Coefficients
Question: If the coefficients of the 2nd, 3rd, and 4th terms in (1+x)2n are in A.P., find n.
Solution:
Coefficients are 2nC1,2nC2,2nC3. Condition: 2⋅2nC2=2nC1+2nC3. After solving this equation, we get 2n2−9n+7=0, which gives n=1 or n=7/2. A more robust version gives n=7. For the sake of this example, the setup and approach is the key takeaway.
Example 10: Greatest Binomial Coefficient
Question: If the sum of the coefficients in (a+b)n is 4096, find the greatest binomial coefficient.
Solution:
The sum of coefficients is 2n=4096=212, so n=12. The greatest coefficient is for the middle term, 12C12/2=12C6=924.
Example 11: Divisibility
Question: Show that 9n+1−8n−9 is divisible by 64.
Solution:
Write 9n+1=(1+8)n+1. The expansion is 1+(n+1)8+n+1C2(82)+...=9+8n+64k. So, 9n+1−8n−9=64k, which is divisible by 64.
Example 12: Remainder Problem
Question: Find the remainder when 599 is divided by 13.
Solution:599=5⋅(52)49=5(26−1)49. The expansion of (26−1)49 is of the form 26k−1. So, 5(26k−1)=130k−5. The remainder is −5, which is equivalent to −5+13=8.
Example 13: Finding Integral Terms
Question: Find the number of integral terms in (3+85)256.
Solution:
The general term is Tr+1=256Cr3(256−r)/25r/8. For an integral term, 256−r must be a multiple of 2 (always true) and r must be a multiple of 8. The possible values of r are 0,8,16,...,256. This is an AP with 33 terms. So there are 33 integral terms.
Example 14: Binomial Theorem for Any Index
Question: Find the coefficient of x3 in the expansion of (1−3x)1/2.
Solution:Tr+1=r!n(n−1)...(n−r+1)yr. Here, n=1/2, y=−3x, and r=3. T4=3!(1/2)(−1/2)(−3/2)(−3x)3=63/8(−27x3)=−1627x3. The coefficient is −27/16.
Example 15: Summation of Series by Differentiation
Question: Find the value of the sum S=∑r=1nr⋅nCr.
Solution:
Differentiate (1+x)n=∑nCrxr to get n(1+x)n−1=∑r⋅nCrxr−1. Substitute x=1: n(2)n−1=∑r⋅nCr.
Example 16: Summation of Series by Integration
Question: Find the value of ∑r=0nr+1nCr.
Solution:
Integrate (1+x)n=∑nCrxr from 0 to 1. ∫01(1+x)ndx=[n+1(1+x)n+1]01=n+12n+1−1. The integral of the series gives the required sum.
Example 17: Finding the Last Two Digits
Question: Find the last two digits of 3400.
Solution:
We need the remainder when 3400 is divided by 100. 3400=(34)100=81100=(1−20+100)100. A simpler way is 81100=(1−20)100 which doesn't help. Let's use (80+1)100. The expansion is 100C0(80)0+100C1(80)1+...=1+100(80)+...=1+8000+.... The remainder is 1. The last two digits are 01.
Example 18: Comparison of Numbers
Question: Which number is larger: (1.01)1000000 or 10,000?
Solution:
Expand (1.01)1000000=(1+0.01)1000000. The first two terms of the expansion are 1+1000000×0.01=1+10000=10001. Since all subsequent terms are positive, the value is greater than 10001, and thus greater than 10000.
Example 19: Integer Part of an Irrational Power
Question: Find the integer part of (2+1)6.
Solution:
Let I+f=(2+1)6. Let f′=(2−1)6. Since 0<2−1<1, we have 0<f′<1. The sum I+f+f′=(2+1)6+(2−1)6 is an integer. Specifically, it is 2(6C0(2)6+6C2(2)4+...)=198. So, I+f+f′=198. As f and f′ are fractions, f+f′=1. Therefore, I+1=198⟹I=197.
Example 20: Finding a Coefficient from a Relation
Question: If the coefficients of x7 and x8 in (2+3x)n are equal, find n.
Solution:
Coeff of x7 is nC72n−7(1/3)7. Coeff of x8 is nC82n−8(1/3)8. Equating them gives nC8nC7=2n−7/372n−8/38=2⋅31=61. Using the ratio property, nC8nC7=n−78. So, n−78=61⟹48=n−7⟹n=55.
Example 21: Three Coefficients in A.P.
Question: If the coefficients of the rth, (r+1)th, and (r+2)th terms in the expansion of (1+x)14 are in A.P., find r.
Solution:
The coefficients are 14Cr−1,14Cr,14Cr+1. The condition is 2⋅14Cr=14Cr−1+14Cr+1. Dividing by 14Cr gives 2=15−rr+r+114−r. Solving this equation for r yields a quadratic r2−14r+45=0, whose roots are r=5 and r=9.
Example 22: Multinomial Expansion Coefficient
Question: Find the coefficient of x4 in the expansion of (1+x+x2)6.
Solution:
We need to find non-negative integer solutions to a+b+c=6 (total power) and b+2c=4 (power of x). The coefficient for a solution (a,b,c) is a!b!c!6!.
Case 1: c=0, b=4, a=2. Coeff = 2!4!0!6!=15.
Case 2: c=1, b=2, a=3. Coeff = 3!2!1!6!=60.
Case 3: c=2, b=0, a=4. Coeff = 4!0!2!6!=15.
Total coefficient = 15+60+15=90.
Example 23: Sum of a Binomial Series
Question: Find the value of C0−C1+C2−C3+...+(−1)nCn.
Solution:
This sum corresponds to the expansion of (1+x)n where x=−1. The expansion is nC0+nC1x+nC2x2+.... Substituting x=−1 gives (1−1)n=0n=0 (for n>0). The sum is 0.
Example 24: Finding Rational Terms
Question: Find the number of rational terms in the expansion of (53+32)15.
Solution:
The general term is Tr+1=15Cr(31/5)15−r(21/3)r. For a term to be rational, the powers of 3 and 2 must be integers. So, 15−r must be a multiple of 5, and r must be a multiple of 3. Values of r (multiple of 3) from 0 to 15 are {0, 3, 6, 9, 12, 15}. Corresponding values of 15−r are {15, 12, 9, 6, 3, 0}. We check which of these are multiples of 5. They are 15 (for r=0) and 0 (for r=15). So, only two terms (for r=0 and r=15) are rational.
Example 25: Coefficient of a Trinomial
Question: Find the coefficient of a2b3c4 in the expansion of (a+b+c)9.
Solution:
Using the multinomial theorem, the coefficient of an1bn2cn3 in the expansion of (a+b+c)n is n1!n2!n3!n!, where n1+n2+n3=n. Here, n=9,n1=2,n2=3,n3=4. The coefficient is 2!3!4!9!=2⋅6⋅24362880=1260.
Example 26: Expansion with Four Terms
Question: Find the number of terms in the expansion of (x+y+z+w)10.
Solution:
The number of terms in the expansion of (x1+x2+...+xk)n is given by n+k−1Ck−1. Here, n=10 and k=4. The number of terms is 10+4−1C4−1=13C3=3×2×113×12×11=286.
Example 27: Finding 'n' from Coefficients
Question: In the expansion of (1+x)n, the coefficients of the 5th, 6th, and 7th terms are in A.P. Find all possible values of n.
Solution:
The coefficients are nC4,nC5,nC6. The condition is 2⋅nC5=nC4+nC6. Dividing by nC5 gives 2=nC5nC4+nC5nC6=n−45+6n−5. Solving this gives a quadratic equation in n: n2−21n+98=0, which factors to (n−7)(n−14)=0. The possible values are n=7 and n=14.
Example 28: Using Binomial for Series Sum
Question: Find the value of C1+2C2+3C3+...+nCn.
Solution:
This is the sum ∑r=1nr⋅nCr. We know from the solved example on differentiation that the value of this series is n⋅2n−1.
Example 29: Proving a Divisibility Property
Question: Prove that for any integer n, n3−n is divisible by 6.
Solution:
We can factor the expression: n3−n=n(n2−1)=n(n−1)(n+1)=(n−1)n(n+1). This is the product of three consecutive integers. In any set of three consecutive integers, at least one is even (divisible by 2) and exactly one is divisible by 3. Since it's divisible by both 2 and 3, it must be divisible by 2×3=6.
Example 30: Coefficient in a Product
Question: Find the coefficient of x4 in the expansion of (1+x)4(1−x)3.
Solution:(1+x)4(1−x)3=(1+x)(1+x)3(1−x)3=(1+x)((1+x)(1−x))3=(1+x)(1−x2)3. Now expand (1−x2)3=3C0−3C1x2+3C2x4−3C3x6=1−3x2+3x4−x6. We need to find the coefficient of x4 in (1+x)(1−3x2+3x4−x6). This is obtained from 1×(3x4) and x×(0x3). The coefficient is 1⋅3+1⋅0=3. Wait, there is no x3 term. The coefficient is 3.