SOLUTION: what is the distance between the points (4 5) and (1 1)
Algebra
->
Sequences-and-series
-> SOLUTION: what is the distance between the points (4 5) and (1 1)
Log On
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
Question 1024309
:
what is the distance between the points (4 5) and (1 1)
Answer by
fractalier(6550)
(
Show Source
):
You can
put this solution on YOUR website!
The distance formula is used here:
Plugging in we get
d = sqrt((4-1)^2 + (5-1)^2)
d = sqrt(3^2 + 4^2)
d = sqrt(9+16) = sqrt(25) = 5