Which Rectangular Chessboards Have a Bishop s Tour?

Size: px
Start display at page:

Download "Which Rectangular Chessboards Have a Bishop s Tour?"

Transcription

1 Which Rectangular Chessboards Have a Bishop s Tour? Gabriela R. Sanchis and Nicole Hundley Department of Mathematical Sciences Elizabethtown College Elizabethtown, PA November 27, Introduction Much has been written about the existence of knight s tours on a rectangular chessboard (see e.g. [2], [3], and [4]). The problem is the following: Given a chessboard of size m n, is it possible for a knight to traverse the chessboard using only legal knight moves (according to the rules of chess) so that each square on the board is visited exactly once? If so, we say that the chessboard has an open knight s tour. A closed knight s tour is one in which there is a legal move connecting the last square visited to the first. In [4], Allen J. Schwenk shows exactly which chessboards admit a closed knight s tour. The problem of determining which boards admit open knight s tours is similar. It would appear at first glance that chessboard tours using other chess pieces are not very interesting. It is easily seen that an open rook s tour exists on any rectangular board, and a closed rook s tour exists if either m or n is even. (A rook moves up and down or left to right, and we consider a square has been visited if the rook passes over it). For example, Figure 1 shows a closed rook s tour on a 7 8 board and an open rook s tour on a 7 9 board. This pattern can clearly be extended to any other size board. If both m and n are odd, then there are an odd number of squares, so any rook s tour must begin and end in the same color square. Since a rook cannot legally move to an adjacent square of the same color, there can 1

2 Figure 1: Rook s tours on 7 8 and 7 9 boards be no closed tour if m and n are both odd. Since kings and queens can move either diagonally, up and down, or left and right, constructing closed or open tours with these pieces is trivial. So the only piece left for consideration is the bishop. Since a bishop moves diagonally, it can only ever visit squares of one color. Thus, if it begins on a white square, it will never visit any of the black squares. So bishop s tours that visit every square are impossible. The best we can hope for is a bishop s tour that visits every black square, or one that visits every white square. The Bishop s Tour Problem Let us begin by defining the problem of interest to us. An m n chessboard is an array with square cells arranged in m rows and n columns. Without loss of generality we will assume that m n. We label the cell in the ith row and jth column (i, j), and we assume the standard coloring so that the cell labeled (i, j) is colored white if i + j is even, and it is colored black otherwise. So the cell labeled (1, 1) in the upper left corner is colored white. A legal bishop move is one from cell (i, j) to one of the 4 diagonally adjacent cells (i 1, j 1), (i + 1, j + 1), (i 1, j +1), (i+1, j 1) (some of these moves may not be possible if the cell (i, j) is too close to one of the edges of the board). We wish to find necessary and sufficient conditions on m and n that guarantee that a bishop can make successive legal moves and visit every black cell (or every white cell) exactly once. Clearly, if m = 1 then a bishop s tour visiting all the white cells is impossible if n 3, and one visiting all the black cells is impossible if n 4. Also, a bishop s tour on a 2 n board that visits all the cells of either color is always possible, as shown below in Figure 2. Now if m 3, a bishop s tour that visits all the white cells is impossible. To see this, let us first convert the 2

3 Figure 2: Bishops tours on 2 n boards problem into one about graphs. We let W (m, n) be a graph obtained by replacing each white cell of the board by a vertex and then joining two vertices by an edge if they are separated by a legal bishop s move. We let B(m, n) be the corresponding graph for black cells. A bishop can tour all the white cells if and only if W (m, n) contains a path containing all the vertices i.e. a Hamiltonian path. Suppose such a tour exists. If n is odd, then the corner cell labeled (1, n) is white. If m is odd then the corner cell labelled (m, 1) is white. And if both m and n are even then the corner cell labeled (m, n) is white. So there is at least one other white corner cell. Since there is only one legal move from a corner cell, any tour traversing all the white cells must begin at one of these corner cells and end at another corner cell. Our tour must then include two edges incident with each white cell on the board, except the two corner cells where the tour begins and ends. Without loss of generality, assume that the tour begins at vertex (1, 1). Now consider the vertices corresponding to cells labelled (1, 3) and (3, 1). Each of these vertices will have either one or two edges incident with it, and all these edges will have to be included in the Hamiltonian path. This is illustrated in Figure 3. The dotted edges may not exist if either of the cells (3, 1) or (1, 3) are corner cells Figure 3: A bishop s tour visiting all the white cells on an m n board with m 3 is impossible But then the path will contain three edges incident with the vertex corresponding to cell (2, 2), which can t be since a Hamiltonian path can contain at most 2 edges incident with each vertex. The argument above also shows that if m or n is even and both 3, then a bishop s tour on an m n board that visits all the black cells is impossible, since in this case the board contains two corner black cells. 3

4 We now pose the following question: On which m n boards (m n, m 3) is there a bishop s tour that visits each black cell exactly once? The answer to this question is given by the following theorem: Theorem 1 An m n chessboard with m n and m 3 admits a bishop s tour that visits every black cell exactly once if and only if both of the following two conditions hold: 1. m and n are both odd. 2. m = n or m = n 2. To prove Theorem 1, we first need to prove three lemmas. Lemma 1 There is no bishop s tour that visits every black cell on an 3 n board if n 7. Proof: Suppose such a tour existed. From the above discussion, we know that n is odd, say n = 2k + 1, k 3. In the graph B(3, n), there are k vertices in the first row corresponding to black cells, and k vertices in the third row. Each of these vertices has 2 edges incident with it. Since the tour must include two edges incident with each vertex except for the two vertices where the tour begins and ends, the tour must include both of the edges incident with at least 2k 2 of the 2k vertices in rows 1 and 3. There are k columns containing the 2k 2 vertices. Since k 3, we know that 2k 2 > k. So by the pidgeon-hole principle, at least two of the 2k 2 vertices must lie in the same column. But then the tour will contain the four edges incident with these two vertices, and these four edges form a cycle, as seen in Figure 4. This is clearly impossible, and so no such tour exists. Figure 4: A bishop s tour visiting all the black cells on a 3 n board is impossible when n 7 Lemma 2 Any bishop s tour that visits every black cell on an m n board (m n and m 5) must begin or end on one of the cells on the outer boundary of the board. 4

