Answer:
We know that the x-coordinate of point A is -11, and that the distance between point A and point B is 15 units. Let's call the y-coordinate of point A "y". Then we can use the distance formula to find the two possible values of y:
d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
where (x1,y1) = (-11,y) is the coordinates of point A, and (x2,y2) = (1,2) is the coordinates of point B. Substituting the values, we get:
15 = sqrt((-11 - 1)^2 + (y - 2)^2)
15 = sqrt(144 + (y - 2)^2)
15^2 = 144 + (y - 2)^2
225 = 144 + (y - 2)^2
81 = (y - 2)^2
y - 2 = ±9
y = 2 ± 9
So the possible coordinates of point A are (-11,11) and (-11,-7).