• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Phone number trick

falias

Golden Member
1. take the first three digits of your phone number (not area code, just phone number)
2. multiply by 80
3. then add 1
4. mulitply by 250
5. plus last four digits of your phone number
6. plus last four digits of your phone number again
7. minus 250
8. divide by 2

Should come up with your digits.:Q
 
1st 3 digits = y
last 4 digits = z

((80y+1)*250 + 2z - 250) / 2 = 10000y + z
(80y+1)*125 + z - 125 = 10000y + z
10000y + 125 + z - 125 = 10000y + z
10000y + z = 10000y + z
 
Originally posted by: diegoalcatraz
1st 3 digits = y
last 4 digits = z

((80y+1)*250 + 2z - 250) / 2 = 10000y + z
(80y+1)*125 + z - 125 = 10000y + z
10000y + 125 + z - 125 = 10000y + z
10000y + z = 10000y + z

Beat me to it.
 
Back
Top