I am given the following exercice.
Is the operation $x ∆ y = 2xy - 3x + 3y$ Associative on the set of real number?
In order to do this, one must check that
$(x ∆ y) ∆ z = x ∆ (y ∆ z)$
So answer provided is:
$( x ∆ y ) ∆ z =(2xy - 3x + 3y) ∆ z = 4xyz - 6xz + 6yz - 6xy + 9x - 9y + 3z$
$x ∆ (y ∆ z) = x ∆ (2xy - 3x + 3z) = 4xyz - 6xy + 6xz - 3x + 6yz - 9y + 9z$
This shows that both sides aren't the same, thus the operation is not associative.
However, I have no idea how this is done. I don't understand where to value of z if being defined or how it is calculated.
Any help would help, I'm very stuck. Thanks