Key in the first three digits of your phone number (NOT the area code)
Multiply by 80
Add 1
Multiply by 250
Add the last 4 digits of your phone number
Add the last 4 digits of your phone number again.
Subtract 250
Divide by 2
If you do not recognize the answer, you made a mistake!
It’s pretty nice but I’m not that impressed. I get the feeling that things are cancelling out but you can’t see that on a calculator. So I pull out a piece of paper and try to work out the problem. The problem is, I can’t get everything to cancel out! I must be missing something!
x = first 3 numbers of your phone number
y = last 4 numbers of your phone number
I started with the followng formula:
((80x+1)250+2y-250)/2=x+y
I end up with: 500x+y=x+y
Then I removed a paranthesis:
(80x+1*250+2y-250)/2=x+y
and now I end up with: 40x+y=x+y
I can see how the 250’s & the 2y cancel out but that 80 throws me off.
Anyone have ideas?
What everyone else has said without words is that in your example, using X for your prefix and Y for your extension, inputting X and then Y is not equivalent to X + Y; it is equivalent to 10000x + y.
What I mean is this: Your phone number (123-4567) is not 123+4567, it is (123 * 10000) + 4567. You forgot this when you set up the equation, which should read ( 250 ( 80x + 1 ) + 2y - 250) / 2 = 10000x + y .
Of course, it only works if you have a 7 digit phone number. We have 8 digit numbers here in Australia and so the algorithm did not return the correct result.