The coordinates on a map for San Francisco are (53, 17) and those for Sacramento are (123, 78). Note that coordinates represent miles. Find the distance between the cities to the nearest mile.
Answer
π Coordinate Geometry β Finding the Distance Between Two Cities
πΊοΈ Step 1: Identify the Coordinates
- San Francisco: (53, 17)
- Sacramento: (123, 78)
Each pair (x, y) represents a point in miles on the map.
π Step 2: Use the Distance Formula
The formula to calculate the distance between two points is:
Distance = β[(xβ β xβ)Β² + (yβ β yβ)Β²]
βοΈ Step 3: Plug in the Values
Distance = β[(123 β 53)Β² + (78 β 17)Β²]
= β[(70)Β² + (61)Β²]
= β[4900 + 3721]
= β[8621] β 92.8 miles
= β[(70)Β² + (61)Β²]
= β[4900 + 3721]
= β[8621] β 92.8 miles
β Final Answer:
The distance between San Francisco and Sacramento is approximately 93 miles.
π‘ Tip: The distance formula is based on the Pythagorean Theorem and is essential for solving coordinate geometry problems in real-world contexts like maps and navigation.
