Ah, the old well defined is never well defined issue. Perhaps.
What are the elements of Z_n? They are equivalence classes of integers such as [1], which means the set {1,n+1,2n+1,...}.
How do we add class [a] and ? We write [a+b], and similarly [a]=[ab]. This means we pick an element of the class [a] and one of and add/multiply in the integers, and take the class of the result.
The question asks you to show that the result doesn't depend on the choice of element we make. That is [1][2] should be the same as [n+1][-3n+2], or that 1*2=(n+1)*(-3n+2) mod n.
Is that helpful for you?