Homework
Problem 1
The Game of Fifteen turns out to be identical to Tic-tac-toe, though it is not immediately apparent.
To see why this is, consider the following
- Part A Show that each row, each column and each diagonal of the above grid adds up to
. Squares with this property are called magic squares. - Part B List (up to reordering) all the possible triples
of integers between and which don’t repeat digits and which sum up to . Show that each occurs as either a row, column, or diagonal in the matrix above. - Part C Use the results of Part A and Part B to explain why the Game of Fifteen is the same as Tic-tac-toe.
Problem 2
Consider the table below, which is an example of a
- Part A Show that each row, each column and each diagonal of the above grid adds up to
. - Part B Find some examples of four entries in the matrix above which sum to
but are not rows, columns, or diagonals. - Part C Explain why even though we have a similar situation as in Problem 1, it is not true that the Game of Thirty-four is the same as the
-game.