Let $*$ denote the binary operation defined on the set $\Bbb Z$ of integers, where
$$x * y = 3xy - 5x - 5y + 10$$
for all integers $x$ and $y$. Prove that $\Bbb Z$, with the binary operation $*$, is a monoid. What is the identity of the monoid? Find all invertible elements of the monoid. Is the monoid a group?
I dont understand how to use $x*y*z$ to find if it is a monoid or not. after the first step: $$x * y * z = (3xy - 5x - 5y + 10)*z$$ I am confused as to what $z$ should equal for this equation.
The symbol $x$ when you write $x*y$ should be allowed to stand for any integer $x$, even one written in a complicated form. So to compute
$$ (3xy - 5x - 5y + 10) * z, $$
you take the formula for $x*y = 3xy - 5x - 5y + 10$ that you were given, and on the right side, substitute $3xy-5x-5y+10$ for 'x' and z for 'y'.