Question 299700
    In the x,y plane, what is the distance between origin and the (4,3) point?
.
Origin is at (0,0)
.
Applying the "distance formula" to:
(0,0) and (4,3)
.
{{{sqrt((x2-x1)^2 + (y2-y1)^2)}}}
{{{sqrt((4-0)^2 + (3-0)^2)}}}
{{{sqrt(4^2 + 3^2)}}}
{{{sqrt(16 + 9)}}}
{{{sqrt(25)}}}
{{{5}}}