The Borda Count

Jean Charles de Borda

The Borda Count is a voting procedure in which each voter ranks the candidates first to last. Then each candidate is given n-j points, where n is the total number of candidates and j is that candidate's rank. For example, with n=5 candidates, the following table tells how to distribute the points for each voter's ranking.

Place Points
1st 4
2nd 3
3rd 2
4th 1
5th 0

The Borda Count, named after Jean Charles de Borda, doesn't throw away a voter's second, third, fourth, etc. choices. It uses all of a voter's choices in determining the winner of the election. It happens to be the voting method used in the major college football rankings.


Voters 1st 2nd 3rd
6 Dr. Pepper Coke Pepsi
5 Pepsi Coke Dr. Pepper
4 Coke Pepsi Dr. Pepper

In our beverage example, the Borda Count gives...

Dr. Pepper = 6x2 + 0x1 + 9x0 = 12 points
Pepsi = 5x2 + 4x1 + 6x0 = 14 points
Coke = 4x2 + 11x1 + 0x0 = 19 points

Thus Coke is the Borda Count winner! Four of the people like Coke the best and the other 11 like it second best. No one is dramatically disappointed!

What's the moral? We used three different voting procedures (plurality, runoff, Borda Count) and received three different winners! The election outcome may depend on the voting procedure and not the preferences of the voters!

Prev Next

Site Maintained by Derek Bruff
derek.bruff@vanderbilt.edu
Last Updated February 20, 2002