Sign in
QuantProblem Solving

Free GMAT Problem Solving Practice Question

PrepLattice is an independent test-preparation service and is not affiliated with or endorsed by GMAC, the organization that administers the GMAT. GMAT and GMAT Focus are trademarks of GMAC, used here only to name the exam this question is designed to prepare you for.

A logistics dispatcher's routing software flags a truck for inspection whenever the truck's recorded distance x (in miles) satisfies |2x − 20| = x − 4. What is the sum of all values of x that the software flags?

Five fresh questions every day, your progress tracked, every miss explained. Free with an account.

Answer & Explanation

Correct answer

D

Solve an absolute-value equation by splitting into its two sign cases, then check each candidate against the equation. The bars around 2x − 20 mean the quantity inside could be positive or negative, so write two cases.

Case 1 (inside is positive or zero): 2x − 20 = x − 4. Subtract x from both sides: x − 20 = −4, so x = 16. Check: |2(16) − 20| = |12| = 12, and 16 − 4 = 12. The two sides match, so x = 16 is valid.

Case 2 (inside is negative): 2x − 20 = −(x − 4) = −x + 4. Add x to both sides: 3x − 20 = 4, so 3x = 24 and x = 8. Check: |2(8) − 20| = |−4| = 4, and 8 − 4 = 4. The two sides match, so x = 8 is valid.

Both cases give a genuine solution, so the truck is flagged at x = 16 and at x = 8. The sum is 16 + 8 = 24, which is (D). The only choice that correctly handles both sign cases and adds the two valid roots is (D).