48.6k views
0 votes
Let a * b = 3a + 2b for a, b e Z. Verify that * is a

commutative binary operation on Z.
[2]​

User Ore
by
4.9k points

1 Answer

1 vote

It's not commutative:

a * b = 3a + 2b

but

b * a = 3b + 2a

We have equality only for

3a + 2b = 3b + 2aa = b

User Istvanp
by
4.5k points