Skip to content

Exercise 2 — The tenth ballot: Bella withdraws

Generated from ex02_bella_exits.yaml — do not edit by hand. Regenerate: python STARVote_LH_tabulation_engine/tools_adam/scripts/build_yaml_pages.py.

Method: STAR (single winner) · 1 seat · Expected winner: Chris

Scenario

The original nine ballots with Bella's column removed — she withdrew before the count, and no scores change for anyone else. Scoring round: Alex 27, Chris 24, Eli 22, Dana 20 — with Bella gone, Chris takes her runoff slot and beats Alex head-to-head 6-3. A candidate who was NOT going to win still changed who does (a runoff-slot spoiler, the independence-of-irrelevant- alternatives family): Bella's presence was what kept Chris out of the runoff. Part of the exercise ex02_tenth_ballot.md. Ballots adapted from a RangeVoting.org example, posed as an exercise in Brendan W. Sullivan, "An Introduction to the Math of Voting Methods" (2022), ch. 5.

Ballots

Row 1 = candidate names; each later row is one voter's 0–5 scores (a N × prefix = N identical ballots).

Alex,Chris,Dana,Eli
3,4,5,0 # 4 voters: Dana first, Chris close second
3,4,5,0
3,4,5,0
3,4,5,0
3,0,0,4 # 3 voters: (Bella was their favorite) Eli second
3,0,0,4
3,0,0,4
3,4,0,5 # 2 voters: Eli first, Chris second
3,4,0,5

What the engine says

The count, step by step — the rounds and how the winner is reached:

[Divergence from STAR]
  STAR                   = Chris
  Choose-One (Plurality) = Eli   (differs from STAR)
  RCV-IRV                = Eli   (differs from STAR)
  Approval               = Alex   (differs from STAR)
  RCV-RR (Condorcet)     = Eli   (differs from STAR)
  Note: no ballots had tied scores, so RCV-IRV vs STAR here is a genuine
        method difference, not a tie-breaking artifact.
  Note: Ranked Robin (RCV-RR) sides with RCV-IRV, so STAR is the outlier
        here — STAR need not elect the Condorcet candidate.
  Full round-by-round reports (generated for review):
  RCV-IRV rounds: cases_tabulated/ex02_bella_exits_RCV-IRV_tabulated.txt
  RCV-RR round-robin: cases_tabulated/ex02_bella_exits_RCV-RR_tabulated.txt

[Runoff Reversal]
 - Score Round Winner(s) = (Alex)
 - Runoff Round Winner   = (Chris)
  Candidate Alex earned the highest total score, but
  Candidate Chris won the automatic runoff — not a malfunction,
  STAR working as designed: the runoff elects the finalist preferred
  by the majority (of voters with a preference).

--- STAR Voting Method (single winner) ---

[STAR Voting]
 Tabulating 9 ballots.
Count × Alex,Chris,Dana,Eli
    4 ×    3,    4,   5,  0
    3 ×    3,    0,   0,  4
    2 ×    3,    4,   0,  5

[STAR Voting: Scoring Round]
 The two highest-scoring candidates advance to the next round.
   Alex          -- 27 -- First place
   Chris         -- 24 -- Second place
   Eli           -- 22
   Dana          -- 20
 Alex and Chris advance.

[STAR Voting: Automatic Runoff Round]
 The candidate preferred in the most head-to-head matchups wins.
   Chris         -- 6 -- First place
   Alex          -- 3
   Equal Support -- 0
 Chris wins.
   Runoff math:
     9  ballots cast
   − 0  Equal Support (no preference between the two finalists)
     ─
     9  voters with a preference  (majority = 5)
           Chris 6 (67%)  ·  Alex 3 (33%)

[STAR Voting: Winner — STAR Voting Method (single winner)]
 Chris

Full audit — preference matrix, Condorcet, and score distribution

--- Runoff (Preference) Matrix ---
Head-to-head / pairwise comparison
Legend: For - Equal Support - Against
        * indicates Top 2 Finalist
               |   * Alex   | * Chris   |    Dana   |    Eli    |
-----------------------------------------------------------------
      * Alex > |    ---     |3 - 0 - 6  |5 - 0 - 4  |4 - 0 - 5  |
     * Chris > | 6 - 0 - 3  |   ---     |2 - 3 - 4  |4 - 0 - 5  |
        Dana > | 4 - 0 - 5  |4 - 3 - 2  |   ---     |4 - 0 - 5  |
         Eli > | 5 - 0 - 4  |5 - 0 - 4  |5 - 0 - 4  |   ---     |

[Condorcet Winner]
  Condorcet Winner: Eli — STAR elected Chris instead (Eli was eliminated in the scoring round)

[Score Distribution] (how many ballots gave each star rating)
                Score
Candidate  5  4  3  2  1  0  | Total   Avg
Alex       0  0  9  0  0  0  |    27   3.0
Chris      0  6  0  0  0  3  |    24   2.7
Dana       4  0  0  0  0  5  |    20   2.2
Eli        2  3  0  0  0  4  |    22   2.4

Everything in one file: the _tabulated mirror (regenerated on every run; every analysis forced on).

Run it yourself:

python STARVote_LH_tabulation_engine/starvote_larry_hastings.py 01_STAR/05_Practice/cases/ex02_bella_exits.yaml

See also

More cases in this set: ex01_district_combined · ex01_district_east · ex01_district_west · ex02_nine_ballots · ex02_tenth_ballot · ex03_five_verdicts · ex04_olympics_1994 · ex05_center_squeeze · ex06_bullet_backfire · ex06_bullet_honest · ex07_vanishing_votes · ex08_minimal_reversal_2c · ex08_minimal_reversal_3c · ex09_game_night_cycle · ex10_generous · ex10_reticent · ex11_spoiler_added · ex11_two_way_base · ex12_bloc_sweep · ex12_proportional_share · ex13_approve3 · ex13_approve4 · ex13_bullet · ex13_opinions · ex14_two_novels · ex14_two_novels_fullranks · ex15_approval_pairwise · ex15_approval_yes_no · ex15_score_profile