Q1.
Think of any number. Now multiply it by 2. Add 10. Divide by 2. Now subtract the original number you thought of. Finally, add 3. I predict that you now have 8. Am I correct? Can you explain why the trick works? [Hint: Denote the first number thought of by x.]
Answer
Yes, the prediction is always correct — the answer is 8 whatever number you start with.
Let the number you think of be x, and follow the steps in algebra.
| Step | Expression | If x = 7 | If x = 100 |
|---|---|---|---|
| Think of a number | x | 7 | 100 |
| Multiply it by 2 | 2x | 14 | 200 |
| Add 10 | 2x + 10 | 24 | 210 |
| Divide by 2 | x + 5 | 12 | 105 |
| Subtract the original number | x + 5 − x = 5 | 5 | 5 |
| Add 3 | 5 + 3 = 8 | 8 | 8 |
Why it happens: look at the fourth line. Dividing 2x + 10 by 2 gives x + 5 — both terms are halved, which is why the 10 becomes 5. Now the expression carries exactly one x, and the next step takes that x away. From that moment the number you chose has vanished completely, so the finish, 5 + 3 = 8, cannot depend on it. This is what algebra is for: one line of symbols proves a fact about every starting number at once, which no amount of testing could do.
Check it yourself: try a negative number. x = − 6 → − 12 → − 2 → − 1 → − 1 − (− 6) = 5 → 8. ✓ It even works with fractions.