Jump to content
SubSpace Forum Network

Recommended Posts

Posted (edited)

My screen name as a number is: (using rootbear)

141040635961 (EDIT: fixed using updated algorithm)

 

Tell me how i did it, then tell me yours.

(IT IS NOT RANDOM)

If you have spaces, convert the first part, then the last part, and put a dash (-) in the middle

"root bear" would be:

308639-20297 (EDIT: fixed using updated algorithm)

 

If you have numbers in the middle of your name, convert them to letters

1 -> L

2 -> Z

3 -> E

4 -> H

5 -> S

6 -> G

7 -> T

8 -> B

9 -> Q

0 -> O

 

Also, i suggest using a max of 6 - 8 letters. otherwise your number will be super huge

 

I'll post how to do this in a day or 2

Edited by rootbear75
Posted (edited)

ok got it... ez

 

Samapico = 153068511377

 

Solution

Take each letter as a number reprensenting its rank in the alphabet (a=1, b=2, c=3...)

r  o  o  t  b  e  a  r
18 15 15 20 2  5  1 18

Consider each number to be a digit of a number... in base 26, leftmost letter being the most valuable digit

So:

r = 18 * 26^7

o = 15 * 26^6

o = 15 * 26^5

t = 20 * 26^4

b = 2 * 26^3

e = 5 * 26^2

a = 1 * 26^1

r = 18 * 26^0

 

Sum it all up... bingo

 

Try this small excel sheet that calculates it... (Didn't make it work for numbers, spaces and other non-alphabetical characters... don't bother)

NameToNumber.zip

Edited by Samapico
Posted

That is confusing hmm.png ... did you really figure that out all by yourself, Sampico? How long did it take you?

Also, using that algorithm, how long will it take you to find a collision using words with the same amount of letters?

Posted

K, see if you can figure this one out sama.

 

Chambahs = 1787569

 

EDIT: If you figure it out, ill put your name in my sig, saying you own the !@#$%^&* outta me.

 

EDIT2: Nevermind, I googled my number and found the answer quick fast. Lol. If that one is too easy.

 

Now, if anyone figures out either one of these, ill put their name in my zone's ?sheep message. If 1 person figures out BOTH, ill put their name in my sig, sheep message, and news.txt as well as on subspacenews.

 

Chambahs = 9,174,524,486,400,000

 

and

 

Chambahs = 283444

 

If you only find one out, please PM me so others can try for both, if you figure out both, post!

 

Hint: They are related in some way.

 

Note: There is a way I got these numbers, dont worry, I didnt type random numbers lol.

Posted
That is confusing hmm.png ... did you really figure that out all by yourself, Sampico? How long did it take you?

 

Yes I did... in about 15 minutes... Actually it was one of the first things I thought about... My first try gave a number really close.. 5 minutes later I realised I just had to invert the letters...

 

Chambs, I'll check those tonight blum.gif

Posted (edited)

Ok - you will never figure this one out smile.gif

Synook = 68719476736

You will never get it (but it is not random) . He he he... blum.gif

Uh... spaces equal 0, numbers just become the letter of that value i.e. 1 => A , 2 => B , etc. Case is not relevant.

Oh - underscores can be 0 as well. So "Sy_nook" would be the same as "Sy nook". Just ignore all other special characters hmph...

 

btw: the solution only involves four (4) steps

Edited by Synook
Posted (edited)

