View Single Post
  #7  
Old 22-06-2006, 09:53 PM
Kato's Avatar
Kato Kato is offline
Burnout!
Member
 
Join Date: Jul 2005
Location: Pimp Corner
Posts: 7,079
Thanks: 7
Thanked 120 Times in 75 Posts
Kato is a guruKato is a guru
Default

Hrmm... should work all the time...

Don't read this if you want the "mystery" to be alive

./start nerd

Pick a 2 digit number:
Call the number N = 10x + y (i.e. 28 = 10 x 2 + 8)

Add the two digits together (call this S):
S = x + y

Then subtract the addition from the original number (call this Z)
Z = N - S = (10x + y) - (x + y)
=> Z = 9x

./end nerd

So the answer should always be 9 times the first digit in the number you have selected. And if you look in the chart all the 9 times table values are the same.

Ok my head hurts now... Its too late for maths
Reply With Quote