62.9k views
4 votes
Find the distance between the points (a, 0) and (0, b).

User RDK
by
3.7k points

2 Answers

6 votes

Answer:

its the second option

Explanation:

i took the quiz on edge

User Sbrichards
by
4.7k points
3 votes

Answer:

d = sqrt( a^2 + b^2)

Explanation:

Formula

d = sqrt( (x2 - x1)^2 + (y2 - y1)^2 )

Givens

x1 = a

x2 = 0

y1 = 0

y2 = b

Solution

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

d = sqrt( a^2 + b^2)

which is another way of writing the Pythagorean theorem.

User Chathuri Fernando
by
4.8k points