Mathland, a state of Brilliantopia, is holding a senate election.
Last election, states in Brilliantopia used a system called plurality voting or first-past-the-post voting. Under this system, a voter can only vote once for a candidate and the candidate with the most votes wins.
However, Brilliantopia recently switched to using a system called preferential voting or ranked-choice voting. Under preferential voting, voters can rank the candidates however they choose. The counting process happens in stages. At each stage, we check if a candidate has received a majority; if not, we eliminate the candidate with the least votes and redistribute the ballots based on the voters' next preference. For example, consider the ballot {A, D, B} where A is most preferred by this voter and B is least preferred. If A is eliminated, then we would give this voter's vote to D, the second-preferred candidate. If D was eliminated next, the vote would then go to B. If at any stage the voter's preferred candidate has been eliminated, proceed to the next preferred candidate. If all of a voter's preferred candidates has been eliminated, discard their vote.
All the polls in Mathland have closed. Here are the ballots:
Let us give each candidate a number as follows: A = 1, B = 2, C = 3, and D = 4. Determine who the winner of the election is under plurality voting and under preferential voting and denote the winners as and respectively. In the preferential voting election, compute the amount of points the winner won by and record this value as .
What is ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Assuming* that the most-preferred candidate on each voter's ballot is the one they would vote for in a plurality contest, that contest would be won by candidate A (with 3 0 0 0 votes), so X = 1 .
In the preferential system, the first round looks like this:
The total 1st place votes for each candidate are: A: 3 0 0 0 B: 2 5 0 0 C: 1 7 5 0 D: 2 9 5 0
So, no candidate has the majority of votes (more votes than the others combined), and candidate C is eliminated. Redistributing C votes for the second round:
The total 1st place votes for each candidate are: A: 3 0 0 0 B: 4 2 5 0 D: 2 9 5 0
Still no candidate has the more votes, and D is eliminated.
For the 3rd round, we must have a winner (or a tie):
The total 1st place votes for each candidate are: A: 4 5 0 0 B: 5 5 0 0
So candidate B is the winner, with a margin of 1 0 0 0 votes; that is Y = 2 , Z = 1 0 0 0 .
Hence Z ( X + Y ) = 3 0 0 0 .