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?

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.

To find the shortest distance Jerome can bike to get to Aditya's house, we can use the distance formula. The formula is given by:

d = sqrt((x2 - x1)^2 + (y2 - y1)^2),

where (x1, y1) represents Jerome's coordinates and (x2, y2) represents Aditya's coordinates.

Given that Jerome lives at coordinates (-3, -2) and Aditya lives at coordinates (2, 3), we can substitute these values into the distance formula:

d = sqrt((2 - (-3))^2 + (3 - (-2))^2)
= sqrt((2 + 3)^2 + (3 + 2)^2)
= sqrt(5^2 + 5^2)
= sqrt(25 + 25)
= sqrt(50)
≈ 7.07 miles.

Therefore, the shortest distance Jerome can bike to get to Aditya's house is approximately 7.07 miles.