Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
168
1
avatar

How to solve this

 

 

For some real number a and some positive integer n, the first few terms in the expansion of (1 + ax)^n are

1 + 10x + 150 x^2 + cx^3 + ...

 

Find c.

 Feb 11, 2023
 #1
avatar+941 
0

We can use the binomial theorem to find the coefficient of the term x3 in the expansion of (1+ax)n.

The binomial theorem states that, for any real number a and any positive integer n, the expansion of (1 + ax)^n is given by:

(1+ax)n=C(n,0)1(n0)(ax)0+C(n,1)1(n1)(ax)1+C(n,2)1(n2)(ax)2+...+C(n,n)1(nn)(ax)n

where C(n, k) is the binomial coefficient given by:

C(n,k)=n!/(k!(nk)!)

where n! means n factorial, i.e.,n!=n(n1)(n2)...1.

So, to find the coefficient of x^3 in the expansion of (1+ax)n, we need to find C(n,3)1(n3)(ax)3.

Since 1(n3)=1, the coefficient of x3 is simply C(n,3)ax3=n!/(3!(n3)!)a3.

Therefore, if c is the coefficient of x3 in the expansion of (1+ax)n, we have:

c=n!/(3!(n3)!)a3

So, to find c, we need the values of n and a. Unfortunately, the problem doesn't give us these values, so we cannot find c without more information.

 Feb 11, 2023

3 Online Users

avatar