The rules of a chess tournament say that each contestant must play every other contestant exactly once. How many games will be played if there are participants in total ?
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.
Since "each contestant must play every other contestant exactly once", it is essentially the same problem to find the number of ways to choose 2 players from 18, which is ( 2 1 8 ) = 1 5 3 .