Hi Janet,
Apply the midpoint formula, but do it essentially in reverse. Midpoint is known, so:
(-2, -2) = (x1 + x2)/2, (y1+y2/2)
x1, y1 are coordinates of point a; x2, y2 are coordinates of point b.
Let's start with the x-coordinate--you know the midpoint and the x-coordinate of point a, so solve for x2:
-2 = (-3 + x2)/2
-4 = -3 +x2
x2= -1
Now, for the y-coordinate--you know the midpoint and the y-coordinate of point a:
-2 = (-6 + y2)/2
-4 = -6 +y2
y2=2
Point b coordinates are (-1,2).
I hope this helps.