I realize this is probably a really trivial question but it's been something I've been curious about for a while now. If I have the following equation:
$$ \\8x^7y^6(9-x-y)^2=x^8y^62(9-x-y) $$
and I want to simplify it, which method is correct, cancelling out the common terms like this:
$$ \\4(9-x-y)=x $$
Or, factorizing like this:
$$ \\8x^7y^6(9-x-y)^2-x^8y^62(9-x-y)=0 $$
$$ \\2x^7y^6(9-x-y)(36-5x-4y)=0 $$
Thanks!
Factorizing is the correct method, because cancelling out means you are dividing which is something you cannot do since $x,y$ or $(9-x-y)$ could be equal to zero.
After your factorization, you can easily see that $x$ or $y$ could be zero and $(9-x-y)$ can be zero too.