Question 999118
I'll do part A to get you started



A)


Closure under addition

Let
z = a+b*sqrt(3)
w = c+d*sqrt(3)
where a,b,c,d are integers


We need to show that z+w can be written in the form x+y*sqrt(3) where x and y are integers.  


z+w = (z) + (w)
z+w = (a+b*sqrt(3)) + (c+d*sqrt(3))
z+w = a+b*sqrt(3) + c+d*sqrt(3)
z+w = a+c+b*sqrt(3)+d*sqrt(3)
z+w = (a+c)+(b*sqrt(3)+d*sqrt(3))
z+w = (a+c)+(b+d)*sqrt(3)


The last equation is in the form x+y*sqrt(3) where x = a+c and y = b+d
a+c and b+d are integers, so x & y are integers.


This proves the set X is closed under addition.


-------------------------------------------------------


Closure under multiplication



Let
z = a+b*sqrt(3)
w = c+d*sqrt(3)
where a,b,c,d are integers


We need to show that z*w can be written in the form x+y*sqrt(3) where x and y are integers.



z*w = (z)*(w)
z*w = (a+b*sqrt(3))*(c+d*sqrt(3))
z*w = a*(c+d*sqrt(3))+b*sqrt(3)*(c+d*sqrt(3))
z*w = a*c+a*d*sqrt(3)+b*sqrt(3)*c+b*sqrt(3)*d*sqrt(3)
z*w = a*c+a*d*sqrt(3)+b*sqrt(3)*c+b*d*sqrt(3)*sqrt(3)
z*w = a*c+a*d*sqrt(3)+b*sqrt(3)*c+b*d*sqrt(3*3)
z*w = a*c+a*d*sqrt(3)+b*sqrt(3)*c+b*d*sqrt(9)
z*w = a*c+a*d*sqrt(3)+b*sqrt(3)*c+b*d*3
z*w = a*c+a*d*sqrt(3)+b*sqrt(3)*c+3bd
z*w = (ac+3bd)+(ad*sqrt(3)+bc*sqrt(3))
z*w = (ac+3bd)+(ad+bc)*sqrt(3)


The last equation is in the form x+y*sqrt(3) where x = ac+3bd and y = ad+bc
ac+3bd and ad+bc are integers, so x & y are integers.


This proves the set X is closed under multiplication.