i am currently working on a mathematics exercise out of my book.
What I basically can not get into my head yet, is when I am allowed to reduce a fraction and when not. In german there is a saying going like " out of sums/differences only the dumb reduce" (it makes sense in german as it would then rhyme).
For example
$$\frac{ 6a^{ 4 } b^{ 2 }c^{ 2 }}{6a^{ 4 }bc-9a^{ 4 }b }$$
results into
$$\frac{ 6bc^{ 2 } }{6c-9 }$$ As you can see $$a^{ 4 }$$ has been reduced. Would it now be possible to reduce the fraction further by $c$? My book and an online algebra calculator gives me the following end result: $$\frac{2bc^2 }{2c-3 }$$ Why can't I now reduce the fraction by $c$? I have looked up some german math pages and video on this topic already, they would say it is because $$2c-3$$ is a difference. But isn't $$6a^{ 4 }bc-9a^{ 4 }b$$ a difference just as well? In general: when can I reduce a fraction and when not? Would be nice if you could include pages that explain this topic in general, I did not find anything covering this topic specifically.
Thanks.
It helps to understand exactly what "reducing" means and why it works. Note that multiplying any number by $1$ does not change its value. When you reduce all you're doing is multiplying the fraction by another fraction equivalent to $1$. Observe,
$$\frac{ 6a^{ 4 } b^{ 2 }c^{ 2 }}{6a^{ 4 }bc-9a^{ 4 }b }\cdot\frac{1/(3a^4b)}{1/(3a^4b)}=\frac{2bc^2}{2c-3}$$
since $\frac{1/(3a^4b)}{1/(3a^4b)}=1$ (assuming $3a^4b\neq0$). Do you see why this works?
However, if you try to multiply by $\frac{1/c}{1/c}$ it doesn't work nicely:
$$\frac{2bc^2}{2c-3}\cdot\frac{1/c}{1/c}=\frac{2bc}{2-3/c}$$
Of course this is a valid equation (assuming $c\neq0$), but fractions within fractions are kind of ugly and usually not what you want.
You can cancel nicely if the thing you're cancelling by is a factor of all terms in the numerator and denominator, if they are a sum or difference.