5 Proof: In the graph B(m, n), each vertex corresponding to a black cell on the outer boundary of the board has exactly two edges incident with it. If the bishop s tour contains all of these edges, it will contain a cycle that, for example, does not include vertex (4, 3): (4,3) Figure 5: A bishop s tour that includes all edges on the outer boundary of the chessboard is impossible This is impossible, so at least one of the edges incident with a vertex on the outer boundary of the graph is not contained in the given tour. But this means that the tour begins or ends at this vertex. Lemma 3 A bishop s tour that visits all the black cells exists on a m n board where m 1 and n 1, if and only if one also exists on an (m + 4) (n + 4) board. Proof: Note that given an m n board, we can construct an (m + 4) (n + 4) board by adding two rows and two columns along each edge of the board. This is illustrated in Figure 6(a), where a 7 9 board, shown in light shading, has been extended to a board. Suppose first that a tour exists on the m n board. By the above lemma, the tour must begin or end on one of the cells on the outer boundary of the board, corresponding to some vertex C as illustrated in Figure 6(a). Then we can easily extend the tour to cover the entire (m + 4) (n + 4) board as indicated in the figure. Now suppose a tour existed on an (m + 4) (n + 4) board. Let V 1 be the set of vertices corresponding to black cells (i, j) where i = 1 or j = 1 or i = m + 4 or j = n + 4. Let V 2 be the set of vertices not in V 1 corresponding to black cells (i, j) where i = 2 or j = 2 or i = m + 3 or j = n + 3. And let V 3 be the set of vertices in B(m + 4, n + 4) not in V 1 or V 2. Let E 1 be the set of edges that are incident with a vertex in V 1. The tour on the (m + 4) (n + 4) board must include two edges incident with each vertex except for the two 5

6 B C... A B F.... A (a) E D... C (b) Figure 6: Constructing a tour on an m n board given a tour on an (m + 4) (n + 4) board vertices at which the tour begins and ends. So the tour must include all the edges in E 1 except possibly one or two of these. It cannot include all the edges of E 1, since then it would include a cycle that does not visit every cell. So either exactly one or exactly two of the edges in E 1 is not contained in the tour. We will take each case separately. Suppose exactly one edge of E 1 is not contained in our tour. This edge connects a vertex in V 1, call it A, to a vertex in V 2, call it B. The situation is illustrated in Figure 6(a). Then the bishop following this tour must begin at vertex A, make its way around the board visiting all the vertices in V 1 and V 2 until it reaches vertex B. Since it cannot return to A, it must then visit a vertex in V 3, say C. By truncating the beginning part of the tour from A to C, we obtain a tour on the m n board whose cells corresponds to vertices in V 3. Suppose now that two edges of E 1 are not contained in our tour. The first edge connects some vertex A in V 1 to some vertex B in V 2. The second edge connects some vertex C in V 1 to some vertex D in V 2. The situation is illustrated on the board in Figure 6(b). This tour then must begin at A, and then end at C. If the bishop begins its tour at A, it must then visit vertices in V 1 and V 2 until it reaches vertex D. Since it cannot visit vertex C next, it must visit a vertex E in V 3 next. Eventually, the bishop visits vertex B, then makes its way around the board to C. If we truncate the beginning of the tour from vertex A to vertex D, and also truncate the end of the tour from vertex B to vertex C, what remains will be a tour on the m n board whose cells correspond to vertices in V 3. We now proceed with the proof of Theorem 1. 6

7 Proof of Theorem 1: Suppose a bishop s tour that visits all the black cells exists on an m n board where m n and m 3. We have already seen that m and n must both be odd. Now suppose condition (2) of the theorem is not satisfied, i.e. n m + 4. By Lemma 1, we know that m 3. Since m is odd, either m = 4k + 1 or m = 4k + 3 for some natural number k. If m = 4k + 1, then by applying Lemma 3 k times, there must be a bishop s tour on a 1 (n 4k) board. (Note that n 4k = n m + 1 5). This is clearly impossible. If on the other hand m = 4k + 3, then again applying Lemma 3 k times, there must be a bishop s tour that visits all the black cells on a 3 (n 4k) board. In this case n 4k = n m + 3 7, so this contradicts Lemma 1. Hence condition 2 must be satisfied. It remains to show that if m and n satisfy conditions (1) and (2), then a bishop s tour that visits all the black cells exists. The proof is by induction. By Lemma 3, if a tour exists on an m n board, then one exists on an (m + 4) (n + 4) board. The result will follow if we can construct tours on boards of sizes 3 3, 3 5, 5 5, and 5 7. These are shown in Figure 7. Figure 7: Bishop s tours on the four base boards This completes the proof of Theorem 1. References [1] Bonnie Averbach and Orin Chein. Problem solving through recreational mathematics, Dover Publications, [2] W.W. Rouse Ball and H.S.M. Coxeter. Mathematical Recreations and Essays, University of Toronto Press, [3] Miodrag Petkovic. Mathematics and Chess, Dover Publications, [4] Allen J. Schwenk. Which Rectangular Chessboards Have a Knight s Tour? The Mathematics Magazine, 64 (1991) [5] R.J. Wilson and J.J. Watkins, Graphs, an Introductory Approach, John Wiley and Sons, Inc., New York,

Some forbidden rectangular chessboards with an (a, b)-knight s move

