Respuesta :

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~

A expression that could be used
To find 105% of X is (x*1.05$