How does this denominator cancel out to create the next step?

412 Views Asked by At

I was following an example in my text, and there was one step I got stuck on.

Given $\frac{2x(\Delta x) + (\Delta x)^{2}}{\Delta x}$, how does the denominator cancel out to produce $2c+\Delta x$?

My thinking is that the formula expands to $\frac{2x(\Delta x) + (\Delta x * \Delta x)}{\Delta x}$, but how does the denominator cancel out on both sides of the + sign if the numerator is one formula?

*Edited the formula to be multiplication instead of addition

2

There are 2 best solutions below

2
On BEST ANSWER

$\frac{2x(\Delta x) + (\Delta x)^{2}}{\Delta x}=\frac{2x(\Delta x)}{\Delta x} + \frac{(\Delta x)^{2}}{\Delta x}= 2x +\Delta x$.

0
On

Jason, you have mistakenly rewritten $(\Delta x)^2$ as $\Delta x+\Delta x$, rather than as $\Delta x \cdot \Delta x$. Is this the problem?