Difficulty: Easy
Correct Answer: Ned
Explanation:
Introduction / Context:
This is a simple relative-age comparison. Converting all ages to differences from a single baseline makes it easy to rank the four friends by age and identify the oldest.
Given Data / Assumptions:
Concept / Approach:
Use a reference variable for Greg’s age and express all others in terms of Greg. Then compare the offsets to determine who has the largest value (oldest).
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Ned
Discussion & Comments