Mystical Ball - Uncover the Mysteries

  • Thread starter Thread starter darkar
  • Start date Start date
  • Tags Tags
    Ball
AI Thread Summary
The discussion centers around the accuracy of a digital game that appears to predict outcomes based on user input. Participants analyze the mechanics behind the game, revealing that it operates on simple mathematical principles. When a two-digit number is entered, the game calculates a result by subtracting the sum of the digits from the original number. This process consistently leads to a limited set of outcomes, specifically multiples of nine, which are all represented by the same symbol in the game. Users are encouraged to test the game by entering various numbers, confirming that regardless of the initial input, the result will always correspond to one of these predetermined symbols. The consensus is that the game is a modern iteration of classic mind-reading tricks, relying on predictable mathematical patterns rather than any supernatural abilities.
darkar
Messages
187
Reaction score
0
http://www.mysticalball.com/

this is weird, it turned out to be quite accurate when i play with it.
How? How they do tat? Any theory behind this?
 
Physics news on Phys.org
Its simple maths. If you do the sum it gives you, there are realatively few answers that it can give, and all these answers are assigned the same symbol on the chart, and then brings up that symbol when you click it.

Try working out more than one number before you click on the ball, and see if they all come up as the same symbol.
 
Last edited:
An even simpler way to root out the trick here is to try the same number several times in a row. Try doing the example (23) several times. Your answer is always 18. But do you notice anything odd? On any given try, 18 in the chart is always the symbol that appears in the ball.



The key then is to realize that, no matter what initial number you picked, only certain answers will apply:

Code:
99 : 9+9 = 18 : 99-18=[B]81[/B] 
98 : 9+8 = 17 : 98-17=[B]81[/B] 
97 : 9+7 = 16 : 98-16=[B]81[/B] 
96 : 9+6 = 15 : 98-15=[B]81[/B]  
...
90 : 9+0 =  9 : 99-9 =[B]81[/B] 
89 : 8+9 = 17 : 89-17=[B]72[/B]
88 : 8+8 = 16 : 88-16=[B]72[/B]
...
80 : 8+0 = 8  : 80-8 =[B]72[/B]
Note that both 81 and 72 are the same symbol, as are 63, 54, 45 etc. This repeats all the way down to 0.

No matter what initial number you choose, it is going to result in one of those few special answers.
.
 
DaveC426913 said:
no matter what initial number you picked, only certain answers will apply
It's basically just a computerized version of one of the old stage 'mind-reader' tricks.
 
Danger said:
It's basically just a computerized version of one of the old stage 'mind-reader' tricks.
Uh well, sure, but that doesn't really explain anything does it? :rolleyes:
 
Blindingly obvious. You have a two-digit number, xy in digit form. You substract the sum of the two digits,

xy - (x + y) (xy means two digits, not multiplication)
=(xy - y) - x
=x0 - x
=x * (10 - 1)
=9 * x
qed

So the only possible numbers are 9, 18... 81, and they all have the same * symbol.
 
DaveC426913 said:
Uh well, sure, but that doesn't really explain anything does it? :rolleyes:
I didn't have to explain anything. I was just elaborating upon your post. :-p
 
Back
Top