Answer:
See below.
Explanation:
The fact that the points are on opposite sides of the y-axis does not affect the process of finding the distance between the two points. The distance between two points in a two-dimensional coordinate system can be found using the distance formula, which is based on the coordinates of the two points and does not depend on which side of the y-axis they lie. The distance formula is:
d = sqrt((x2 - x1)^2 + (y2 - y1)^2)
where (x1, y1) and (x2, y2) are the coordinates of the two points, and d is the distance between them. The formula involves squaring the differences between the x-coordinates and the y-coordinates of the two points, and then taking the square root of the sum of the squares. The process remains the same regardless of which side of the y-axis the points are located.