top | item 2375149

Pick a number from 1 to 10

218 points| alecperkins | 15 years ago |nfrom1to10.appspot.com | reply

137 comments

order
[+] alecperkins|15 years ago|reply
Pick a number, then read, please.

The goal at first was to just see what numbers people gravitate toward. I've heard lots of conjecture about how people pick 7 or 3 or 4 more than others, and for a variety of reasons, but had a hard time finding actual demonstration of this. Then, while implementing a choosing system, the problem became: how do you present the information so as not to bias it? This is why there are four different ways of picking. There are also a couple other metrics being measured, including a difference in phrasing (Pick a number… vs Pick a random number…) which may be interesting.

Apologies for any bugs or general wonkiness. The whole thing was a ~2 hour impulse project.

PS: The data will absolutely be shared! Just need time to do a breakdown of all the different permutations.

[+] DanI-S|15 years ago|reply
Interesting idea, but the slider may not be a great interface. It stops the experiment being purely about numbers - I found I picked '5' because it was close to being nice and symmetrical.
[+] dalore|15 years ago|reply
I picked a number and was hoping to see the current results for which numbers were picked most often.

Instead I got a message "Science thanks you."

How about if you want something from the user, you give something back.

[+] blauwbilgorgel|15 years ago|reply
I would imagine you would get a distribution favored to 3 and 7. We did similar research during a Cognitive Science class. We asked a number from 1 to 4, and got over 40% 3's.

We also did research to find favored Mastermind patterns. Bias was a large problem there too. When presented with colors, people would pick a single color more often or place the same colors next to each other. When presented with letters, people would try to spell out words.

Peculiar: In product pricing and conversion testing, prices with 7's and 9's seem to provide more favorable results. I believe this is akin to the favorite-color bias we happened upon (7 is my lucky number!), mixed with the slight confusing nature of calculating/rounding down a price ending in 7 or 9 (hey, it's still $2999, so just 2 grand and then some).

[+] perlgeek|15 years ago|reply
I wanted to pick 3.1, but it didn't let me... :(
[+] wzdd|15 years ago|reply
Whenever I see these sorts of things I try to psych them out. In this case I deliberately thought of a number, discarded it, and repeated this process several times (rather than putting down 7, which was my first thought). So, unless you're trying to measure frequency of picked numbers when the pickers are trying to game the system, I don't think this will prove much. Nice interface though.
[+] vidyesh|15 years ago|reply
This would drastically vary. When A person tells B to pick a number there are various things going on in mind. Once its brought down to select from 1-10 the choices are narrowed down to a single digit number. Hardly anyone would choose 1 or 10. If someone's birthday comes in between those numbers, the choice becomes obvious, other wise its moves to the favorable number or a lucky number.

7 being the universal lucky number many believe in that. For numerlogy believers 3 comes to be a common lucky number amongst many. So the choice, not sure why 4. Anyways the reasons vary alot.

Do keep us updated w/ the result want to know how mind works over numbers for all. The only problem being, many would refresh and choose all numbers, why don't you add a simple cookie or ip restriction to allow to choose only once? This would reduce alot of fake entries.

Simple small project, I liked it :)

[+] lisper|15 years ago|reply
I presume this is your site? Your design has a serious flaw: the number "1" is "selected" when you first view the page, which biases the results. You apparently tried to "fix" this by forcing the user to move the slider before the choice would be accepted, but that also biases the results.

The only way to really make it unbiased is with a text box. The next best thing would have been ten buttons in a row (but then you would have had to make sure that they didn't go off the right side of the screen).

[+] paolomaffei|15 years ago|reply
I hit 5 because it was in the center, I only wanted to see what was next - not choosing a number
[+] fady|15 years ago|reply
I wonder if adjusting the the numbers would influence the choice. Instead of listing them 1-10, maybe try a run with the numbers not listed in sequential order.
[+] rubergly|15 years ago|reply
I'm particularly interested in seeing if there are significant differences in the presentation. Good luck, and I look forward to seeing the results.
[+] MichaelApproved|15 years ago|reply
How about asking for my email so you can notify me when the results are ready. Chances are I, along with many others, will forget to check back.
[+] oniTony|15 years ago|reply
I was going to pick 4, but then realized that 4 has been my default "random" number, ever since http://xkcd.com/221/
[+] scotty79|15 years ago|reply
Awww. I was going to pick seven but I thought it's too meaningfull so I changed it to first meningless number that came to my mind. Namely 4.
[+] joelhaasnoot|15 years ago|reply
Definitely must have been Sony's inspiration. Geohot only proved they're XKCD fans.
[+] terhechte|15 years ago|reply
I also chose 7. Human Random Distribution is probably not very random. I hope that he'll release the data.
[+] mikeryan|15 years ago|reply
I was leaning towards 7 then thought "everyone chooses 7" and went with 9.
[+] mcorrientes|15 years ago|reply
i chose 7 too. But I would have chosen something complete different without a numblock.
[+] imran|15 years ago|reply
me too!! i thought i will be the only one to choose 7 lol
[+] teuobk|15 years ago|reply
An interesting extension of this could be to add a poll here on HN asking, "Which number did you pick?" and then comparing the poll results to the actual results.
[+] ot|15 years ago|reply
Are you trying to estimate the bias depending on the type of selector used (slider, input, options, ...)?

Very interesting concept :)

EDIT, forgot to add: if this is the case, have you thought of storing the type of selector in a cookie, so that refreshing the page gives always the same type?

