Algebra, ring question with even integers

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
jasonfarley89
Messages
2
Reaction score
0
We have E the set of even integers with ordinary addition Define new multiplication * on E defined as

a*b = ab/2 where on the right hand side of the equation is just normal multiplication.

I am just a bit confused i am trying to show Associative multiplication meaning i have to show

(a*b)*c = a*(b*c)

when i do (a*b)*c am i supposed to get (ab/2)(c/2) ?? i feel like i am just doing something really stupid here

Can someone explain? Its binary operation so it can only take two elements at a time right?

also i am bit confused with distributive law,

so a*(b+c) = a(b+c)/2? i want to be equal to (ab)*(ac) = ab(ac)/2 right?

Can someone help please
 
Last edited:
Physics news on Phys.org
should it be that (a*b)*c = (ab/2) *c = ab/2(c/2) so i have ab(c/2)/2 = (abc/2)/2 = abc/4? that correct?
 
Yes, that's correct, although I might parenthesize it a little differently: [tex](a * b) * c = (ab/2) * c = ((ab/2)c)/2 = abc/4[/tex].

For the distributive law, you want [tex]a * (b + c) = a * b + a * c[/tex], not [tex]a * (b + c) = ab * ac[/tex].