A cute puzzle

  • (2 Pages)
  • +
  • 1
  • 2

22 Replies - 2582 Views - Last Post: 17 May 2013 - 07:43 PM

#1 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,984
  • Joined: 19-March 11

A cute puzzle

Posted 17 May 2013 - 08:39 AM

This came up at the bar last night, and I thought some of you might appreciate it.

What's the best way to fairly select one person from a group, without using tools? By "fair" I mean a selection such that no one person can dominate the choice. By tools, I mean dice, lots, coins, darts, or other randomizers. There is a sheet of paper and a pen, if that's useful.

If it helps, here's a scenario:
You're at the bar with N people, and it comes time to settle up. As the bill arrives, you realize that there are two calamaties to deal with. The first is that nobody has brought cash - it's all cards. The second is that the bar won't split up the tab - it's all going on one card. Nobody particularly minds being the one selected to pay the tab, as long as they feel that they were selected fairly.
How do you select one person fairly?

Here's my solution:
Spoiler


Anyone got a better one? (sepp2k, I'm looking at you!)

This post has been edited by jon.kiparsky: 17 May 2013 - 09:00 AM


Is This A Good Question/Topic? 0
  • +

Replies To: A cute puzzle

#2 Skydiver   User is offline

  • Code herder
  • member icon

Reputation: 7915
  • View blog
  • Posts: 26,425
  • Joined: 05-May 12

Re: A cute puzzle

Posted 17 May 2013 - 08:53 AM

It's not completely fair. Since people count off starting with 1, rather than N (do you ever remember counting off starting with zero in grade school?), the person who gets to be the N-th person will be exempt from ever getting the bill because and number modulo N, will result in a value from 0 to N-1.
Was This Post Helpful? 0
  • +
  • -

#3 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,984
  • Joined: 19-March 11

Re: A cute puzzle

Posted 17 May 2013 - 08:59 AM

You didn't count off from zero? What sort of weird grade school did you go to? :)
Was This Post Helpful? 0
  • +
  • -

#4 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: A cute puzzle

Posted 17 May 2013 - 09:14 AM

I am assuming you want some sort of math solution? Typically it falls on "who makes the worst warface gets their card abused".
Was This Post Helpful? 0
  • +
  • -

#5 baavgai   User is offline

  • Dreaming Coder
  • member icon


Reputation: 7507
  • View blog
  • Posts: 15,558
  • Joined: 16-October 07

Re: A cute puzzle

Posted 17 May 2013 - 09:17 AM

You have paper?

Tear it up, each person puts their name on it, and have the waitress pick from the hat.

Seriously, man, step away from the computer. :P
Was This Post Helpful? 0
  • +
  • -

#6 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: A cute puzzle

Posted 17 May 2013 - 09:23 AM

I believe that constitute a 'tool'.

It's just a thought exercise, maaaaaaaaaaan.
Was This Post Helpful? 0
  • +
  • -

#7 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,984
  • Joined: 19-March 11

Re: A cute puzzle

Posted 17 May 2013 - 09:26 AM

View Postbaavgai, on 17 May 2013 - 11:17 AM, said:

You have paper?

Tear it up, each person puts their name on it, and have the waitress pick from the hat.

Seriously, man, step away from the computer. :P/>



If you want to go that route, you can save the paper, have each person put their card in the hat. :P back atcha!
Was This Post Helpful? 0
  • +
  • -

#8 andrewsw   User is offline

  • no more Mr Potato Head
  • member icon

Reputation: 6957
  • View blog
  • Posts: 28,696
  • Joined: 12-December 12

Re: A cute puzzle

Posted 17 May 2013 - 09:28 AM

You could put their cards in the hat (assuming someone brought a hat?) .. but I would put in my library card :)

View Postjon.kiparsky, on 17 May 2013 - 04:26 PM, said:

If you want to go that route, you can save the paper, have each person put their card in the hat. :P back atcha!

Jinx again!
Was This Post Helpful? 0
  • +
  • -

#9 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,984
  • Joined: 19-March 11

Re: A cute puzzle

Posted 17 May 2013 - 09:28 AM

View Postandrewsw, on 17 May 2013 - 11:27 AM, said:

You could put their cards in the hat (assuming someone brought a hat?) .. but I would put in my library card :)/>



That would suck in three weeks when you have to bring the beer back... in the same condition you got it...
Was This Post Helpful? 0
  • +
  • -

#10 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: A cute puzzle

Posted 17 May 2013 - 09:31 AM

Not too hard when you are drinking Coors Light.
Was This Post Helpful? 0
  • +
  • -

#11 andrewsw   User is offline

  • no more Mr Potato Head
  • member icon

Reputation: 6957
  • View blog
  • Posts: 28,696
  • Joined: 12-December 12

Re: A cute puzzle

Posted 17 May 2013 - 09:37 AM

You could chose a random 0-9 number and the first person whose card ends in that number would pay. But credit card numbers aren't random are they?
Was This Post Helpful? 0
  • +
  • -

#12 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,984
  • Joined: 19-March 11

Re: A cute puzzle

Posted 17 May 2013 - 09:44 AM

What if you have more than one person whose card ends in that number?
Also, where do you get your random number from?
Was This Post Helpful? 0
  • +
  • -

#13 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: A cute puzzle

Posted 17 May 2013 - 09:46 AM

From adding the digits of the current date together plus the numerical values of first letters of their full names.
Was This Post Helpful? 0
  • +
  • -

#14 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,984
  • Joined: 19-March 11

Re: A cute puzzle

Posted 17 May 2013 - 09:47 AM

But is it an African swallow, or a European swallow?
Was This Post Helpful? 0
  • +
  • -

#15 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: A cute puzzle

Posted 17 May 2013 - 09:58 AM

Only if today falls on a value produced by the Lucas sequence for the month.
Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2