16Hit1600
AlgebraEasyTesting ordered pairs in a system of inequalities

Algebra practice question

A school robotics club is buying parts for a competition. Sensors cost $12 each and motors cost $20 each. The club can spend no more than $200 in total, and it must buy at least 8 parts altogether. If x is the number of sensors and y is the number of motors purchased, then 12x + 20y ≤ 200 and x + y ≥ 8.

Which ordered pair (x, y) satisfies both conditions?

  1. A. (3, 4)
  2. B. (5, 5)Correct
  3. C. (6, 7)
  4. D. (2, 9)

Answer: B. (5, 5)

For (5, 5): 12(5) + 20(5) = 60 + 100 = 160 ≤ 200, and 5 + 5 = 10 ≥ 8, so both conditions hold. Choice A satisfies the cost condition (36 + 80 = 116) but has only 3 + 4 = 7 parts, so it fails the 'at least 8 parts' condition — the error of checking the budget only. Choice C has 13 parts but costs 72 + 140 = 212 > 200, the error of checking the part count only. Choice D costs 24 + 180 = 204 > 200; it appears to work only if the prices are swapped (12·9 + 20·2 = 148), the error of attaching each price to the wrong variable.

Why the other answers are wrong

A. (3, 4)
The cost works (36 + 80 = 116 ≤ 200), but you didn't check the second condition: 3 + 4 = 7 parts, which is fewer than the required 8.
C. (6, 7)
You checked the part count (6 + 7 = 13 ≥ 8) but not the cost: 12(6) + 20(7) = 212, which is over the $200 limit.
D. (2, 9)
This only works if you attach the prices to the wrong variables. With sensors at $12 and motors at $20, the cost is 12(2) + 20(9) = 204, which exceeds $200.

More Algebra questions

Not affiliated with the College Board. SAT is a trademark of the College Board.