The Art of the Multinomial Expansion
Welcome, future engineer. Today, we are not just solving a problem; we are peeling back the layers of a mathematical structure. When you see an expression like (a+bx+cx2)10, your first instinct might be to panic.
It looks like a mess of variables. But I want you to see it differently. Imagine this expression as a machine; you feed it indices, and it spits out terms. Our job is to reverse-engineer the machine to find the values of a, b, and c.
The General Term
The Heart of the Beast
In any expansion of the form (x1+x2+x3)n, the general term is governed by the Multinomial Theorem. It is defined as:
Term=r1!r2!r3!n!(x1)r1(x2)r2(x3)r3
In our specific case, where we have (a+bx+cx2)10, the general term becomes:
Term=r1!r2!r3!10!ar1(bx)r2(cx2)r3
Here, the constraints are simple but absolute: r1+r2+r3=10, and r1,r2,r3 must be non-negative integers. If you look closely at the term, you will see that the power of x is determined by r2+2r3. This is the key to the entire problem and acts as our filter.
The Hunt for p1
We are given that p1=20. This means the coefficient of x1 is 20. To find this, we set our filter to 1:
Since r2 and r3 are non-negative integers, the only way to satisfy this is r3=0 and r2=1. This automatically forces r1=10−1−0=9.
Now, we substitute these into our general term formula:
Coefficient=9!1!0!10!a9b1=10a9b
We are told this equals 20. So, 10a9b=20, which simplifies to a9b=2. Because a and b are natural numbers, we have no choice but to accept a=1 and b=2.
The Complexity of p2
Now, the plot thickens. We are given p2=210, which is the coefficient of x2. We set our filter to 2:
This time, the universe offers us two paths. We must explore both:
1. Case 1: r3=0. Then r2=2. This implies r1=10−2−0=8.
2. Case 2: r3=1. Then r2=0. This implies r1=10−0−1=9.
We must calculate the contribution from both cases and add them together. For Case 1, the term is 8!2!0!10!a8b2=45a8b2. For Case 2, the term is 9!0!1!10!a9c=10a9c.
So, the total coefficient p2 is:
The Final Resolution
We are almost at the finish line. We know a=1, b=2, and p2=210. Let us substitute these values into our equation:
Subtracting 180 from both sides gives us 30=10c, which leads us to the beautiful conclusion that c=3. We have found our trio: a=1,b=2,c=3.
The question asks for 2(a+b+c):
And there it is. The complexity of the multinomial expansion dissolves when you approach it with systematic logic. Never fear the variables; they are just placeholders waiting for you to define them.