asked 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$
answered
User Jobrocol
by
8.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~

answered
User Pcampana
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.