Final answer:
In a round-robin chess tournament, the expression x(x - 1) / 2 represents the number of unique pairings between players because each player plays against every other player exactly once.
Step-by-step explanation:
The formula N = x(x - 1) / 2 represents the number of chess games, N, that must be played in a round-robin chess tournament with x chess players. The expression x(x - 1) / 2 specifically represents the number of pairings between players because each player has to play against every other player once. Since there are x players, the first player can pair with x-1 other players, the second player can then pair with x-2 remaining players (since the pairing with the first player is already counted), and so on until the last player who does not need to be paired because all possible pairings are already accounted for. The division by 2 corrects for the double counting of pairings, hence the number of unique pairings is given by this expression.