I've been working on Nested Fractions at the Khan Academy. Recently I was doing a routine problem and came to the correct conclusion but I realized I didn't understand why I wouldn't keep dividing. Here's what I begin with. I'm supposed to reduce it to an equivalent simplified expression. I wish I could link to the problem but I had moved on after posting here. Here's the start:
$\displaystyle \frac{(1+\frac xy)}{\frac xy}$
Part way through my problem now looks like:
$\displaystyle \frac{y\cdot(y+x)}{y(x)}$
I decide to "cancel out" the y's out side the parentheses. I end up with...
$\displaystyle \frac{y+x}{x}$
I understood this the be the right answer. But for a moment I was very tempted to cancel the remaining x's and be left with a y. Even though I do this canceling operation all the time I realized then that there is something about it I don't understand. So here I am. Can you explain why it is that I was able to cancel the y earlier but not the x near the end?
Much appreciated.
In order to "cancel" something on the top with something on the bottom, the thing must be multiplied to the top, and multiplied to the bottom. Here, this x is added to something on top, so it cannot be cancelled immediately. Sometimes, you can factor(this is the reverse of distributing, where you kind of turn addition into multiplication) something in order to get it to "cancel". One way to think about this, is rather than "cancelling", try reducing to 1, so in this case $$\frac{y(y+x)}{y(x)}=\frac yy*\frac{y+x}x$$ and $\frac yy=1 $ if $y\neq 0$, so $$\frac yy*\frac{y+x}x=1*\frac{y+x}x=\frac{y+x}x$$ This is what is actually going on when you "cancel".
Also, in this case, you cannot factor the top in any productive way, so you can't reduce anything else to 1. Thus, this is as simple of an answer as you're going to get.