Sunday, March 09, 2008

Lecteur de Pensée dingue...

Quelqu'un peux m’expliquer comment ceci marche ? Il y a forcément un « truc »…
  (Merci Bruno!)


Can anyone explain to me how this works? Go to this site and then do the following:

Choose a number between 1 and 99 (Ex. 67),
Subtract from this number the digits that form the number,
(in our example: 67 - 7 - 6 = 54 )
Look at the table; each number has a symbol.
Look for the symbol that relates to your number and click on the Magic Square!!

1 comment:

  1. Voici les réponses(e-mail)de Delphine qui dit:

    c'est pas bizarre, c'est logique, c'est un algorythme avec une terminaison en boucle, il fait à chaque essai une rotation...

    et de Loïc:

    En faite, c'est très simple.

    Si tu regarde bien :


    1 => 1 - 1 = 0
    2 => 2 - 2 = 0
    3 => 3 - 3 = 0
    ...

    10 => 10 - 1 - 0 = 9
    11 => 11 - 1 - 1 = 9
    12 => 12 - 1 - 2 = 9
    ...

    20 => 20 - 2 - 0 = 18
    21 => 21 - 2 - 1 = 18
    22 => 22 - 2 - 2 = 18
    ...

    30 => 30 - 3 - 0 = 27
    31 => 31 - 3 - 1 = 27
    ...
    ...
    ...

    Donc si tu regarde le signe de 0, 9, 18, 27, ... c'est le même chaque fois ===> toutes les possibilités ont le même signe. Le seul truc qui change c'est les signes lorsque tu charges la page. Celui-ci est choisi aléatoirement au chargement (Random) et toutes ces possibilités auront ce signe :)

    Si t'as pas compris, je te ferai un grand blabla

    ReplyDelete