Key Concept: Binomial Theorem and General Term
The Binomial Theorem provides a formula for the algebraic expansion of powers of a binomial. For any positive integer n, the expansion of (a+b)n is given by:
(a+b)n=∑r=0nnCran−rbr
The (r+1)-th term in the binomial expansion of (a+b)n is known as the general term, denoted by Tr+1, and is given by:
Tr+1=nCran−rbr
In this problem, we need to find the coefficients of specific powers of x. The coefficient of xk is the part of the term Tr+1 that does not include x.
Step-by-step Working with Explanations
1. Identify the General Term for the Given Expansion
The given expression is (2+3x)n.
Comparing this with (a+b)n, we identify a=2 and b=3x.
Using the general term formula Tr+1=nCran−rbr, we substitute the values of a and b:
Tr+1=nCr(2)n−r(3x)r
To separate the coefficient from the variable x, we can rewrite the term as:
Tr+1=nCr(2)n−r(31)rxr
2. Determine the Coefficients of x7 and x8
-
For the coefficient of x7:
We need the power of x in the general term to be 7. From xr, this implies r=7.
Substituting r=7 into the general term, the coefficient of x7 is:
C7=nC7(2)n−7(31)7=nC72n−7371
-
For the coefficient of x8:
Similarly, for x8, we need r=8.
Substituting r=8 into the general term, the coefficient of x8 is:
C8=nC8(2)n−8(31)8=nC82n−8381
3. Equate the Coefficients
The problem states that the coefficient of x7 and x8 are equal. Therefore, we set C7=C8:
nC72n−7371=nC82n−8381
4. Simplify the Equation and Solve for n
To simplify, we can rearrange the terms by bringing similar components to one side. We'll divide both sides by common factors.
Divide both sides by nC7, 2n−8, and 371:
nC7nC8⋅2n−72n−8⋅1/371/38=1(This step is incorrect, as it would imply that the product of the terms is 1, not that they are equal. Let’s do it differently)
Let's directly manipulate the equation:
nC72n−7371=nC82n−8381
Divide both sides by 2n−8 and 371:
nC7⋅2n−7−(n−8)=nC8⋅38⋅3−71
nC7⋅21=nC8⋅311
2⋅nC7=31⋅nC8
Now, we use the identity for binomial coefficients: nCr−1nCr=rn−r+1.
Here, we have nC8 and nC7. Let r=8, then r−1=7.
So, nC7nC8=8n−8+1=8n−7.
Substitute this into our equation:
2=31⋅nC7nC8
2=31⋅8n−7
Now, solve for n:
2=24n−7
Multiply both sides by 24:
2×24=n−7
48=n−7
Add 7 to both sides:
n=48+7
n=55
Tips and Common Mistakes to Avoid
- Careful with 'a' and 'b': Ensure you correctly identify a and b in the binomial expression (a+b)n. In this case, b=3x, not just x. The 31 factor is crucial.
- Powers of the constant term: Don't forget to include the powers of the constant term (here, 2n−r) in the coefficient calculation.
- Binomial Coefficient Identity: Remember and correctly apply the ratio identity for binomial coefficients: nCr−1nCr=rn−r+1. This significantly simplifies the algebraic manipulation compared to expanding factorials.
- Algebraic Simplification: Be meticulous with algebraic simplification, especially when dealing with exponents and fractions. A common mistake is to miscalculate 2n−7/2n−8 or 3−7/3−8.
Summary
By correctly identifying the general term of the binomial expansion, extracting the coefficients of x7 and x8, and then equating them, we formed an equation involving n. Utilizing the property of binomial coefficients nC7nC8=8n−7 allowed for straightforward algebraic manipulation to find the value of n. The final answer is n=55. This problem highlights the importance of understanding the general term formula and binomial coefficient identities.