Problema Solution
I start with a number and subtract 2 from it. Then I take 300% of the result and get back the number I started with. What is that number?
Answer provided by our tutors
I start with a number and subtract 2 from it. Then I take 300% of the result and get back the number I started with. What is that number?
You start with x.
I - x-2
II - 3(x-2)
3(x-2) = x
3x - 6 = x
2x = 6
x = 3