Some forbidden rectangular chessboards with an (a, b)-knight s move The 22 nd Annual Meeting in Mathematics (AMM 2017) Department of Mathematics, Faculty of Science Chiang Mai University, Chiang Mai, Thailand Some forbidden rectangular chessboards with an (a, b)-knight

More information

Odd king tours on even chessboards

Odd king tours on even chessboards Odd king tours on even chessboards D. Joyner and M. Fourte, Department of Mathematics, U. S. Naval Academy, Annapolis, MD 21402 12-4-97 In this paper we show that there is no complete odd king tour on

More information

arxiv: v1 [math.co] 24 Nov 2018

arxiv: v1 [math.co] 24 Nov 2018 The Problem of Pawns arxiv:1811.09606v1 [math.co] 24 Nov 2018 Tricia Muldoon Brown Georgia Southern University Abstract Using a bijective proof, we show the number of ways to arrange a maximum number of

More information

MATHEMATICS ON THE CHESSBOARD

MATHEMATICS ON THE CHESSBOARD MATHEMATICS ON THE CHESSBOARD Problem 1. Consider a 8 8 chessboard and remove two diametrically opposite corner unit squares. Is it possible to cover (without overlapping) the remaining 62 unit squares

More information

Research Article Knight s Tours on Rectangular Chessboards Using External Squares

Research Article Knight s Tours on Rectangular Chessboards Using External Squares Discrete Mathematics, Article ID 210892, 9 pages http://dx.doi.org/10.1155/2014/210892 Research Article Knight s Tours on Rectangular Chessboards Using External Squares Grady Bullington, 1 Linda Eroh,

More information

Bishop Domination on a Hexagonal Chess Board

Bishop Domination on a Hexagonal Chess Board Bishop Domination on a Hexagonal Chess Board Authors: Grishma Alakkat Austin Ferguson Jeremiah Collins Faculty Advisor: Dr. Dan Teague Written at North Carolina School of Science and Mathematics Completed

More information

Separation Numbers of Chessboard Graphs. Doug Chatham Morehead State University September 29, 2006

Separation Numbers of Chessboard Graphs. Doug Chatham Morehead State University September 29, 2006 Separation Numbers of Chessboard Graphs Doug Chatham Morehead State University September 29, 2006 Acknowledgments Joint work with Doyle, Fricke, Reitmann, Skaggs, and Wolff Research partially supported

More information

TILLING A DEFICIENT RECTANGLE WITH T-TETROMINOES. 1. Introduction

TILLING A DEFICIENT RECTANGLE WITH T-TETROMINOES. 1. Introduction TILLING A DEFICIENT RECTANGLE WITH T-TETROMINOES SHUXIN ZHAN Abstract. In this paper, we will prove that no deficient rectangles can be tiled by T-tetrominoes.. Introduction The story of the mathematics

More information

Perfect Domination for Bishops, Kings and Rooks Graphs On Square Chessboard

Perfect Domination for Bishops, Kings and Rooks Graphs On Square Chessboard Annals of Pure and Applied Mathematics Vol. 1x, No. x, 201x, xx-xx ISSN: 2279-087X (P), 2279-0888(online) Published on 6 August 2018 www.researchmathsci.org DOI: http://dx.doi.org/10.22457/apam.v18n1a8

More information

arxiv: v1 [math.co] 24 Oct 2018

arxiv: v1 [math.co] 24 Oct 2018 arxiv:1810.10577v1 [math.co] 24 Oct 2018 Cops and Robbers on Toroidal Chess Graphs Allyson Hahn North Central College amhahn@noctrl.edu Abstract Neil R. Nicholson North Central College nrnicholson@noctrl.edu

More information

Ivan Guo. Broken bridges There are thirteen bridges connecting the banks of River Pluvia and its six piers, as shown in the diagram below:

Ivan Guo. Broken bridges There are thirteen bridges connecting the banks of River Pluvia and its six piers, as shown in the diagram below: Ivan Guo Welcome to the Australian Mathematical Society Gazette s Puzzle Corner No. 20. Each issue will include a handful of fun, yet intriguing, puzzles for adventurous readers to try. The puzzles cover

More information

GEOGRAPHY PLAYED ON AN N-CYCLE TIMES A 4-CYCLE

GEOGRAPHY PLAYED ON AN N-CYCLE TIMES A 4-CYCLE GEOGRAPHY PLAYED ON AN N-CYCLE TIMES A 4-CYCLE M. S. Hogan 1 Department of Mathematics and Computer Science, University of Prince Edward Island, Charlottetown, PE C1A 4P3, Canada D. G. Horrocks 2 Department

More information

Paired and Total Domination on the Queen's Graph.

Paired and Total Domination on the Queen's Graph. East Tennessee State University Digital Commons @ East Tennessee State University Electronic Theses and Dissertations 8-2005 Paired and Total Domination on the Queen's Graph. Paul Asa Burchett East Tennessee

More information

Closed Almost Knight s Tours on 2D and 3D Chessboards

Closed Almost Knight s Tours on 2D and 3D Chessboards Closed Almost Knight s Tours on 2D and 3D Chessboards Michael Firstein 1, Anja Fischer 2, and Philipp Hungerländer 1 1 Alpen-Adria-Universität Klagenfurt, Austria, michaelfir@edu.aau.at, philipp.hungerlaender@aau.at

More information

Senior Math Circles February 10, 2010 Game Theory II

Senior Math Circles February 10, 2010 Game Theory II 1 University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Senior Math Circles February 10, 2010 Game Theory II Take-Away Games Last Wednesday, you looked at take-away

More information

Asymptotic Results for the Queen Packing Problem

Asymptotic Results for the Queen Packing Problem Asymptotic Results for the Queen Packing Problem Daniel M. Kane March 13, 2017 1 Introduction A classic chess problem is that of placing 8 queens on a standard board so that no two attack each other. This

More information

Reflections on the N + k Queens Problem

