To find the shortest distance Jerome can bike to get to Aditya's house, we can use the distance formula.
The distance formula is given by:
d = √((x2 - x1)^2 + (y2 - y1)^2)
Where (x1, y1) represents Jerome's coordinates (-3, -2) and (x2, y2) represents Aditya's coordinates (2, 3).
Using this formula, we can calculate the distance:
d = √((2 - (-3))^2 + (3 - (-2))^2)
= √((2 + 3)^2 + (3 + 2)^2)
= √(5^2 + 5^2)
= √(25 + 25)
= √50
≈ 7.071
Therefore, the shortest distance Jerome can bike to get to Aditya's house is approximately 7.071 miles.
Jerome lives at coordinate (-3, -2). His best friends Aditya lives at coordinates (2, 3). What is the shortest distance he can bike in miles to get to Aditya's house?
1 answer