I tried to solve this problem by distance formula and I get $\sqrt5$ . But this answer is incorrect.
2026-03-29 20:21:47.1774815707
How to find, the shortest distance from $O(0,0)$ to the line passing through $A(2,3)$ and $B(3,5)$.
716 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
$$ d=\frac{|\vec{OA}\times\vec{OB}|}{|\vec{AB}|}=\frac{|(x_A-x_O)(y_B-y_O)-(x_B-x_O)(y_A-y_O)|}{\sqrt{(x_B-x_A)^2+(y_B-y_A)^2}}\\ =\frac{|2\cdot5-3\cdot3|}{\sqrt{(3-2)^2+(2-1)^2}}=\frac1{\sqrt5}. $$