It is fun biggrin.gif (gah why can't they make :unsure: = biggrin.gif ) ! lol...

Well - it gets the members of the SSCentral community involved in a task where they all can interact and encourages them to post in a way that creates a catalyst for discussion within a single thread. Thereby, it stops the users of the SSForums board from getting bored and churning this website - moving away never to return. Also, it allows a place for individual members to display their talents as mathematicians and logical thinkers and to receive feedback on their methods and thoughts, and for the readers to thereby gain an insight into the types of people the people that use this forum are in a non-threatening and passive way.

Happy now? smile.gif

Edited by Synook
Posted

Hakaku = 7030050120

Sushi bar = 184054284060136

Third hint = 19142468154256104171

 

Note: Spaces ignored, 2-3 steps involved

 

If you understand the pattern, answer by decrypting this (I'll post hint/answer later):

 

191424724010877010840 = ?

Posted (edited)

I fail to see how playing with base converters is much logic and its about 9th grade math lol

 

And I'd bet that most of you just googled "base converters" to do that too.

 

It is fun biggrin.gif (gah why can't they make ;) = biggrin.gif ) ! lol...

Well - it gets the members of the SSCentral community involved in a task where they all can interact and encourages them to post in a way that creates a catalyst for discussion within a single thread. Thereby, it stops the users of the SSForums board from getting bored and churning this website - moving away never to return. Also, it allows a place for individual members to display their talents as mathematicians and logical thinkers and to receive feedback on their methods and thoughts, and for the readers to thereby gain an insight into the types of people the people that use this forum are in a non-threatening and passive way.

Happy now? smile.gif

Edited by NBVegita
Posted (edited)
I fail to see how playing with base converters is much logic and its about 9th grade math lol

 

And I'd bet that most of you just googled "base converters" to do that too.

 

Hmph... logic, because you have to logically think through the sequence of operations to arrive at the answer, and I haven't learnt about bases (in school) yet, even though I have almost finished. Most of my classmates do not even know that binary = base 2 smile.gif

 

btw: My puzzle does not involve any bases besides base 10.

Edited by Synook
Posted (edited)

unfortunately im using a proxy so i cant click that spoiler link.

 

but yes.

basically convert a letter to a number

a -> 1

and convert from base 26 to base 10

 

but in reality.... you cant make z -> 26

have to make z = 0 or a = 0

then go from there

 

if you do a=0

Samapico = 144715428794

hakaku = 83345672

sushi bar = 8589446-693

third hint = 8811429-128797

Edited by rootbear75
Posted (edited)

ya.. i made a program for my TI-89 to convert it

and i went back and changed a=0 before i posted

 

oh and sama (now that im home i can see that spoiler)

you messed up

Consider each number to be a digit of a number... in base 26, leftmost letter being the most valuable digit

So:

r = 18 * 26^7

o = 15 * 26^6

o = 15 * 26^5

t = 20 * 26^4

b = 2 * 26^3

e = 5 * 26^2

a = 1 * 26^1

r = 0 * 26^0

 

Sum it all up... bingo

 

here are some attachments

1) the 2 files to convert it. (apparently i cant upload .89p files, polix if you read this, please add the calc program file extensions to the allowable uploads. thx)

2) pics that prove my program works (i have it as a=0)

name_to_number.zip

PIC1.JPG PIC2.JPG

 

oh... and if someone wants to make a number -> letter program, be my guest... just let me have it when you are done

Edited by rootbear75
Posted
Hakaku = 7030050120

Sushi bar = 184054284060136

Third hint = 19142468154256104171

 

Note: Spaces ignored, 2-3 steps involved

 

If you understand the pattern, answer by decrypting this (I'll post hint/answer later):

 

191424724010877010840 = ?

 

191424724010877010840 = This is lame

 

19 14 24 72 40 108 77 0 108 40 = This is lame

 

1. a=0 ... z=25

2.You put first letter as its code *1 , 2nd letter as its code *2, then *3... etc.

i.e.:

T: 19*1 = 19

h: 7 *2 = 14

i: 8 *3 =24

...

3. You put all numbers side by side

Posted
Ok - you will never figure this one out smile.gif

Synook = 68719476736

You will never get it (but it is not random) . He he he... blum.gif

Uh... spaces equal 0, numbers just become the letter of that value i.e. 1 => A , 2 => B , etc. Case is not relevant.

Oh - underscores can be 0 as well. So "Sy_nook" would be the same as "Sy nook". Just ignore all other special characters hmph...

 

btw: the solution only involves four (4) steps

Hmmm you need to specify at least one more example to make it solvable...

Else I could say something like:

 

1. Take the length of your name

2. Divide it by the length of your name

3. Multiply result by 68719476736

4. Write the answer somewhere

 

Especially with 4 steps involved... it could be ALOT of things so having only one sample makes it impossible to guess

 

 

I'd say the same for your puzzles Chambs...

 

(I'm trying them anyways)

Posted
I cant give hints, lol im offering big prizes! Plus, if I give one hint, it will give it away. One hint that I will give, is that if you figure out one, you can use...something (thats the word i HAVE to use) to solve the other.
Guest
This topic is now closed to further replies.
×
×
  • Create New...