Answer:
6
Step-by-step explanation:
Input Data :
Point 1 ( x A , y A ) = (-1, 6)
Point 2 ( x B, y B ) = (5, 6)
Objective :
Find the distance between two given points on a line?
Formula :
Distance between two points = √ ( x B − x A ) 2 + ( yB −y A ) 2
Solution :
Distance between two points = √ ( 5 − − 1 ) 2 + ( 6 − 6 ) 2
= √ 6 ^2 +0^ 2
= √ 36 + 0
= √ 36 = 6
Distance between points (-1, 6) and (5, 6) is 6