Please Login to access more options.


Problem 23 (Permutation Scoring On S 3)

Consider the game of permutation scoring on the set $S_3$, where $S_3$ represents the set of all permutations of $X=\{1,2,3\}$. We already know that there are 6 elements in $S_3$.

  1. Play the game of permutation scoring on $S_3$. Play it a few times.
  2. Can player 1 win by choosing a single permutation in $S_3$?
  3. Does player $1$ have a winning strategy? What is it?
  4. Pick an element in $S_3$ other than the identity, and call it $\sigma$. Let $S=\text{span}(\sigma)$. What is the span of $S$?
  5. Repeat part 4 with a different element of $S_3$. You can use Sage to make this part fast (first compute the span of $\sigma$ with Sage. The list below the graph gives you the elements of the span. Then create a graph using these elements.
  6. Make a conjecture.


The following pages link to this page.