Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
For all x,y element of real number, define * by x*y=x+y-4?
Show that * is a binary operation on the Real number
Show that <R, *> is a group
Is <R,*> abellian?
Note: R is the real number
1 Answer
- ?Lv 71 decade agoFavorite Answer
CLOSURE: * is a binary operation on the set of real numbers since x*y = x+y-4 is a real number for all real numbers x and y.
ASSOCIATIVITY:
Let x, y, z, be real numbers.
(x*y)*z = (x+y-4)*z = (x+y-4)+z-4 = x+y+z-8
x*(y*z) = x*(y+z-4) = x+(y+z-4)-4 = x+y+z-8
So (x*y)*z = z*(y*z) for all real numbers x, y, and z
IDENTITY ELEMENT
4 is the identity element.
Proof:
Let x be a real number. Then
x*4 = x+4-4 = x and
4*x = 4+x-4 = x
So x*4 = 4*x = x for all real numbers x.
INVERSE ELEMENT
The inverse element of x is 8-x.
Proof
Let x be a real number. Then
x*(8-x) = x + (8-x) - 4 = 4
(8-x)*x = (8-x) + x - 4 = 4
So x*(8-x) = (8-x)*x = 4 where 4 is the identity element.
So <R,*> is a group.
Let x and y be real numbers. Then
x*y = x + y -4 = y + x - 4 = y*x
So <R, *> is an abelian group.