Difficulty: Easy
Correct Answer: 34
Explanation:
Introduction / Context:Partition problems with a linear condition are routine applications of two equations in two unknowns. Here, the total is fixed at 54 and a weighted sum equals 780. We will solve for the parts and identify the larger one.
Given Data / Assumptions:
Concept / Approach:Use substitution from x + y = 54 ⇒ y = 54 − x, then plug into the second equation and solve for x. This produces an exact integer solution, making identification of the larger part direct.
Step-by-Step Solution:
10x + 22(54 − x) = 78010x + 1188 − 22x = 780−12x = −408 ⇒ x = 34y = 54 − 34 = 20. Larger part = 34Verification / Alternative check:Compute 10*34 + 22*20 = 340 + 440 = 780, matching perfectly, while x + y = 54 holds.
Why Other Options Are Wrong:
Common Pitfalls:Mixing up which variable you substituted, or solving 10x + 22y = 780 without using x + y = 54. Always leverage both equations.
Final Answer:34
Discussion & Comments