Bunuel
The East-17 pre-school is upgrading all of his classrooms by buying 46 computers, 6 printers and 5 fax machines. If a computer costs 4 times more than a printer and 2 times more than the fax machine, what percent of the cost of the entire purchase was the cost of one computer, 2 printers and 1 fax machine?
A. 1%.
B. 2%.
C. 3%.
D. 4%.
E. 5%.
This problem gives us only relative, not concrete values, and asks for a percentage. In such cases, it's often helpful to pick 100 in order to simplify calculations.Since 46 computers, 6 printers, and 5 fax machines represent the entire purchase (100%),
set their sum equal to 100:46c + 6p + 5f = 100
Then, since a computer costs 4 times as much as a printer and twice as much as a fax machine:
c = 4p = 2f
Now, pick one of the variables to convert the others in terms of. Choose whichever seems easiest. If we choose f, then we also know that:
p = f/2
Then replace c and p with f:
46(2f) + 6(f/2) + 5f = 100
92f + 3f + 5f = 100
100f = 100
f = 1
The question asks for the percentage of the entire cost represented by c + 2p + f. This is equivalent to:
2f + f + f = 4f = 4(1) = 4
Since you chose 100 as the total cost, the answer is simply 4/100 or 4%.
Choice D is correct.On percent problems with no concrete values, picking 100 can make the problem easier to visualize and calculate.