Need help simplifiying a rational expression

179 Views Asked by At

There's a math question on an online test which asks the following

Multiply the following expression, and simplify: $\frac{x^2-16y^2}{x} * \frac{x^2+4xy}{x-4y}$

But no matter how I try I keep getting the answer incorrect with a message telling me to simplify my answer. I can't seem to figure out how to simplify it enough to get it right.

$\frac{x^2-16y^2}{x} * \frac{x^2+4xy}{x-4y}$ equals, $\frac{x^4 + 4x^3y - 16x^2y^2 - 64xy^3}{x^2-4xy}$. I then factored x out of the numerator and denominator to get $\frac{x(x^3 + 4x^2y - 16xy^2 - 64y^3)}{x(x-4y)}$ and cancelled out the factored x's to get $\frac{x^3 + 4x^2y - 16xy^2 - 64y^3}{x-4y}$. I don't know what to do from here though.

I've managed to get enough marks to be able to pass it but since it's a readiness test I want to understand all of the material going in.

4

There are 4 best solutions below

0
On BEST ANSWER

The cancellation make sense if instead of $x^2+16y^2$ we use $x^2-16y^2$ $$\frac{x^2-16y^2}{x}\frac{x^2+4xy}{x-4y}=\frac{x^2-(4y)^2}{x}\frac{x(x+4y)}{x-4y}=$$ $$=\frac{(x-4y)(x+4y)}{x}\frac{x(x+4y)}{x-4y}=(x+4y)^2$$

0
On

$$\frac{x^2+16y^2}{x} \cdot \frac{x^2+4xy}{x-4y}=\frac{x^2+16y^2}{x} \cdot \frac{x(x+4y)}{x-4y}=(x^2+16y^2)\cdot \frac{(x+4y)}{x-4y}$$

$$=(x+i4y)(x-i4y) \frac{x+4y}{x-4y}$$

2
On

It looks like you are applying fraction addition rules to fraction multiplication:

$$\frac ab+\frac cd=\frac {a\cdot d+b\cdot c}{b\cdot d}$$

Instead you should use:

$$\frac ab\cdot \frac cd=\frac {a\cdot c}{b\cdot d}$$

So we have

$$\frac{x^2+16y^2}{x} \cdot \frac{x^2+4xy}{x-4y}=\frac {(x^2+16y^2)(x+4y)}{x-4y}=\frac {x^3+4x^2y+16xy^2+64y^3}{x-4y}$$

Of course, it could be that there was a negative sign mixup which lead to the result

$$\frac {x^3+4x^2y-16xy^2-64y^3}{x-4y}=\frac {(x^2-16y^2)(x+4y)}{x-4y}=(x+4y)^2$$

0
On

As mentioned in the comments, by factoring out $x$ in the second fraction, $x^2+4xy$ becomes $x(x+4y)$. Which leaves you with:

$$\frac{x^2+16y^2}{x} \cdot \frac{x(x+4y)}{x-4y}=\frac{(x^2+16y^2)(x+4y)}{x-4y}$$

Alternately if you had not seen the cancellations and had ended up with $x^3+16xy^2+4x^2y+64y^3$ as your numerator. Grouping $x^3+4x^2y$ and $16xy^2+64y^3$ together, notice that $x^2$ and $16y^2$ are common (respectively). Factor them out to get, $$x^2(x+4y) + 16y^2(x+4y) = (x^2+16y^2)(x+4y)$$