33.3k views
0 votes
Does anyone know how to do this??

Does anyone know how to do this??-example-1

2 Answers

4 votes
A expression that could be used
To find 105% of X is (x*1.05$
User Jobrocol
by
5.3k points
5 votes

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~

User Pcampana
by
4.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.