120k views
1 vote
Find the distance between the points (a, 0) and (0, b). StartRoot (a minus b) squared EndRoot StartRoot a squared + b squared EndRoot StartRoot (a + b) squared EndRoot StartRoot a squared minus b squared EndRoot

User ZTrix
by
4.5k points

2 Answers

2 votes

Answer:

b

Explanation:

uwu

User Mojtaba Hosseini
by
4.5k points
4 votes

Answer:


√(a^2+b^2)

Explanation:

Calculate the distance d using the distance formula

d =
\sqrt{(x_(2)-x_(1))^2+(y_(2)-y_(1))^2 }

with (x₁, y₁ ) = (a, 0) and (x₂, y₂ ) = (0, b)

d =
√((0-a)^2+(b-0)^2)

=
√((-a)^2+b^2)

=
√(a^2+b^2)

User Gooey
by
4.2k points