Respuesta :
Given two points, A(x₁,y₁) and B(x₂,y₂) the distance beetween these points will be:
dist (A,B)=√((x₂-x₁)²+(y₂-y₂)²)
Data:
(3, 1.3)
(3, 2.4)
Distance=√((3-3)²+(2.4-1.3)²)=√((0)²+(1.1)²)=√1.21≈1.1.
Answer: The distance between the two points is 1.1
dist (A,B)=√((x₂-x₁)²+(y₂-y₂)²)
Data:
(3, 1.3)
(3, 2.4)
Distance=√((3-3)²+(2.4-1.3)²)=√((0)²+(1.1)²)=√1.21≈1.1.
Answer: The distance between the two points is 1.1