Asked by JENNY

binary operation
m.n=m2+n is associative or commutative?

Answers

Answered by Steve
well, try it and see:

(a.b).c = (a^2+b).c = (a^2+b)^2 + c
a.(b.c) = a.(b^2+c) = a^2+(b^2+c)
not the same at all

a.b = a^2+b
b.a = b^2+a
not the same at all
Answered by JENNY
which one is it steve
Answered by boner
associative
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions