Given a point $\left(x_1,y_1\right)$(x1,y1) and a line $Ax+By+C=0$Ax+By+C=0, what formula can we use to find the perpendicular distance $d$d between the point and the line?
$d=\frac{\left|Ax_1+By_1+C\right|}{\sqrt{A^2-B^2}}$d=|Ax1+By1+C|√A2−B2
$d=\frac{\left|Ax_1+By_1+C\right|}{\sqrt{A^2+B^2}}$d=|Ax1+By1+C|√A2+B2
$d=\frac{\left|Ax_1-By_1+C\right|}{\sqrt{A^2+B^2}}$d=|Ax1−By1+C|√A2+B2
$d=\frac{\left|Ax_1-By_1+C\right|}{\sqrt{A^2-B^2}}$d=|Ax1−By1+C|√A2−B2
Find the perpendicular distance from the origin to the line $4x+7y+5=0$4x+7y+5=0.