Analyzing the Setup
Every binomial expansion problem has a North Star: the General Term formula. For any expression (a+b)n, the (r+1)-th term is defined as:
In our case, we are looking for the fourth term, which means r+1=4, so r=3. Our parameters are n=6, a=x2, and b=xlog8x.
By substituting these into our formula, we get:
T4=(36)(x2)6−3(xlog8x)3
The binomial coefficient (36) is a constant, calculated as:
The Algebraic Dance
Now, let us simplify the expression. We have T4=20⋅(x2)3⋅(xlog8x)3.
Expanding the first part, (x2)3 becomes x38, or 8x−3. The second part, (xlog8x)3, becomes x3log8x.
Multiplying these, we get:
We are told this term equals 20×87. Setting them equal, we have 160⋅x3log8x−3=20×87.
Since 20×8=160, we can divide both sides by 160, leaving us with:
The Logarithmic Bridge
The base 8 on the right and the log8 in the exponent suggest a change of base. Let us use the property log8x=log28log2x.
Since 8=23, we know log28=3. Thus, log8x=3log2x.
Substituting this back into our exponent, we get 3⋅(3log2x)−3, which simplifies to log2x−3. Our equation is now:
The Quadratic Climax
To solve for x, we take log2 on both sides. Note that 86=(23)6=218.
Taking the log:
log2(xlog2x−3)=log2(218)
Using the power rule for logarithms, the exponent comes down:
Let t=log2x. We have arrived at the classic quadratic form:
Factoring this, we get (t−6)(t+3)=0. This gives us two potential paths: t=6 or t=−3.
If t=6, then log2x=6, which means x=26=64. If t=−3, then log2x=−3, which means x=2−3=81.
The final solutions are x=64 or x=81.