asked 123k views
5 votes
What is the length of segment A (2,1) B (6,6)

2 Answers

2 votes
distance formula : sqrt ((x2 - x1)^2 + (y2 - y1)^2)
(2,1)...x1 = 2 and y1 = 1
(6,6)...x2 = 6 and y2 = 6
time to sub and solve :)
d = sqrt ((6 - 2)^2 + (6 - 1)^2)
d = sqrt ((4^2) + (5^2))
d = sqrt (16 + 25)
d = sqrt 41
d = 6.40 <===
answered
User Jason Shantz
by
7.3k points
4 votes
4.7 because if you plug it in- (2,1) and (6,6) it is 4.7 units 
answered
User Valera
by
8.9k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.