If a positive integer $m$ was increased by $20$%, decreased by $25$%, and then increased by $60$%, the resulting number would be what percent of $m$?
A common step-by-step calculation will take time.
After $20$% increase, $6m/5$.
After $25$% decrease, $9m/10$.
After $60$% increase, $144m/100$.
Finally, $m \cdot \frac{x}{100} = \frac{144m}{100} = 144$%
what is the faster (or, fastest) method to solve this?
The quickest way to do this is to dispense with algebra, and instead of calling your original amount $m$, call it $100$.
A $20\%$ increase turns $100$ into $120$.
A $25\%$ decrease takes off $1/4$ of that, leaving $90$.
A $60\%$ increase adds $6/10$ of $90$, which is $6\times 9$, which is $54$. Thus, $90+54=144$.
Since you started with $100$ and ended with $144$, that's a $44\%$ increase.