data: Difference W = 0.9682, p-value = 0.5107


data: Offensive.Rank and Defensive.Rank t = 0.1257, df = 28, p-value = 0.9009
data: sum(Sign) and length(Sign) - 2












Pv (Probability of Victory) = (.5 + .5 + .5 +.5 + .5)/5 = .5 = 50%
The games are varied and certain games favor certain types of players. It is unlikely that a player would estimate himself as evenly matched with his opponent in all five games. Force Field-basically tug of war with pulleys-favors body strength and weight. Ankle Breakers-reverse tug of war with a rope tieing a player to his opponents ankle-and Ram it Home-a shoving match of sorts also favor strength and body weight. Sliders is a puzzle game that does not require athletic ability. Ball Brawl-a race to grab and carry a ball across a goal line-gives the advantage to the faster player. Let's do another example. This time Player 1 can select a weaker, smaller Player 2, who is faster and smarter (one would assume giving Player 2 an advantage in the puzzle game) than Player 1. Player 1 calculates the games in his favor of giving him a 70% chance of winning and only 30% for the games that favor Player 2.The winning player needs to score 4 points. There are five stage games in which to score points. In the first three stages, grabbing a ball and returning it over the goal line is worth 1 point. In the last two stages, a successful score is worth two points. The winning player needs to score 2 or 3 points in the first three stages and 2 points in the final two stages or to score 4 points in the final two stages. Say the probability of scoring in a stage game is .3. The function b(x) can be created to calculate the chance of winning ball brawl. b(.3) =

Or in Excel:
=BINOMDIST(2,2,.3,FALSE)+BINOMDIST(1,2,.3,FALSE)*(BINOMDIST(3,3,.3,FALSE)+BINOMDIST(2,3,.3,FALSE))
BINOMDIST(s, n, p, false) where s = number of successes, n = number of trials, p = probability of success for a trial, false = not cumulative
Formally, Pv = (p1 + p2 + p3 + p4 + b(p5)) / 5
where p1 = estimated probability of winning game 1, p2 = game 2, ..., p5 = prob of winning a stage in ball brawl
So what should Player 1 look for in an opponent? Since three games emphasize strength and body weight, Player 1's first criteria is to choose a weaker opponent. After that, the repeated stages of Ball Brawl, and the advantage it gives to the faster player, dictate choosing a slower opponent. The last criteria to evaluate is your potential opponent's intelligence. Big players will pick on small players and small players will choose weaker, slower, and or less intelligent small players.
More formally, the dominant strategy is to pick a person i ∈ S (set of of all players) for Player 2 such that Pv(i) ≥ Pv(j) for all players j ∈ S.
While I would be surprised if anybody on the Gauntlet reasoned his or her opponent selection out to this degree, it does explain why a player like Eric survived to the end of the competition. Eric was not suited for the final competition, but his sizable body weight and strength advantage made him an opponent no one wanted to face in the Gauntlet.