Reflections on the N + k Queens Problem Integre Technical Publishing Co., Inc. College Mathematics Journal 40:3 March 12, 2009 2:02 p.m. chatham.tex page 204 Reflections on the N + k Queens Problem R. Douglas Chatham R. Douglas Chatham (d.chatham@moreheadstate.edu)

More information

N-Queens Problem. Latin Squares Duncan Prince, Tamara Gomez February

N-Queens Problem. Latin Squares Duncan Prince, Tamara Gomez February N-ueens Problem Latin Squares Duncan Prince, Tamara Gomez February 19 2015 Author: Duncan Prince The N-ueens Problem The N-ueens problem originates from a question relating to chess, The 8-ueens problem

More information

Two Parity Puzzles Related to Generalized Space-Filling Peano Curve Constructions and Some Beautiful Silk Scarves

Two Parity Puzzles Related to Generalized Space-Filling Peano Curve Constructions and Some Beautiful Silk Scarves Two Parity Puzzles Related to Generalized Space-Filling Peano Curve Constructions and Some Beautiful Silk Scarves http://www.dmck.us Here is a simple puzzle, related not just to the dawn of modern mathematics

More information

Lecture 6: Latin Squares and the n-queens Problem

Lecture 6: Latin Squares and the n-queens Problem Latin Squares Instructor: Padraic Bartlett Lecture 6: Latin Squares and the n-queens Problem Week 3 Mathcamp 01 In our last lecture, we introduced the idea of a diagonal Latin square to help us study magic

More information

Week 1. 1 What Is Combinatorics?

Week 1. 1 What Is Combinatorics? 1 What Is Combinatorics? Week 1 The question that what is combinatorics is similar to the question that what is mathematics. If we say that mathematics is about the study of numbers and figures, then combinatorics

More information

LESSON 2: THE INCLUSION-EXCLUSION PRINCIPLE

LESSON 2: THE INCLUSION-EXCLUSION PRINCIPLE LESSON 2: THE INCLUSION-EXCLUSION PRINCIPLE The inclusion-exclusion principle (also known as the sieve principle) is an extended version of the rule of the sum. It states that, for two (finite) sets, A

More information

Tilings with T and Skew Tetrominoes

Tilings with T and Skew Tetrominoes Quercus: Linfield Journal of Undergraduate Research Volume 1 Article 3 10-8-2012 Tilings with T and Skew Tetrominoes Cynthia Lester Linfield College Follow this and additional works at: http://digitalcommons.linfield.edu/quercus

More information

arxiv:cs/ v2 [cs.cc] 27 Jul 2001

arxiv:cs/ v2 [cs.cc] 27 Jul 2001 Phutball Endgames are Hard Erik D. Demaine Martin L. Demaine David Eppstein arxiv:cs/0008025v2 [cs.cc] 27 Jul 2001 Abstract We show that, in John Conway s board game Phutball (or Philosopher s Football),

More information

Constructing pandiagonal magic squares of arbitrarily large size

Constructing pandiagonal magic squares of arbitrarily large size Constructing pandiagonal magic squares of arbitrarily large size Kathleen Ollerenshaw DBE DStJ DL, CMath Hon FIMA I first met Dame Kathleen Ollerenshaw when I had the pleasure of interviewing her i00 for

More information

Optimal algorithms for constructing knight s tours on arbitrary n m chessboards

Optimal algorithms for constructing knight s tours on arbitrary n m chessboards Discrete Applied Mathematics 146 (2005) 219 232 www.elsevier.com/locate/dam Optimal algorithms for constructing knight s tours on arbitrary n m chessboards Shun-Shii Lin a, Chung-Liang Wei b a Graduate

More information

Minimal tilings of a unit square

Minimal tilings of a unit square arxiv:1607.00660v1 [math.mg] 3 Jul 2016 Minimal tilings of a unit square Iwan Praton Franklin & Marshall College Lancaster, PA 17604 Abstract Tile the unit square with n small squares. We determine the

More information

Pennies vs Paperclips

Pennies vs Paperclips Pennies vs Paperclips Today we will take part in a daring game, a clash of copper and steel. Today we play the game: pennies versus paperclips. Battle begins on a 2k by 2m (where k and m are natural numbers)

More information

If a pawn is still on its original square, it can move two squares or one square ahead. Pawn Movement

If a pawn is still on its original square, it can move two squares or one square ahead. Pawn Movement Chess Basics Pawn Review If a pawn is still on its original square, it can move two squares or one square ahead. Pawn Movement If any piece is in the square in front of the pawn, then it can t move forward

More information

The patterns considered here are black and white and represented by a rectangular grid of cells. Here is a typical pattern: [Redundant]

The patterns considered here are black and white and represented by a rectangular grid of cells. Here is a typical pattern: [Redundant] Pattern Tours The patterns considered here are black and white and represented by a rectangular grid of cells. Here is a typical pattern: [Redundant] A sequence of cell locations is called a path. A path

More information

VARIATIONS ON NARROW DOTS-AND-BOXES AND DOTS-AND-TRIANGLES

VARIATIONS ON NARROW DOTS-AND-BOXES AND DOTS-AND-TRIANGLES #G2 INTEGERS 17 (2017) VARIATIONS ON NARROW DOTS-AND-BOXES AND DOTS-AND-TRIANGLES Adam Jobson Department of Mathematics, University of Louisville, Louisville, Kentucky asjobs01@louisville.edu Levi Sledd

More information

Lower Bounds for the Number of Bends in Three-Dimensional Orthogonal Graph Drawings

Lower Bounds for the Number of Bends in Three-Dimensional Orthogonal Graph Drawings ÂÓÙÖÒÐ Ó ÖÔ ÐÓÖØÑ Ò ÔÔÐØÓÒ ØØÔ»»ÛÛÛº ºÖÓÛÒºÙ»ÔÙÐØÓÒ»» vol.?, no.?, pp. 1 44 (????) Lower Bounds for the Number of Bends in Three-Dimensional Orthogonal Graph Drawings David R. Wood School of Computer Science

