Bedges/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:


*take any 4-digit phone number
*take any 4-digit phone number
*rearrange those 4 numbers
*rearrange those 4 digits
*subtract the smaller number from the larger number
*subtract the smaller number from the larger number
*add the resulting 4 digits together
*add the resulting 4 digits together

Revision as of 10:24, 25 April 2006

Private Experiment #1


Method:

  • take any 4-digit phone number
  • rearrange those 4 digits
  • subtract the smaller number from the larger number
  • add the resulting 4 digits together
  • the result will be 9


Proof:

8419 - 4918 = 3501
3 + 5 + 0 + 1 = 9
7654 - 5746 = 1908
1 + 9 + 0 + 8 = 18
1 + 8 = 9