Hi,
Couldn't find this problem on the forum after searching...
Data Sufficiency Problem:
Martha bought an armchair and a coffee table from an auction and sold both items at her store. Her gross profit from the purchase and sale of the armchair was what percent greater than the gross profit from the purchase and sale of the coffee table?
Statement 1) Martha paid 10 percent more for the armchair than the coffee table.
Statement 2) Martha sold the armchair for 20 percent more than she sold the coffee table.
Answer is E (Neither is sufficient)
Working it out myself, I think I understand why but can someone please validate my reasoning and ensure I haven't over complicated this?
Chair purchase price = Cp
Chair sell price = Cs = (x/100)*Cp (where x should be greater than 100)
Table purchase price = Tp
Table sell price = Ts = (y/100)*Tp (where y should be greater than 100)
Profit on Chair = Pc = Cs - Cp
Profit on table = Pt = Ts - Tp
[(Pc - Pt) / Pt ] * 100 = ? (This is what the question is asking for)
...drill down some more using eqns above you get:
[[(Cs - Cp) - (Ts - Tp)] / (Ts - Tp) ] *100 = ?
...continue to drill down you get the Rephrased Question (RP)...
[[(Cp * x/100 - Cp) - Tp * y/100 - Tp)]/(Tp*y/100 - Tp)]*100=?
From Statement 1: Cp = Tp (110/100)
...Putting this into the RP above, all of the Cp's (or Tp's depending on which you use) will cancel but you are still left with x and y...therefore INSUFFICIENT
From Statement 2: Cs = Ts (120/100)
...Although I didn't explicitly write a rephrased equation above in terms of Cs and Ts, using the same logic discussed in statement 1, all Cs (or Ts) terms would cancel but you would still be left with x and y...therefore INSUFFICIENT
Combining statements: x and y are still unknown...therefore INSUFFICIENT (Answer E)
Is this correct? Is there a simpler way to recognize this?