I am trying to figure out how to solve percentage difference problem?
Adam, Tom and Carl are selling lemonade and customers are giving likes. Adams received 40% more likes than Carl. Tom got 20% fewer likes than Carl. By what percentage did Adam get more likes than Tom?
I am thinking Adam likes are at 140%, Tom likes are at 80%, so Adam got 140 - 80 = 60% more likes than Tom.
Is that correct?
Say, Adam, Tom and Carl has $a, t$ and $c$ amount of likes.
Then we can make some equations from the question.
$$a=1.4c$$
$$t=0.8c$$
Then to find percentage that Adam got more than Tom,
\begin{align} \frac{a}{t}&=\frac{1.4c}{0.8c} \\ &=1.75 \end{align}
So the answer is $75\%$.