<?xml version="1.0" encoding="UTF-8"?>

<record version="2" id="9001">
 <title>15 Puzzle</title>
 <name>15Puzzle</name>
 <created>2007-02-28 18:18:02</created>
 <modified>2007-05-25 16:48:49</modified>
 <type>Definition</type>
 <creator id="13766" name="PrimeFan"/>
 <author id="13766" name="PrimeFan"/>
 <classification>
	<category scheme="msc" code="91A24"/>
	<category scheme="msc" code="00A08"/>
 </classification>
 <synonyms>
	<synonym concept="15 Puzzle" alias="Fifteen Puzzle"/>
	<synonym concept="15 Puzzle" alias="Game of Fifteen"/>
 </synonyms>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
</preamble>
 <content>The {\em 15 Puzzle} is a square tablet containing 15 smaller square tiles labeled with the integers 1 to 15, set so that only one square may be moved at a time into the only available empty square by a move up or down or left or right (but never diagonally). The goal of the puzzle is to take a puzzle in an unsorted initial state, such as

\begin{tabular}{|c|c|c|c|}
7 &amp; 8 &amp; &amp; 1 \\
2 &amp; 3 &amp; 4 &amp; 5 \\
6 &amp; 9 &amp; 10 &amp; 11 \\
12 &amp; 13 &amp; 14 &amp; 15 \\
\end{tabular}

and set each tile in its proper order.

\begin{tabular}{|c|c|c|c|}
1 &amp; 2 &amp; 3 &amp; 4 \\
5 &amp; 6 &amp; 7 &amp; 8 \\
9 &amp; 10 &amp; 11 &amp; 12 \\
13 &amp; 14 &amp; 15 &amp; \\
\end{tabular}

The puzzle was invented by Noyes Chapman, who also created a famously unsolvable version with 14 and 15 switched. His original idea was to construct a puzzle with 16 tiles that would be moved to form a magic square with 34 as its magic constant. The 15 Puzzle was initially made of wood; today they are almost always made of plastic. Darling calls it ``the Rubik's cube of its day.''

\begin{thebibliography}{1}
\bibitem{dd} D. Darling, ``15 Puzzle'' in {\it The Universal Book of Mathematics: From Abracadabra To Zeno's paradoxes}. Hoboken, New Jersey: Wiley (2004)
\end{thebibliography}</content>
</record>
