Skip to main content

Section 1.5 Borda Count

Borda Count is another voting method, named for Jean-Charles de Borda, who developed the system in 1770.

Definition 1.5.1 Borda Count

In this method, points are assigned to candidates based on their ranking; 1 point for last choice, 2 points for second-to-last choice, and so on. The point values for all ballots are totaled, and the candidate with the largest point total is the winner.

Example 1.5.2
Figure 1.5.3 Video solution by David Lippman

A group of mathematicians are getting together for a conference. The members are coming from four cities: Seattle, Tacoma, Puyallup, and Olympia. The votes for where to hold the conference were:

51 25 10 14
1 st choice Seattle Tacoma Puyallup Olympia
2 nd choice Tacoma Puyallup Tacoma Tacoma
3 rd choice Olympia Olympia Olympia Puyallup
4 th choice Puyallup Seattle Seattle Seattle

In each of the 51 ballots ranking Seattle first, Puyallup will be given 1 point, Olympia 2 points, Tacoma 3 points, and Seattle 4 points. Multiplying the points per vote times the number of votes allows us to calculate points awarded:

51 25 10 14
1 st choice Seattle Tacoma Puyallup Olympia
(4 points) 4*51 = 204 4*25 = 100 4*10 = 40 4*14 = 56
2 nd choice Tacoma Puyallup Tacoma Tacoma
(3 points) 3*51 = 153 3*25 = 75 3*10 = 30 3*14 = 42
3 rd choice Olympia Olympia Olympia Puyallup
(2 points) 2*51 = 102 2*25 = 50 2*10 = 20 2*14 = 28
4 th choice Puyallup Seattle Seattle Seattle
(1 point) 1*51 = 51 1*25 = 25 1*10 = 10 1*14 = 14

Adding up the points: Seattle: 204 + 25 + 10 + 14 = 253 points Tacoma: 153 + 100 + 30 + 42 = 325 points Puyallup: 51 + 75 + 40 + 28 = 194 points Olympia: 102 + 50 + 20 + 56 = 228 points

Under the Borda Count method, Tacoma is the winner of this vote.

Try it Now 1.5.4

Consider again the election from Try it Now 1. Find the winner using Borda Count. Since we have some incomplete preference ballots, for simplicity, give every unranked candidate 1 point, the points they would normally get for last place.

44 14 20 70 22 80 39
1 st choice G G G M M B B
2 nd choice M B G B M
3 rd choice B M B G G

Subsection 1.5.1 What’s Wrong with Borda Count?

You might have already noticed one potential flaw of the Borda Count from the previous example. In that example, Seattle had a majority of first-choice votes, yet lost the election! This seems odd, and prompts our next fairness criterion:

Definition 1.5.5 Majority Criterion

If a choice has a majority of first-place votes, that choice should be the winner.

The election from Example 2 using the Borda Count violates the Majority Criterion. Notice also that this automatically means that the Condorcet Criterion will also be violated, as Seattle would have been preferred by 51 % of voters in any head-to-head comparison.

Borda count is sometimes described as a consensus-based voting system, since it can sometimes choose a more broadly acceptable option over the one with majority support. In the example above, Tacoma is probably the best compromise location. This is a different approach than plurality and instant runoff voting that focus on first-choice votes; Borda Count considers every voter’s entire ranking to determine the outcome.

Because of this consensus behavior, Borda Count, or some variation of it, is commonly used in awarding sports awards. Variations are used to determine the Most Valuable Player in baseball, to rank teams in NCAA sports, and to award the Heisman trophy.