RonPurewal wrote:
@ mikrodj: good analysis, but that's FOUR variables. that's a lot of variables; usually, that's walking death, as far as time management is concerned, once you start to have that many variables in one problem.
all you need is two variables: J for the original price of the jacket, and S for the original price of the shirt.
then the sale prices are 0.85J and 0.8S, respectively.
so it's:
What is J - S ?
(1) 0.85J = 0.9S + 83
(2) J = 140
this is somewhat unusual, in that the correct answer is actually (c), which is the "naive guess" (just substitute #2 into #1).
--
of note, however, is the fact that, if both sales were the same % discount, then the answer would be (a), not (c).
for instance, let's say both sales are 15% off, rather than one 15% and one 10%.
in that case, statement (1) becomes 0.85J = 0.85S + 83, which can be rearranged to 0.85(J - S) = 83. in that case, we can isolate (J - S), so in that case (1) would be sufficient!
Timing was always my problem :). When I took the test I spent four minutes with the first question and had to guess blindly the last three. I managed to score 50, but please don't do what I did.