Difficulty: Easy
Correct Answer: if x < y
Explanation:
Introduction / Context:
Two quadratics with easily factorable forms allow immediate determination of greater roots. We then compare those values directly.
Given Data / Assumptions:
Concept / Approach:
Factorization and identification of the larger root for each equation.
Step-by-Step Solution:
Verification / Alternative check:
Numeric comparison is straightforward; no alternative method needed.
Why Other Options Are Wrong:
They contradict the ordering 4 < 5.
Common Pitfalls:
Accidentally picking the smaller root 4 for y instead of 5; the prompt specifies the greater root.
Final Answer:
if x < y
Discussion & Comments