Plot a graph of y-axis against x-axis.
The graph should be a straight line passing through:
(-2,0.8) , (-1,-0.4) , (0,0) , (1,0.4) and (2,0.8)
9514 1404 393
Answer:
17. 5
18. 17
Step-by-step explanation:
The distance formula is used for the purpose.
d = √((x2 -x1)² +(y2 -y1)²)
__
17. d = √((3-6)² +(1-5)²) = √((-3)² +(-4)²) = √(9+16) = √25 = 5
The distance between the points is 5 units.
__
18. d = √((-1-7)² +(12-(-3))²) = √(64 +225) = √289 = 17
The distance between the points is 17 units.