A computer store is placing an order for computers and tablets. Each computer costs $875, and each tablet costs $235. The store can spend at most $10,000 for these computers and tablets. The computer store has limited space for displaying the new computers and tablets. Each computer takes up 4 square feet of space, and each tablet takes up 3 square feet of space. The store has only 45 square feet of display space available for the new computers and tablets. The system of inequalities shown can be used to determine possible combinations of computers, x, and tablets, y, the store can order.

875x + 235 ≤ 10,000
4x + 3y ≤ 45

Which combination of computers, x, and tablets, y, can the computer store order?

A. (8,4)
B. (5,9)
C. (7,9)
D. (10,2)

Plug in each answer choice into the inequalities to see which one is true:

A. (8,4)
875(8) + 235(4) = 7200 + 940 = 8140 ≤ 10,000 (True)
4(8) + 3(4) = 32 + 12 = 44 ≤ 45 (True)

B. (5,9)
875(5) + 235(9) = 4375 + 2115 = 6490 ≤ 10,000 (True)
4(5) + 3(9) = 20 + 27 = 47 ≤ 45 (False)

C. (7,9)
875(7) + 235(9) = 6125 + 2115 = 8240 ≤ 10,000 (True)
4(7) + 3(9) = 28 + 27 = 55 ≤ 45 (False)

D. (10,2)
875(10) + 235(2) = 8750 + 470 = 9220 ≤ 10,000 (True)
4(10) + 3(2) = 40 + 6 = 46 ≤ 45 (False)

The only combination that satisfies both inequalities is A. (8,4)