Let $Y=\left\{(a,b)\in\mathbb{R}\times\mathbb{R}\ |\ a\ne 0\right\}$. Given $(a,b),(c,d)\in Y$, define $(a,b)∗(c,d)=(ac,ad+b)$. Prove that $Y$ is a group with the operation $*$.
I already did the proof that $*$ is an operation on $Y$. To prove that $Y$ is a group with the operation $*$ I do the follow:
Associative proof: \begin{align} \left((A,B)*(C,D)\right)*(E,F) &= (A,B)*\left((C,D)*(E,F)\right) \\ (AC,AD+B)*(E,F) &= (A,B)*(CE,CF+D) \\ (ACE,ACF+AD+B) &= (ACE,ACF+AD+B) \end{align}
Y has an identity proof: Suppose the inverse is $(I,J)$. We should have $(A,B)*(I,J)=(A,B)$ and $(I,J)*(A,B)=(A,B)$.
If we have $AI=A$, then $I=1$, and if $AJ+B=B$, then $J=0$ so we get that $(1,0)$ is the identity element. Therefore, $(1,0)*(A,B)=(1A,1B+0)=(A,B)$.
Inverse proof: We should find $(X,Y)$ so that $(X,Y)*(A,B)=(1,0)=(A,B)*(X,Y)$.
We have that $XA=1$ or $X=1/A$ and $XB+Y=0$ or $Y=-XB=-B/A$.
So inverse is $(1/A,-B/A)$. Since $A$ is not zero, we have the inverse as an element of \mathbb{R}\times\mathbb{R}. $(A,B)(1/A,-B/A)=(A*1/A,((A*-B)/A)+B)=(1,0).$
Hence $*$ as a binary operation is a group. We find that $(a,b)*(c,d) = (ac,ad+b)$.
Is all this correct?
This basically seems OK, but there are a few things that need improving: