Lets start with the first case (the number is 2). Then, we get
Now, for the second case (the number is 4), the result is
Now, for 3rd case ( the number is 8), we have
And for 4th case (the number is 10) we get
a) As we can note, the result is always the same number we started with.
Then, if we represent the first number by n, the result is n.
b) Let n be the given number, then, we can write:
-Multiply the number by 2:
-Add 10 to the product:
- Divide the sum by 2:
but this is equal to
- Substract 5 from the quotient:
but (from our last result) this is equal to
which is our first number n. Thats why the answer in all cases is the same number we started with.