Determine $a$, $b$ and $n$ in the following expression (binomial theorem backwards)

1.2k Views Asked by At

You are given the following expression:

$$(ax + by)^{n} = -15120x^{4}y^{3}$$

Determine the constants $a$, $b$ and $n$.

My attempt to solve this problem is by trying to use the binomial theorem backwards.

The binomial theorem: $(ax + by)^{n} = \displaystyle\sum_{k = 0}^{n} {\binom{n}{k}(ax)^{n-k}(by)^{k}}$

And so if you compare the expressions, you get:

$$\binom{n}{k}(a)^{n-k}(b)^{k} = -15120$$

$n - k = 4$ and $k = 3$ so that $n = 7$

Here is where I get stuck, because now I have:

$$\binom{7}{3}(a)^{4}(b)^{3} = -15120$$

Two unknowns... How to solve it? Am I even doing it correctly?

3

There are 3 best solutions below

0
On

The problem with your approach is that you have equated the coefficients of the $x^4y^3$ term on both sides, as if this is an equation of polynomials, but you have ignored the remaining terms.

But this cannot be an equation of polynomials to begin with, because most terms on the RHS are missing which would need to be there. For example $a^nx^n$ and $b^ny^n$.

So are we to assume $x$ and $y$ are some fixed constants?

0
On

I think, that the exercise is

You are given the following expression:

$(ax + by)^{n} = \color{blue}{\ldots} -15120x^{4}y^{3}+ \color{blue}{\ldots} $

Determine the constants $a$, $b$ and $n$.

In this case you know, that the 5th summand is ${7 \choose 4} \cdot (ax)^4\cdot (by)^3=-15120x^{4}y^{3}$

$15120=2^4\cdot3^3\cdot5\cdot7$.

${7 \choose 4}=5\cdot 7$

Thus $b=-3$ and $a=2$

1
On

You get $b= (\frac{-15120}{35 \, a^{4}})^{\frac{1}{3}}$ , $a$ can be any value as we only have one term.