Given the point (-5,-2)
symmetric to this point with respect to the x-axis
When a point reflects in x axis then
(x,y) -> (x, -y)
So symmetric with respect to the x-axis (-5,-2) -> (-5, 2)
symmetric to this point with respect to the y-axis
When a point reflects in y axis then
(x,y) -> (-x, y)
So symmetric with respect to the y-axis(-5,-2) -> (5, -2)
symmetric to this point with respect to the origin
When a point reflects in origin then
(x,y) -> (-x, -y)
So symmetric with respect to the origin (-5,-2) -> (5, 2)