|
Originally Posted by Expertgamer
Lessee...
Ah I think I got one:
Take a random number. Doesn't matter which one! The answer is always the same!
Now, solve this question:
(insert your number here) * (same number) + (same number) / (same number) - (same number) = ???
|
You need more parenthesis, as division takes precedence over addition. Don't they teach Order of Operations in math classes any more? The correct syntax is (n * n + n) / n - n
And it works because of a simple algebraic simplification. (n*n + n)/n is n + 1. (n+1)-n = 1.
Jam it back in, in the dark.