[+] alecperkins|15 years ago|reply
Yeah, I considered a more involved way of choosing the interfaces to present — the server attempts to even out the distribution of interfaces, use cookies to limit, etc — but I also just really wanted to get this made in a couple hours. The current implementation is about as simple as it gets.
[+] Bolyuba|15 years ago|reply
Did it twice before reading comments. 7 and than 3. Have no idea why. My wife just picked 7... Scary
[+] steipete|15 years ago|reply
There are faster ways to provide data for /dev/random...
[+] wladimir|15 years ago|reply
He wants a "human" random distribution, not an uniform one. To see what numbers are picked most of the time.
[+] necro|15 years ago|reply
Based on that interface I would predict...

middle number: for the graphical choices as it's common/easier to get a valid first click in the middle of the slider.

high number: for the key entry as if most people are right handed it's easier to get to the high numbers instead of going across the keyboard.

all that is predicated on the fact that people are lazy instead of random when using this.

[+] vidyesh|15 years ago|reply
On Refreshing, it changes the interface, every time you get a different input method. I guess its that way so as to avoid being biased over any number by default.
[+] joejohnson|15 years ago|reply
It might be biasing it's results by having it set to one by default...
[+] alecperkins|15 years ago|reply
The other methods don't have a default. Sliders don't really present a good way of doing a "non-choice" default. I decided to leave it fixed at 1 to start to see if that particular method skews because of the default. (Not exactly precise and thorough, unfortunately. There could be more metrics, like starting position, but I wanted to keep it simple so I could get it up and running quickly.)
[+] rgbrgb|15 years ago|reply
Excellent. Now give us the data!
[+] niketdesai|15 years ago|reply
I am interested in finding out how many people decided not to choose a number at all, and if that fact could help mitigate the experiment's inherent bias.

As for people making multiple entries into the experiment, a simple IP filter could help reduce overall error.

I think it would be neat to offer an option to not choose a number, but rather a number to help offset selector's bias (in participating in the number choosing experiment knowingly). It's similar to the multiple choosing UIs.

Nonetheless, I can only appreciate simple things like this that lead to a spirited and educated read.

Cheers and can't wait to see "final" results and accompanying analysis.

[+] clvv|15 years ago|reply
Interesting project. I'm looking forward to see the results. This reminds me some of the mental algorithms I was thinking about: How do you generate a random number without electronic devices? How do you generate a random permutation without electronic devices? How do you generate a hash without electronic devices? How do you do the above most efficiently? How about without any pen, pencil or paper?

It will be cool if you can master mental cryptography.

[+] alecperkins|15 years ago|reply
I posted a graph with the basic distribution on the results page (just hardcoded for the moment):

http://nfrom1to10.appspot.com/results/

A more in depth breakdown is coming. The number of responses has been far, far beyond what I expected — several orders of magnitude more. Once I get together a good way to efficiently track and display the graphs, I'll make them live.

[+] roryokane|15 years ago|reply
Upon being shown a circle and asked to pick a random number, I thought for a bit and realized that no matter what I picked I wouldn't believe I had chosen it randomly. Then I wrote a one-line script to generate a random number from 1 to 10 and I put its output as my answer. Perhaps this defeated the purpose of the site, but I find it so hard to choose when I know my response is being measured.
[+] Tichy|15 years ago|reply
Can't wait to hear how many people picked 10 (as I did). If it hadn't been for science, I would probably have picked 7 like everybody else.

Once I thought it would be good to play the numbers "1 2 3 4 5 6" in the lottery because they are as likely as other numbers, and I thought people would not pick them. Turns out lots of people play "1 2 3 4 5 6".

[+] alanfalcon|15 years ago|reply
In fact the only advantage you can have in the lottery is of decreasing the chances of hitting a winning number that was also chosen by someone else and thus having to split the Jackpot. Many people let the computer choose, which helps limit duplicates, but if you want to choose numbers then be sure to select numbers over 31. Many people select important dates and so don't have any "lucky numbers" over 31.

That said, if you really want to increase your return for playing the lottery, sticking your money in a cookie jar is a far better investment, provided you already ate all the cookies in the jar.

[+] Natsu|15 years ago|reply
I was going to pick 7.1 until I found out that he was prepared for pedantry and restricted the set to natural numbers.
[+] ilitirit|15 years ago|reply
Here's another test: Ask the user to pick a number from 1 to 10 but randomize the order of the numbers each time.
[+] davidjagoe|15 years ago|reply
Brilliant idea, but haven't you built in bias by unblinding the experiment? I followed the link, got one implementation and keyed in '5'. Then I read your write-up and realised that there are more implementations, reloaded the page and thought deeply about the number I would/should choose on the slider.
[+] coprolog|15 years ago|reply
yesterday i was improving my excel skills about statistics, instead of use the random funcion i thought to ask a number from 1 to 10 to some friend and see the histogram. just after some question i was surprised about the results and so i asked more people. up to now i asked 24 people(46 number in total,the first 2 was just one question), i also asked a second number after recived the first. my result are: that 7 win with 31% of answer followed by 5 with 17% the last are 10 (zero answer), 1 with 1 answer and 2 and 6 with 2 answer each. you have to note that 83% say a odd number as a first one.noone told me a number that wasnt integer. whats going on? the majority of people was italian, some spanish and some german.Guido
[+] solipsist|15 years ago|reply
After you've entered your unbiased data, make sure to refresh the page and see what else you could have been confronted with. You'll notice the different variables in the experiment - just make sure to do this after in order for it to not influence your decision.