On a coordinate grid, your campsite is located at (2,-10) and the next checkpoint station is located at (0,-3). Each unit in the coordinate plane represents 1.4 miles. Find the distance you have to hike to reach the next checkpoint station.
1
Expert's answer
2020-10-07T15:52:17-0400
Location of Campsite = (2, -10)
Location of Checkpoint Station = (0, -3)
.∴ x1 = 2 ; y1 = -10
x2 = 0 ; y2 = -3
1 unit = 1.4miles
let, the distance between campsite and checkpoint station = r
from, distance between 2 points = (x2−x1)2+(y2−y1)2
r = (x2−x1)2+(y2−y1)2
r = (0−2)2+(−3−(−10))2
r = (−2)2+(−3+10)2
r = 4+(−7)2
r = 4+49
r = 53
r = 7.28 units
∴ the distance between campsite and checkpoint station = 7.28 units
However since 1 unit = 1.4 miles,
7.28 units = 1.4 × 7.28 = 10.192 miles
∴ the distance between campsite and checkpoint station = 10.192 miles
Comments