I'm in seventh grade and my teacher wasn't able to explain this to me.
Why is $\ \frac{c}{a+b}\neq \frac ca +\frac cb,\,$ but $\ \frac{a+b}c = \frac{a}c + \frac{b}c$?
I'm sorry if this is obvious.
EDIT: thank you to everyone who responded. I think I understand fractions a lot more now. it was good to get both intuitive and algebraic answers... that really nailed the point home for me
Check for yourself by trying some numbers! For example, if $a= b =1$, then $1/(a+b) = 1/2$, while $1/a + 1/b = 2$. Since $1/2 \neq 2$, we have that $1/(a+b) \neq 1/a + 1/b$ in this case.
So clearly $a/(b+c) \neq a/b + a/c$ in general. Why, on the other hand, does $(a+b)/c = a/c + b/c$? The answer is that this really is just using the usual distributive property! I can do the following algebraic tricks: $$\frac{a+b}{c} = (a+b) \frac{1}{c} = a \frac{1}{c} + b \frac{1}{c} = \frac{a}{c} + \frac{b}{c}$$ So really, all we've done here is distributed the factor of $1/c$ over the sum $(a+b)$.
The sum $(b+c)$ in $a/(b+c)$ isn't being multiplied by anything in this expression; in fact, it's being divided by! So trying to distribute the division over this sum would be a new distributive property, and as we observed above, this property does not actually hold.