Find the distance between the points (4, 3) and (0, 6).
Write your answer as a whole number or a fully simplified radical expression. Do not round.

Respuesta :

Answer:

d=5

Step-by-step explanation:

distance between two points d=√[(x2-x1)²+(y2-y1)²]

d=√[(0-4)²+(6-3)²]

d=√[16+3²]

=√(16+9)

=√25

=5

s1m1

Answer:

5

Step-by-step explanation:

use the distance formula for points (x1, y1) and (x2, y2)

d² = (x2 -x1)² +(y2-y1)²

for the points (4, 3) and (0, 6) we have

d² = (4-0)² +(3-6)² ; solve what is in parentheses

d² = 4² + (-3)²; square the numbers

d² = 16+9 ; add

d² = 25 ; square root both sides

d= √25

d= 5