#How many votes are required to try a player at 10 and 9 players left ?

21 messages · Page 1 of 1 (latest)

quartz spire
#

I’m forgetting and im not 100% the formula for votes required -_-

crude gazelle
#

afaik its half + 1

#

rounded up if its odd i thiiink

blazing yew
#

Anyways the formula is Ceil[(n+1)/2], where n is the number of alive players

#

Ceiling function: the least integer greater than or equal to your input is the output of the function.

ivory scarab
#

What is that formula

I always just thought it was majority vote

pallid urchin
#

50% of players + 1
15 players = 8 to hang
10 = 6 to hang
9 = 5 to hang
etc.

Disconnected players are NOT counted toward this total (if you DC, the number can go down halfway through the day)

Bonus votes are NOT counted toward this total (if there are 5 players, but 7 votes available, it’s still 3 to hang)

distant parrot
#

cuz 9/2 is 4.5, 4.5 rounded down and then plus 1

#

is 5 votes

nimble verge
urban nimbus
#

it's (players/2) + 1 rounded down, so it takes 6 votes and 5 votes, respectively.

inland oriole
#

51% rounded up

urban nimbus
distant parrot
crude gazelle
#

we all share 1 braincell

distant parrot
blazing yew
#

It is literally

Ceiling[(n+1)/2], where n is the number of alive players?

inland oriole
#

Probably