More information

A Grid of Liars. Ryan Morrill University of Alberta

A Grid of Liars. Ryan Morrill University of Alberta A Grid of Liars Ryan Morrill rmorrill@ualberta.ca University of Alberta Say you have a row of 15 people, each can be either a knight or a knave. Knights always tell the truth, while Knaves always lie.

More information

arxiv: v1 [cs.cc] 21 Jun 2017

arxiv: v1 [cs.cc] 21 Jun 2017 Solving the Rubik s Cube Optimally is NP-complete Erik D. Demaine Sarah Eisenstat Mikhail Rudoy arxiv:1706.06708v1 [cs.cc] 21 Jun 2017 Abstract In this paper, we prove that optimally solving an n n n Rubik

More information

arxiv: v2 [cs.cc] 20 Nov 2018

arxiv: v2 [cs.cc] 20 Nov 2018 AT GALLEY POBLEM WITH OOK AND UEEN VISION arxiv:1810.10961v2 [cs.cc] 20 Nov 2018 HANNAH ALPET AND ÉIKA OLDÁN Abstract. How many chess rooks or queens does it take to guard all the squares of a given polyomino,

More information

Advances in Ordered Greed

Advances in Ordered Greed Advances in Ordered Greed Peter G. Anderson 1 and Daniel Ashlock Laboratory for Applied Computing, RIT, Rochester, NY and Iowa State University, Ames IA Abstract Ordered Greed is a form of genetic algorithm

More information

An Exploration of the Minimum Clue Sudoku Problem

An Exploration of the Minimum Clue Sudoku Problem Sacred Heart University DigitalCommons@SHU Academic Festival Apr 21st, 12:30 PM - 1:45 PM An Exploration of the Minimum Clue Sudoku Problem Lauren Puskar Follow this and additional works at: http://digitalcommons.sacredheart.edu/acadfest

More information

The Classification of Quadratic Rook Polynomials of a Generalized Three Dimensional Board

The Classification of Quadratic Rook Polynomials of a Generalized Three Dimensional Board Global Journal of Pure and Applied Mathematics. ISSN 0973-1768 Volume 13, Number 3 (2017), pp. 1091-1101 Research India Publications http://www.ripublication.com The Classification of Quadratic Rook Polynomials

More information

An Integer linear programming formulation for tiling large rectangles using 4 x 6 and 5 x 7 tiles

An Integer linear programming formulation for tiling large rectangles using 4 x 6 and 5 x 7 tiles Rochester Institute of Technology RIT Scholar Works Theses Thesis/Dissertation Collections 5-27-2010 An Integer linear programming formulation for tiling large rectangles using 4 x 6 and 5 x 7 tiles Grant

More information

The Tilings of Deficient Squares by Ribbon L-Tetrominoes Are Diagonally Cracked

The Tilings of Deficient Squares by Ribbon L-Tetrominoes Are Diagonally Cracked Open Journal of Discrete Mathematics, 217, 7, 165-176 http://wwwscirporg/journal/ojdm ISSN Online: 2161-763 ISSN Print: 2161-7635 The Tilings of Deficient Squares by Ribbon L-Tetrominoes Are Diagonally

More information

a b c d e f g h i j k l m n

a b c d e f g h i j k l m n Shoebox, page 1 In his book Chess Variants & Games, A. V. Murali suggests playing chess on the exterior surface of a cube. This playing surface has intriguing properties: We can think of it as three interlocked

More information

CSE 573 Problem Set 1. Answers on 10/17/08

