Difficulty: Medium
Correct Answer: (6150, 5600)
Explanation:
Introduction:In airport engineering, the Airport Reference Point (A.R.P.) is a designated geographical position that represents the approximate center of the aerodrome. For a system of runways, a common approach is to compute the A.R.P. as the average of the midpoints of the individual runways, giving a balanced reference for charts, surveys, and navigation data.
Given Data / Assumptions:
Concept / Approach:
The midpoint of a line with endpoints (x1, y1) and (x2, y2) is ((x1 + x2) / 2, (y1 + y2) / 2). The A.R.P. is then computed as the average of all runway midpoints when multiple runways exist.
Step-by-Step Solution:
Midpoint R1 = ((5000 + 8000) / 2, (5000 + 7000) / 2) = (6500, 6000)Midpoint R2 = ((4600 + 7000) / 2, (5100 + 5300) / 2) = (5800, 5200)A.R.P. x = (6500 + 5800) / 2 = 6150A.R.P. y = (6000 + 5200) / 2 = 5600Therefore, A.R.P. = (6150, 5600)Verification / Alternative check:
The two midpoints lie reasonably close; their average must fall between them. (6150, 5600) lies between (6500, 6000) and (5800, 5200), confirming plausibility.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
(6150, 5600)
Discussion & Comments