If you have a factory, in that factory, you have a machine, the machine does 2 steps before giving the output, it adds 50% of the number you put in to the original number, then, it removes 50% of the number you got after the first step.
What number would you get if you put 10 in the machine?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the number we input be n.
Output
= n x (100% + 50%) x (100% - 50%)
= n x [(150%) x (50%)]
= n x (75%)
Answer
= 10 x 75%
= 7.5