-2

For every $a, b$ belongs to $G$ $a*b=ab/2$ I have to find out whether $(G, *)$ is an abelian group or not I have gone up to identity but stuck at inverse please someone help

tarun8572
  • 31
  • 1
  • 9

1 Answers1

0

The inverse of an element $a\in G$ is $\frac{4}{a}$, which is to say $a^{-1}=\frac{4}{a}$. The reason why is because $a*b=2\Leftrightarrow \frac{ab}{2}=2\Leftrightarrow b=\frac{4}{a}$. The clue is to look that the identity element is $2$ and just find which circumstances imply $ab=2$.

Yeipi
  • 513