I get this far
m(x+y)(x2+xy+y2)-x-y
and then I do this
m(x+y)(x2+xy+y2)-1(x+y) to get (m-1)(x+y)(x2+xy+y2) which is wrong.
I've worked out what I should have done (I think!),
(x+y)m(x2+xy+y2)-x-y
(x+y)(mx2+mxy+my2)-x-y
(x+y)(mx2+mxy+my2)-1(x+y)
(x+y)(mx2+mxy+my2-1)
The worrying thing is, I don't know WHY I can't do what I did when I went wrong
