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:
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