I have a problem with this question
is $(\mathbb{R},*)$, when $a*b=ab+a+b$ a group? If not, can you skip any element $a \in\mathbb{R} $ in that way, that $(\mathbb{R}$\{a}$,*)$ is a group?
I can prove, that $(\mathbb{R},*)$ is a binary operation, associative and it's neutral element is $0$. But I couldn't find an inverse element.
And I have no idea which element I can skip to get the other group. I tried to skip $a=0$ but it wasn't a good tip.
Thank you for your time.
Given any $a \in \mathbb R$, we want to find some $b \in \mathbb R$ such that $a * b = 0$. We need to solve for $b$ as a function of $a$. Indeed, observe that: $$ ab + a + b = 0 \iff b(a + 1) = -a \iff b = \frac{-a}{a + 1} $$ So now we know how to get the inverse of any group element. Except...I implicitly made an assumption that excludes one element from being invertible. Which is it?