Originally posted by: zanieladie
> 1. Grab a calculator. (you won't be able to do this one in your head)
> 2. Key in the first three digits of your phone number (NOT the area code)
I'm calling this variable "a".
> 3. Multiply by 80
80 * a
> 4. Add 1
80a + 1
> 5. Multiply by 250
250(80a+1)= 20000a + 250
> 6. Add the last 4 digits of your phone number
20000a + 250 + b
> 7. Add the last 4 digits of your phone number again.
20000a + 250 + 2b
> 8. Subtract 250
20000a + 2b
> 9. Divide number by 2
10000a + b
> Do you recognize the answer?
Yes. My first three digits shifted left 4 digits + my last 4 digits = my phone number.
Just thought I'd post something hopefully helpful to those who don't understand why it works... Simple algebra, folks.
Edit: Urgh... I spent too much time formatting my post.
dullard beat me too it. Oh well.