CSE 573 Problem Set 1. Answers on 10/17/08 CSE 573 Problem Set. Answers on 0/7/08 Please work on this problem set individually. (Subsequent problem sets may allow group discussion. If any problem doesn t contain enough information for you to answer

More information

I.M.O. Winter Training Camp 2008: Invariants and Monovariants

I.M.O. Winter Training Camp 2008: Invariants and Monovariants I.M.. Winter Training Camp 2008: Invariants and Monovariants n math contests, you will often find yourself trying to analyze a process of some sort. For example, consider the following two problems. Sample

More information

The Archbishop's Odyssey

The Archbishop's Odyssey Undergraduate Review Volume 10 Article 28 2014 The Archbishop's Odyssey Leonard Sprague Follow this and additional works at: http://vc.bridgew.edu/undergrad_rev Part of the Mathematics Commons Recommended

More information

MAGIC SQUARES KATIE HAYMAKER

MAGIC SQUARES KATIE HAYMAKER MAGIC SQUARES KATIE HAYMAKER Supplies: Paper and pen(cil) 1. Initial setup Today s topic is magic squares. We ll start with two examples. The unique magic square of order one is 1. An example of a magic

More information

Colouring tiles. Paul Hunter. June 2010

Colouring tiles. Paul Hunter. June 2010 Colouring tiles Paul Hunter June 2010 1 Introduction We consider the following problem: For each tromino/tetromino, what are the minimum number of colours required to colour the standard tiling of the

More information

Using KenKen to Build Reasoning Skills 1

Using KenKen to Build Reasoning Skills 1 1 INTRODUCTION Using KenKen to Build Reasoning Skills 1 Harold Reiter Department of Mathematics, University of North Carolina Charlotte, Charlotte, NC 28223, USA hbreiter@email.uncc.edu John Thornton Charlotte,

More information

Positive Triangle Game

Positive Triangle Game Positive Triangle Game Two players take turns marking the edges of a complete graph, for some n with (+) or ( ) signs. The two players can choose either mark (this is known as a choice game). In this game,

More information

Recovery and Characterization of Non-Planar Resistor Networks

Recovery and Characterization of Non-Planar Resistor Networks Recovery and Characterization of Non-Planar Resistor Networks Julie Rowlett August 14, 1998 1 Introduction In this paper we consider non-planar conductor networks. A conductor is a two-sided object which

More information

Some results on Su Doku

Some results on Su Doku Some results on Su Doku Sourendu Gupta March 2, 2006 1 Proofs of widely known facts Definition 1. A Su Doku grid contains M M cells laid out in a square with M cells to each side. Definition 2. For every

More information

12. 6 jokes are minimal.

12. 6 jokes are minimal. Pigeonhole Principle Pigeonhole Principle: When you organize n things into k categories, one of the categories has at least n/k things in it. Proof: If each category had fewer than n/k things in it then

More information

Edge-disjoint tree representation of three tree degree sequences

Edge-disjoint tree representation of three tree degree sequences Edge-disjoint tree representation of three tree degree sequences Ian Min Gyu Seong Carleton College seongi@carleton.edu October 2, 208 Ian Min Gyu Seong (Carleton College) Trees October 2, 208 / 65 Trees

More information

Jamie Mulholland, Simon Fraser University

Jamie Mulholland, Simon Fraser University Games, Puzzles, and Mathematics (Part 1) Changing the Culture SFU Harbour Centre May 19, 2017 Richard Hoshino, Quest University richard.hoshino@questu.ca Jamie Mulholland, Simon Fraser University j mulholland@sfu.ca

More information

Mistilings with Dominoes

Mistilings with Dominoes NOTE Mistilings with Dominoes Wayne Goddard, University of Pennsylvania Abstract We consider placing dominoes on a checker board such that each domino covers exactly some number of squares. Given a board

More information

CMPS 12A Introduction to Programming Programming Assignment 5 In this assignment you will write a Java program that finds all solutions to the n-queens problem, for. Begin by reading the Wikipedia article

More information

12th Bay Area Mathematical Olympiad

12th Bay Area Mathematical Olympiad 2th Bay Area Mathematical Olympiad February 2, 200 Problems (with Solutions) We write {a,b,c} for the set of three different positive integers a, b, and c. By choosing some or all of the numbers a, b and

More information

Tile Number and Space-Efficient Knot Mosaics

Tile Number and Space-Efficient Knot Mosaics Tile Number and Space-Efficient Knot Mosaics Aaron Heap and Douglas Knowles arxiv:1702.06462v1 [math.gt] 21 Feb 2017 February 22, 2017 Abstract In this paper we introduce the concept of a space-efficient

More information

Movement of the pieces

Movement of the pieces Movement of the pieces Rook The rook moves in a straight line, horizontally or vertically. The rook may not jump over other pieces, that is: all squares between the square where the rook starts its move

More information

Junior Circle Games with coins and chessboards

Junior Circle Games with coins and chessboards Junior Circle Games with coins and chessboards 1. a.) There are 4 coins in a row. Let s number them 1 through 4. You are allowed to switch any two coins that have a coin between them. (For example, you

More information

arxiv: v1 [math.co] 30 Jul 2015

arxiv: v1 [math.co] 30 Jul 2015 Variations on Narrow Dots-and-Boxes and Dots-and-Triangles arxiv:1507.08707v1 [math.co] 30 Jul 2015 Adam Jobson Department of Mathematics University of Louisville Louisville, KY 40292 USA asjobs01@louisville.edu

More information

Chapter 4 Number Theory

Chapter 4 Number Theory Chapter 4 Number Theory Throughout the study of numbers, students Á should identify classes of numbers and examine their properties. For example, integers that are divisible by 2 are called even numbers

More information

PRIMES STEP Plays Games

PRIMES STEP Plays Games PRIMES STEP Plays Games arxiv:1707.07201v1 [math.co] 22 Jul 2017 Pratik Alladi Neel Bhalla Tanya Khovanova Nathan Sheffield Eddie Song William Sun Andrew The Alan Wang Naor Wiesel Kevin Zhang Kevin Zhao

More information

arxiv: v2 [math.gt] 21 Mar 2018

arxiv: v2 [math.gt] 21 Mar 2018 Tile Number and Space-Efficient Knot Mosaics arxiv:1702.06462v2 [math.gt] 21 Mar 2018 Aaron Heap and Douglas Knowles March 22, 2018 Abstract In this paper we introduce the concept of a space-efficient

More information

Characterization of Domino Tilings of. Squares with Prescribed Number of. Nonoverlapping 2 2 Squares. Evangelos Kranakis y.

Characterization of Domino Tilings of. Squares with Prescribed Number of. Nonoverlapping 2 2 Squares. Evangelos Kranakis y. Characterization of Domino Tilings of Squares with Prescribed Number of Nonoverlapping 2 2 Squares Evangelos Kranakis y (kranakis@scs.carleton.ca) Abstract For k = 1; 2; 3 we characterize the domino tilings

More information

In the game of Chess a queen can move any number of spaces in any linear direction: horizontally, vertically, or along a diagonal.

In the game of Chess a queen can move any number of spaces in any linear direction: horizontally, vertically, or along a diagonal. CMPS 12A Introduction to Programming Winter 2013 Programming Assignment 5 In this assignment you will write a java program finds all solutions to the n-queens problem, for 1 n 13. Begin by reading the

More information

Easy Games and Hard Games

Easy Games and Hard Games Easy Games and Hard Games Igor Minevich April 30, 2014 Outline 1 Lights Out Puzzle 2 NP Completeness 3 Sokoban 4 Timeline 5 Mancala Original Lights Out Puzzle There is an m n grid of lamps that can be

More information

1 Introduction. 2 An Easy Start. KenKen. Charlotte Teachers Institute, 2015

1 Introduction. 2 An Easy Start. KenKen. Charlotte Teachers Institute, 2015 1 Introduction R is a puzzle whose solution requires a combination of logic and simple arithmetic and combinatorial skills 1 The puzzles range in difficulty from very simple to incredibly difficult Students

More information

Wythoff s Game. Kimberly Hirschfeld-Cotton Oshkosh, Nebraska

Wythoff s Game. Kimberly Hirschfeld-Cotton Oshkosh, Nebraska Wythoff s Game Kimberly Hirschfeld-Cotton Oshkosh, Nebraska In partial fulfillment of the requirements for the Master of Arts in Teaching with a Specialization in the Teaching of Middle Level Mathematics

More information

Norman Do. The Art of Tiling with Rectangles. 1 Checkerboards and Dominoes

Norman Do. The Art of Tiling with Rectangles. 1 Checkerboards and Dominoes Norman Do 1 Checkerboards and Dominoes The Art of Tiling with Rectangles Tiling pervades the art and architecture of various ancient civilizations. Toddlers grapple with tiling problems when they pack

More information

After learning the Rules, What should beginners learn next?

After learning the Rules, What should beginners learn next? After learning the Rules, What should beginners learn next? Chess Puzzling Presentation Nancy Randolph Capital Conference June 21, 2016 Name Introduction to Chess Test 1. How many squares does a chess

More information

DELUXE 3 IN 1 GAME SET

DELUXE 3 IN 1 GAME SET Chess, Checkers and Backgammon August 2012 UPC Code 7-19265-51276-9 HOW TO PLAY CHESS Chess Includes: 16 Dark Chess Pieces 16 Light Chess Pieces Board Start Up Chess is a game played by two players. One

More information

STAJSIC, DAVORIN, M.A. Combinatorial Game Theory (2010) Directed by Dr. Clifford Smyth. pp.40

STAJSIC, DAVORIN, M.A. Combinatorial Game Theory (2010) Directed by Dr. Clifford Smyth. pp.40 STAJSIC, DAVORIN, M.A. Combinatorial Game Theory (2010) Directed by Dr. Clifford Smyth. pp.40 Given a combinatorial game, can we determine if there exists a strategy for a player to win the game, and can

More information

Discrete bidding games

Discrete bidding games Discrete bidding games Mike Develin merican Institute of Mathematics 360 Portage ve., Palo lto, C 94306 develin@post.harvard.edu Sam Payne Stanford University, Dept. of Mathematics 450 Serra Mall, Stanford,

More information

OCTAGON 5 IN 1 GAME SET

OCTAGON 5 IN 1 GAME SET OCTAGON 5 IN 1 GAME SET CHESS, CHECKERS, BACKGAMMON, DOMINOES AND POKER DICE Replacement Parts Order direct at or call our Customer Service department at (800) 225-7593 8 am to 4:30 pm Central Standard

More information

The game of Paco Ŝako

The game of Paco Ŝako The game of Paco Ŝako Created to be an expression of peace, friendship and collaboration, Paco Ŝako is a new and dynamic chess game, with a mindful touch, and a mind-blowing gameplay. Two players sitting

More information

Caltech Harvey Mudd Mathematics Competition February 20, 2010

Caltech Harvey Mudd Mathematics Competition February 20, 2010 Mixer Round Solutions Caltech Harvey Mudd Mathematics Competition February 0, 00. (Ying-Ying Tran) Compute x such that 009 00 x (mod 0) and 0 x < 0. Solution: We can chec that 0 is prime. By Fermat s Little

More information

Graphs of Tilings. Patrick Callahan, University of California Office of the President, Oakland, CA

Graphs of Tilings. Patrick Callahan, University of California Office of the President, Oakland, CA Graphs of Tilings Patrick Callahan, University of California Office of the President, Oakland, CA Phyllis Chinn, Department of Mathematics Humboldt State University, Arcata, CA Silvia Heubach, Department

More information

A GRAPH THEORETICAL APPROACH TO SOLVING SCRAMBLE SQUARES PUZZLES. 1. Introduction

A GRAPH THEORETICAL APPROACH TO SOLVING SCRAMBLE SQUARES PUZZLES. 1. Introduction GRPH THEORETICL PPROCH TO SOLVING SCRMLE SQURES PUZZLES SRH MSON ND MLI ZHNG bstract. Scramble Squares puzzle is made up of nine square pieces such that each edge of each piece contains half of an image.

More information

arxiv: v1 [math.co] 12 Jan 2017

arxiv: v1 [math.co] 12 Jan 2017 RULES FOR FOLDING POLYMINOES FROM ONE LEVEL TO TWO LEVELS JULIA MARTIN AND ELIZABETH WILCOX arxiv:1701.03461v1 [math.co] 12 Jan 2017 Dedicated to Lunch Clubbers Mark Elmer, Scott Preston, Amy Hannahan,

More information

Tiling the UFW Symbol

Tiling the UFW Symbol Tiling the UFW Symbol Jodi McWhirter George Santellano Joel Gallegos August 18, 2017 1 Overview In this project we will explore the possible tilings (if any) of the United Farm Workers (UFW) symbol. We

More information

Analysis of Don't Break the Ice

Analysis of Don't Break the Ice Rose-Hulman Undergraduate Mathematics Journal Volume 18 Issue 1 Article 19 Analysis of Don't Break the Ice Amy Hung Doane University Austin Uden Doane University Follow this and additional works at: https://scholar.rose-hulman.edu/rhumj

More information

Finding and Characterizing Knights Tours on the Chessboard

Finding and Characterizing Knights Tours on the Chessboard Finding and Characterizing Knights Tours on the 4 4 4 Chessboard Lydia Miller Goshen College Mathematics Senior Seminar Advisor: David Housman April 2018 Miller 2018 Introduction The Knight s Tour Problem

More information

Solutions to the 2004 CMO written March 31, 2004

Solutions to the 2004 CMO written March 31, 2004 Solutions to the 004 CMO written March 31, 004 1. Find all ordered triples (x, y, z) of real numbers which satisfy the following system of equations: xy = z x y xz = y x z yz = x y z Solution 1 Subtracting

More information

Permutation Groups. Definition and Notation

Permutation Groups. Definition and Notation 5 Permutation Groups Wigner s discovery about the electron permutation group was just the beginning. He and others found many similar applications and nowadays group theoretical methods especially those

More information

Grade 6 Math Circles Combinatorial Games November 3/4, 2015

Grade 6 Math Circles Combinatorial Games November 3/4, 2015 Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles Combinatorial Games November 3/4, 2015 Chomp Chomp is a simple 2-player game. There

More information

Analyzing Games: Solutions

Analyzing Games: Solutions Writing Proofs Misha Lavrov Analyzing Games: olutions Western PA ARML Practice March 13, 2016 Here are some key ideas that show up in these problems. You may gain some understanding of them by reading

More information

Fun and Games on a Chess Board

Fun and Games on a Chess Board Fun and Games on a Chess Board Olga Radko November 19, 2017 I Names of squares on the chess board Color the following squares on the chessboard below: c3, c4, c5, c6, d5, e4, f3, f4, f5, f6 What letter

More information

Grade 6 Math Circles Combinatorial Games - Solutions November 3/4, 2015

Grade 6 Math Circles Combinatorial Games - Solutions November 3/4, 2015 Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles Combinatorial Games - Solutions November 3/4, 2015 Chomp Chomp is a simple 2-player

More information

Counting Things. Tom Davis March 17, 2006

Counting Things. Tom Davis   March 17, 2006 Counting Things Tom Davis tomrdavis@earthlink.net http://www.geometer.org/mathcircles March 17, 2006 Abstract We present here various strategies for counting things. Usually, the things are patterns, or

More information

UKPA Presents. March 12 13, 2011 INSTRUCTION BOOKLET.

UKPA Presents. March 12 13, 2011 INSTRUCTION BOOKLET. UKPA Presents March 12 13, 2011 INSTRUCTION BOOKLET This contest deals with Sudoku and its variants. The Puzzle types are: No. Puzzle Points 1 ChessDoku 20 2 PanDigital Difference 25 3 Sequence Sudoku

More information

Lecture 1, CS 2050, Intro Discrete Math for Computer Science

Lecture 1, CS 2050, Intro Discrete Math for Computer Science Lecture 1, 08--11 CS 050, Intro Discrete Math for Computer Science S n = 1++ 3+... +n =? Note: Recall that for the above sum we can also use the notation S n = n i. We will use a direct argument, in this

More information

YourTurnMyTurn.com: chess rules. Jan Willem Schoonhoven Copyright 2018 YourTurnMyTurn.com

YourTurnMyTurn.com: chess rules. Jan Willem Schoonhoven Copyright 2018 YourTurnMyTurn.com YourTurnMyTurn.com: chess rules Jan Willem Schoonhoven Copyright 2018 YourTurnMyTurn.com Inhoud Chess rules...1 The object of chess...1 The board...1 Moves...1 Captures...1 Movement of the different pieces...2

More information

Olympiad Combinatorics. Pranav A. Sriram

Olympiad Combinatorics. Pranav A. Sriram Olympiad Combinatorics Pranav A. Sriram August 2014 Chapter 2: Algorithms - Part II 1 Copyright notices All USAMO and USA Team Selection Test problems in this chapter are copyrighted by the Mathematical

More information

Graph Theory: The Four Color Theorem

Graph Theory: The Four Color Theorem Graph Theory: The Four Color Theorem 9 April 2014 4 Color Theorem 9 April 2014 1/30 Today we are going to investigate the issue of coloring maps and how many colors are required. We ll see that this is

More information

Figurate Numbers. by George Jelliss June 2008 with additions November 2008

Figurate Numbers. by George Jelliss June 2008 with additions November 2008 Figurate Numbers by George Jelliss June 2008 with additions November 2008 Visualisation of Numbers The visual representation of the number of elements in a set by an array of small counters or other standard

More information

Mathematics Competition Practice Session 6. Hagerstown Community College: STEM Club November 20, :00 pm - 1:00 pm STC-170

Mathematics Competition Practice Session 6. Hagerstown Community College: STEM Club November 20, :00 pm - 1:00 pm STC-170 2015-2016 Mathematics Competition Practice Session 6 Hagerstown Community College: STEM Club November 20, 2015 12:00 pm - 1:00 pm STC-170 1 Warm-Up (2006 AMC 10B No. 17): Bob and Alice each have a bag

More information

Obliged Sums of Games

Obliged Sums of Games Obliged Sums of Games Thomas S. Ferguson Mathematics Department, UCLA 1. Introduction. Let g be an impartial combinatorial game. In such a game, there are two players, I and II, there is an initial position,

More information

Infinite chess. Josh Brunner. May 18, 2018

Infinite chess. Josh Brunner. May 18, 2018 Infinite chess Josh Brunner May 18, 2018 1 Abstract We present a summary of known results about infinite chess, and propose a concrete idea for how to extend the largest known game value for infinite chess

More information

If a word starts with a vowel, add yay on to the end of the word, e.g. engineering becomes engineeringyay

If a word starts with a vowel, add yay on to the end of the word, e.g. engineering becomes engineeringyay ENGR 102-213 - Socolofsky Engineering Lab I - Computation Lab Assignment #07b Working with Array-Like Data Date : due 10/15/2018 at 12:40 p.m. Return your solution (one per group) as outlined in the activities

More information

1111: Linear Algebra I

1111: Linear Algebra I 1111: Linear Algebra I Dr. Vladimir Dotsenko (Vlad) Lecture 7 Dr. Vladimir Dotsenko (Vlad) 1111: Linear Algebra I Lecture 7 1 / 8 Invertible matrices Theorem. 1. An elementary matrix is invertible. 2.

More information