Hey!
Answer: First way: x * 1.05
This computes directly what 105% of x will be.
Second way: x + (x * 0.05)
This takes x (which is 100%) and adds 5% of x to it.
Hope this helps!
~LENA~
5.7m questions
7.4m answers