by RonPurewal Thu Mar 26, 2009 5:08 am
the first step of the problem, of course, is to calculate 70% of 800, which is 560.
after you do this, the algebra isn't really that bad. you just have to realize that the number of employees who retire (call this x) must be subtracted from BOTH the 800 and the 560.
after you take away x employees:
total # employees = 800 - x
# of long-term employees = 560 - x
so, set up a proportion: (560 - x) / (800 - x) = 3 / 5
(note that 3/5 is the reduced version of the 60% percentage)
cross-multiply to solve: 2800 - 5x = 2400 - 3x
400 = 2x
200 = x
--
as the poster above has said, though, it's much easier just to PLUG IN THE ANSWER CHOICES.
try the middle choice first, as is always advisable in these sorts of problems:
new # of employees = 800 - 112 = 688
new # of long-term employees = 560 - 112 = 448
% = 448/668. this is almost 2/3, so it's too big.
this means you didn't take away enough employees.
therefore, we're down to choices (a) and (b).
try (a):
new # of employees = 800 - 200 = 600
new # of long-term employees = 560 - 200 = 360
% = 360/600 = 60%
bingo.