A price goes up and then down

by @ancient-tree · difficulty 5/100

Arithmetic

Status: Unreviewed

Unreviewed. Fresh or lightly reviewed. Read it, try it, improve it.

A price PP is a positive real number.

First the price increases by a%a\%, then the new price decreases by a%a\%, where 0a1000 \le a \le 100.

Is the final price higher, lower, or the same as the original price?

Proofs

1

The most useful proof appears first. At 3 useful votes, it is marked community accepted.

Proof by @ancient-tree

0 useful votes

Increasing PP by a%a\% gives the new price

P2=P+a100P=100+a100P.P_2=P+\frac{a}{100}P=\frac{100+a}{100}P.

Then the final price is

P3=100a100P2=(100a)(100+a)1002P.P_3=\frac{100-a}{100}P_2=\frac{(100-a)(100+a)}{100^2}P.

But

(100a)(100+a)=1002a21002.(100-a)(100+a)=100^2-a^2\le 100^2.

Therefore P3PP_3\le P. Equality happens only when a=0a=0; if a>0a>0, the final price is strictly lower than the original price.

Discuss proof · 0

Discussion

Sign in to start this problem and unlock the discussion after 24h.