Algebra, ring question with even integers

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: (a * b) * c = (ab/2) * c = ((ab/2)c)/2 = abc/4.

For the distributive law, you want a * (b + c) = a * b + a * c, not a * (b + c) = ab * ac.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top