GMAT Club Official Solution:A cafe tracked the number of online orders over three consecutive days. If on the second day, the number of orders was greater than it was on the first day, and on the third day, the number of orders was less than it was on the second day, was the number of online orders on the third day greater than the number on the first day?Let the percent increase from day 1 to day 2 be x, and let the percent decrease from day 2 to day 3 be y. If the number of online orders on the first day was N, then the number on the third day was
N(1 + x/100)(1 - y/100)
We want to know whether this was greater than N:
N(1 + x/100)(1 - y/100) > N
Since N > 0, divide both sides by N:
(1 + x/100)(1 - y/100) > 1
Expand:
1 + x/100 - y/100 - xy/10000 > 1
x - y - xy/100 > 0
So the question is whether x - y - xy/100 is positive.
(1) The percent increase in the number of online orders from the first day to the second day was greater than the percent decrease in the number of online orders from the second day to the third day.
This tells us that x > y.
If y is very close to 0 and x is some large enough number, then x - y - xy/100 = x - (a number close to 0) - (a number close to 0) ≈ x, so positive.
However, if x = 60 and y = 50, then x - y - xy/100 = 60 - 50 - 3000/100 = -20, so negative.
Not sufficient.
(2) The percent increase in the number of online orders from the first day to the second day was three times the percent decrease in the number of online orders from the second day to the third day.
This gives x = 3y. Substitute into the question:
Is x - y - xy/100 > 0?
Is 3y - y - 3y^2/100 > 0?
Is y(2 - 3y/100) > 0?
Since y > 0, divide both sides by y:
Is 2 - 3y/100 > 0?
If y is close to 0, this expression is positive.
However, if y is large enough, the expression becomes negative.
Not sufficient.
(1) + (2): Statement (2) already includes statement (1), because if x = 3y (and y > 0), then x > y automatically. So statement (1) adds nothing to statement (2). Since statement (2) is insufficient, the two statements together are also insufficient.
Answer: E.