Difficulty: Easy
Correct Answer: x = y
Explanation:
Introduction / Context:
We are given two linear equations in x and y and asked to compare their values. The most reliable approach is to solve the system exactly and then compare the numerical values. The answer codes are provided explicitly to avoid ambiguity common in comparison problems.
Given Data / Assumptions:
Concept / Approach:
Use elimination or substitution to solve the simultaneous linear equations. Then compare the found x and y to select the appropriate code (A, B, C, or D).
Step-by-Step Solution:
Verification / Alternative check:
Check in II: 12*19 − 14*19 = (12 − 14)*19 = −2*19 = −38, which matches II exactly.
Why Other Options Are Wrong:
Common Pitfalls:
Arithmetic slips during elimination (especially sign errors when subtracting). Always verify by substituting the result into both equations.
Final Answer:
Discussion & Comments