SOAR Homework One

These homework problems are meant to expand your understanding of what goes on during class. Any you turn in will be graded and returned to you. Answers may or may not be posted on the web, depending on demand.

Problems

    1. In tic-tac-toe, the best first move for X is a corner. Is there a best first move for X in C-tic-tac-toe?
    2. In tic-tac-toe, the best first movie for O is the center (in response to the best first move for O in (a)). Is there a best first response for O in C-tic-tac-toe?
    3. Tic-tac-toe usually ends in a draw. Is it possible for C-tic-tac-toe to end in a draw?
  1. Repeat the previous question for T-tic-tac-toe.
    1. Is there a best first move for X in T-tic-tac-toe?

    2. Is there a best first response for O in T-tic-tac-toe?

    3. Is it possible for T-tic-tac-toe to end in a draw?

  2. Recall from class that an n-sided regular polygon has all n interior angles equal to θn = 180° − [(360°)/n].

    1. Show that a vertex of type (n1,n2,…,nk) must satisfy the equation
      (1/2 - 1/n1) + (1/2 - 1/n2) + …+ (1/2 - 1/nk) = 1.
      or, equivalently,
      (n1 - 2)/n1 + (n2 - 2)/n2 + … + (nk - 2)/nk = 2.
    2. There is only one vertex type where two of the ns are at least 12. What is this vertex type?

    3. Show that at most one of the ns in a vertex can be greater than 12. (You're showing that your answer to the previous part is the only possible answer.)

    4. What is the largest possible value of k for a vertex type (n1,n2,…,nk)? That is, what is the largest number of regular polygons that can meet at a vertex?

    5. Write a short computer program to determine all possible vertex types.

These problems are also available as a pdf file.

Solutions

Please email Peter if you are interested in answers or solutions for the web. Thanks.


SOAR Winter 2003 Course Homepage