The problem says: Find the point (coordinates $(x,y)=~?$) which is symmetrical to the point $(4,-2) $ considering the given equation $y=2x-3$ I have found the perpendicular line-slope $y=-~\frac{1}{2}x$ and the intersection point which is shown in the graph $\left(\frac{6}{5},\frac{-3}{5}\right)$
I'm somehow unable to find the $x$ and $y$ I have found the distance based on the point and point distance equation:$$d(p_1,p_2)= \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}=\sqrt{\left(\frac{6}{5}-4\right)^2+\left(-\frac{3}{5}+2\right)^2}= \frac{7\sqrt{5}}{5}$$ $$d_1=d_2=d(p_1,p_2)$$
So now I know the distance, the min. distance to the unknown point is the same.
What is the easiest way to find the symmetrical $x$ and $y$ coordinates?
(This is a high school problem)

Let $A = (4,-2)$ and $B = (\frac65, -\frac35)$, and let $C$ denote the mirror image of $A$ with respect to $B$ that we wish to find.
The key observation is that not only are the distances $d(A,B)$ and $d(B,C)$ equal, but the vectors $\vec{AB}$ and $\vec{BC}$ are parallel and of equal length, and thus also equal:
Thus, we can simply calculate: $$ \vec{BC} = \vec{AB} = B-A = \left(\frac65, -\frac35\right)-(4,-2) = \left(-\frac{14}{5}, \frac75\right) $$ and then: $$ C = B + \vec{BC} = \left(\frac65, -\frac35\right) + \left(-\frac{14}{5}, \frac75\right) = \left(-\frac85, \frac45\right).$$