Stat 155: solutions to midterm exam

Size: px
Start display at page:

Download "Stat 155: solutions to midterm exam"

Transcription

1 Stat 155: solutions to midterm exam Michael Lugo October 21, We have a board consisting of infinitely many squares labeled 0, 1, 2, 3,... from left to right. Finitely many counters are placed on these squares. A game is played, in which a move consists of one player moving a counter to the left, subject to the following rules: no counter can jump over another counter; it is not allowed to have two or more counters on the same square. The last player who is able to move wins. Say we have counters at positions 5, 8, 11, 15, and 22, as illustrated below. Find all winning moves. Solution. We discussed this in class on Wednesday. This is Nim in disguise. The gaps between counters correspond to piles. But a move in Nim should only alter a single pile, so we consider only every other gap, starting from the right. These gaps are of length 6 (between 15 and 22), length 2 (between 8 and 11), and length 5 (to the left of 5). In this disguise we re allowed to make all the moves that are possible in Nim, plus some other moves (which make piles bigger). But all the pile-enlarging moves are reversible. So we need to find winning moves from the Nim-position (5, 2, 6), where moves that enlarge piles are allowed. There are three: Take 5 to 2 6 = 4; Take 2 to 5 6 = 3; Take 6 to 5 2 = 7. These correspond to moving counters from 5 to 4; from 8 to 7; from 15 to 14. Comments. Nobody got this in full! A lot of people proceeded to treat this as the Nim position (5, 8, 11, 15, 22) and found the only winning moves, which was to take 22 to 9. Some people noticed that gaps were important but failed to notice that only the odd gaps mattered, and therefore analyzed the Nim-position (5, 2, 2, 3, 6); a few even saw that a move would change two piles at a time. Some people considered the game where it s only allowed to move a single square to the left. 1

2 This game is called the silver dollar game with no silver dollar and you can play it online at Grading. I had the following rubric in mind: 4 points for the importance of gaps 4 points for recognition that only every second gap matters 3 points for somehow getting a Nim-position (the correct one is (5, 2, 6)) 4 points for finding the value of this Nim-position 5 points for finding the winning moves from this Nim-position 5 points for converting them back to moves in the original game and approximately followed it, but it turned out to be hard to enforce as a lot of people didn t make the initial steps. Roughly speaking, scores from 15 to 20 ended up indicating a correct analysis of the wrong game. Grade distribution: 25: : : : : : : : : 5. 0: 2. Mean 12.7, median 14, SD Consider the following two-player game. There are n piles of chips containing x 1, x 2,..., x n chips respectively. A move consists of removing 1, 2, or 6 chips from a single pile. The game ends when there are no more chips, and the last player to move wins. (a) What is g(x), the Sprague-Grundy function for a pile of size x, for all nonnegative integers x? Justify your answer. (b) Show that the position x 1 = 5, x 2 = 9, x 3 = 13 is a winning position for the first player, and give all the winning moves from this position. Solution. (a) First compute the Sprague-Grundy function: x g(x) This pattern repeats with period seven, so g(x) = 0 if x is of form 7k or 7k + 3; g(x) = 1 if x is of form 7k + 1 or 7k + 4; g(x) = 2 if x is of form 7k + 2 or 7k + 5; and g(x) = 3 if x is of form 7k + 6. The calculations we have done suffices because we have seen six repeated elements in a row, and g(x) only depends on elements g(x 6) and later. So g(13), g(14),... only depend on g(7) through g(12). Since these are the same as g(0) through g(5) the pattern stays the same forever. (b) The SG-function of the position (5, 9, 13) is g(5) g(9) g(13) = = 1. Winning moves are to change one of the 2s to a 1, or the 3 to a 0; these are moves 5 4, 9 8, Comments. People generally seemed to have the right idea for this one. In (a) there are really two possible justifications for the answer one is the inductive proof in seven cases, 2

3 and the other is the argument I gave above. It s not enough to just say Sprague-Grundy functions are eventually periodic although this is true! because you don t know that you ve actually observed the whole period. In (b) there were a lot of people who interpreted (5, 9, 13) as a Nim-position. Grading. Part (a) was worth 13 points, distributed as follows: 4 for the computation 4 for some general statement of the pattern (enough to indicate that if I gave you x, you could tell me g(x)) I gave 2 here for things like it repeats forever. 5 for the justification. To get full credit for the justification you needed to either give the inductive proof (although I was a bit lenient and didn t require people to write out all the cases) or the eventually periodic argument together with an argument for why the data you ve already generated is enough. Part (b) was worth 12, as follows: 4 for determining that the position has value 3; 2 for noticing that 3 is not 0, and therefore this position is a first-player win; 2 for each winning move Grade distribution: 25: : : : : : : : : 2. 0: 0. Mean 18.2, median 18, SD Solve the two-player matrix game with matrix Solution. Row 3 dominates row 4. 1/3 of column 1 plus 2/3 of column 3 dominates column 2. 1/2 of row 2 plus 1/2 of row 3 dominates row 1. (There are other ways to do the domination.) This leaves the two-player game with matrix ( 0 4 ) which can be solved graphically. The highest point on the lower envelope correspond to the intersection from columns 3 and 4 of the original matrix, so we have to solve the 2-by-2 game 3

4 ( ) This has solution p = (2/5, 3/5), q = (2/5, 3/5), V = 11/5 from the standard formulas for 2-by-2 games. These lift up to the solutions p = (0, 2/5, 3/5, 0)/5, q = (0, 0, 2/5, 3/5)/5 in the larger game. Comments. This problem was pretty straightforward. The principal difficulty was that a few people had bad drawings and solved the 2-by-2 subgame ( ) instead. (This game has value 16/7, which is larger than 11/5.) Not surprisingly there are a few different ways to get through the dominance part of the problem. Grading. 9 for domination. (No matter how you do it there are three domination steps required; I gave 3 for each. You needed to show your work, i. e. say which strategy or combination of strategies dominated each other strategy.) 6 for the graphical solution 3 for knowing what to draw, 3 for identifying the correct intersection. 6 for solving the 2-by-2 game (2 each for p, q, V ). 4 for lifting back to the original 4-by-4 game (2 for each of p and q) Grade distribution: 25: : : : : : : 2. Mean 20.7, median 23, SD Player II chooses a number in {1, 2, 3, 4}. Player I attempts to guess the number. If Player I is correct, he wins 1. If the guess of Player I is off by 1 in either direction, he loses 1. Otherwise there is no payoff. Set up the payoff matrix of this game and solve. Solution. The payoff matrix is At this point there are three different solution paths, which all (of course!) give the same answer. Solution A. Observe that player 1 s strategy satisfies the system of equations p 1 p 2 = V, p 1 + p 2 p 3 = V, p 2 + p 3 p 4 = V, p 3 + p 4 = V, p 1 + p 2 + p 3 + p 4 = 1. 4

5 Then solve the system, by whatever means necessary. In the solutions I wrote before the exam, my method was to note that if we interchange p 1 and p 4, and interchange p 2 and p 3, then the system is unchanged. So we must have p 1 = p 4 and p 2 = p 3, giving the system p 1 p 2 = V, p 1 = V, 2p 1 + 2p 2 = 1. Subtracting the second of these from the first gives p 2 = 2V, from which p 2 = 2p 1 ; then the third gives p 1 = 1/6, and so p 2 = 1/3, V = 1/6. This lifts to the solution p = (1/6, 1/3, 1/3, 1/6) with V = 1/6. The strategy for q is the same by symmetry. Solution B. The game is invariant under switching the pairs (1, 4) and (2, 3). Using this we can reduce to the 2-by-2 game ( ) 1/2 1/2. 1/2 0 where the first column and first row correspond to the strategy pick 1 or 4 with equal probability, and the second column and second row to the strategy pick 2 or 3 with equal probability. The solution to the 2-by-2 game is p = q = (1/3, 2/3), V = 1/6 and this lifts to p = q = (1/6, 1/3, 1/3, 1/6) in the 4-by-4 game. Solution C. Invert the matrix! (I won t write out the details.) Of course you get the same answer. Commments. I intended solution A when I wrote the problem, but I m proud of those of you who saw the invariance and came up with solution B. The only error I saw a lot of was claiming that the game is symmetric and therefore the value is zero; this is only true for symmetric games in a certain formal sense. That sense is that A = A T, i. e. the payoff matrix is skew-symmetric. For payoff matrices which are symmetric (A = A T ) the two players have the same optimal strategies but the value is not zero. Grading. 8 points for writing down the matrix. After that: Solution A: 4 for writing down the system of equations, 10 for solving it to get V and p, 3 for observing that by symmetry p = q. I gave 6 (out of 10) for those who solved the system magically and just wrote down p 1 = V, p 2 = 2V, p 3 = 2V, p 4 = V. (Is there some rule I m not aware of for doing this? If so let me know.) Solution B: 4 for finding the invariant strategies. 4 for reducing to the 2-by-2 matrix. 6 for solving the 2-by-2 game (2 for each of V, p, q. 3 for lifting back to the 4-by-4 game. Solution C: 5 for finding A 1. (2 if you just gave the inverse without showing me how you got it; finding the inverse of a 4-by-4 matrix is hardly basic arithmetic. A few brave souls actually inverted the matrix by hand.) 4 for each of V, p, q from the usual formulas. Grade distribution: 25: : : : : : : : 2. Mean 20.2, median 23, SD 5.8. Some summary comments. I was generally happy with the exam results. I was a bit disappointed with the results for Problem 1, and I m sorry I put it first I didn t realize it was as difficult as it turned out to be! Unsurprisingly, given the background of students in this class, performance was better on problems 3 and 4 than on problems 1 and 2. A good number of people seem to have lost some points for not showing their work; try to be better 5

6 about this on the final! (On the final I hope time will be less of an issue; you ll have three hours, but I don t expect it will be three times as long as the midterm.) Overall grade distribution was as follows: 90-94: : : : : : : : : : : : 2. median 75, mean 72, SD 14. In terms of letter grades, I roughly think of 85 or above as A; A-; B+; B; B-; B- or C+; C+; C; C-; below 45 as below C-. Note that at the end of the semester your grades will be determined from your numerical scores on exams and homeworks, not from any letter-grade information that I might give out as guidance. If you have an issue with how your exam was graded: If I made an arithmetic mistake in adding up scores: I ll correct these on the spot. For more substantial mistakes: Please put in writing what you feel was done incorrectly. Give this to me, with the original exam, by Friday, October 29. I reserve the right to regrade the entire exam, so it s possible your grade will go up or down. You should know that the rubrics given here are just approximations to what I did (because some of you found ways to solve problems, right or wrong, that didn t necessarily line up with the rubric); I also made an effort to ensure that people who got the same score on a problem really did have comparably good solutions. 6

(b) In the position given in the figure below, find a winning move, if any. (b) In the position given in Figure 4.2, find a winning move, if any.

(b) In the position given in the figure below, find a winning move, if any. (b) In the position given in Figure 4.2, find a winning move, if any. Math 5750-1: Game Theory Midterm Exam Mar. 6, 2015 You have a choice of any four of the five problems. (If you do all 5, each will count 1/5, meaning there is no advantage.) This is a closed-book exam,

More information

7. Suppose that at each turn a player may select one pile and remove c chips if c =1

7. Suppose that at each turn a player may select one pile and remove c chips if c =1 Math 5750-1: Game Theory Midterm Exam with solutions Mar 6 2015 You have a choice of any four of the five problems (If you do all 5 each will count 1/5 meaning there is no advantage) This is a closed-book

More information

Contents. MA 327/ECO 327 Introduction to Game Theory Fall 2017 Notes. 1 Wednesday, August Friday, August Monday, August 28 6

Contents. MA 327/ECO 327 Introduction to Game Theory Fall 2017 Notes. 1 Wednesday, August Friday, August Monday, August 28 6 MA 327/ECO 327 Introduction to Game Theory Fall 2017 Notes Contents 1 Wednesday, August 23 4 2 Friday, August 25 5 3 Monday, August 28 6 4 Wednesday, August 30 8 5 Friday, September 1 9 6 Wednesday, September

More information

Game Theory and Algorithms Lecture 19: Nim & Impartial Combinatorial Games

Game Theory and Algorithms Lecture 19: Nim & Impartial Combinatorial Games Game Theory and Algorithms Lecture 19: Nim & Impartial Combinatorial Games May 17, 2011 Summary: We give a winning strategy for the counter-taking game called Nim; surprisingly, it involves computations

More information

Surreal Numbers and Games. February 2010

Surreal Numbers and Games. February 2010 Surreal Numbers and Games February 2010 1 Last week we began looking at doing arithmetic with impartial games using their Sprague-Grundy values. Today we ll look at an alternative way to represent games

More information

NIM Games: Handout 1

NIM Games: Handout 1 NIM Games: Handout 1 Based on notes by William Gasarch 1 One-Pile NIM Games Consider the following two-person game in which players alternate making moves. There are initially n stones on the board. During

More information

Another Form of Matrix Nim

Another Form of Matrix Nim Another Form of Matrix Nim Thomas S. Ferguson Mathematics Department UCLA, Los Angeles CA 90095, USA tom@math.ucla.edu Submitted: February 28, 2000; Accepted: February 6, 2001. MR Subject Classifications:

More information

Jim and Nim. Japheth Wood New York Math Circle. August 6, 2011

Jim and Nim. Japheth Wood New York Math Circle. August 6, 2011 Jim and Nim Japheth Wood New York Math Circle August 6, 2011 Outline 1. Games Outline 1. Games 2. Nim Outline 1. Games 2. Nim 3. Strategies Outline 1. Games 2. Nim 3. Strategies 4. Jim Outline 1. Games

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

Econ 172A - Slides from Lecture 18

Econ 172A - Slides from Lecture 18 1 Econ 172A - Slides from Lecture 18 Joel Sobel December 4, 2012 2 Announcements 8-10 this evening (December 4) in York Hall 2262 I ll run a review session here (Solis 107) from 12:30-2 on Saturday. Quiz

More information

Math 152: Applicable Mathematics and Computing

Math 152: Applicable Mathematics and Computing Math 152: Applicable Mathematics and Computing May 12, 2017 May 12, 2017 1 / 17 Announcements Midterm 2 is next Friday. Questions like homework questions, plus definitions. A list of definitions will be

More information

Classwork Example 1: Exploring Subtraction with the Integer Game

Classwork Example 1: Exploring Subtraction with the Integer Game 7.2.5 Lesson Date Understanding Subtraction of Integers Student Objectives I can justify the rule for subtraction: Subtracting a number is the same as adding its opposite. I can relate the rule for subtraction

More information

37 Game Theory. Bebe b1 b2 b3. a Abe a a A Two-Person Zero-Sum Game

37 Game Theory. Bebe b1 b2 b3. a Abe a a A Two-Person Zero-Sum Game 37 Game Theory Game theory is one of the most interesting topics of discrete mathematics. The principal theorem of game theory is sublime and wonderful. We will merely assume this theorem and use it to

More information

Solutions to Part I of Game Theory

Solutions to Part I of Game Theory Solutions to Part I of Game Theory Thomas S. Ferguson Solutions to Section I.1 1. To make your opponent take the last chip, you must leave a pile of size 1. So 1 is a P-position, and then 2, 3, and 4 are

More information

Math 152: Applicable Mathematics and Computing

Math 152: Applicable Mathematics and Computing Math 152: Applicable Mathematics and Computing April 16, 2017 April 16, 2017 1 / 17 Announcements Please bring a blue book for the midterm on Friday. Some students will be taking the exam in Center 201,

More information

Best of luck on the exam!

Best of luck on the exam! CS103 Handout 18 Fall 2014 October 20, 2014 Practice Midterm Exam This practice exam is closed-book and closed-computer but open-note. You may have a doublesided, 8.5 11 sheet of notes with you when you

More information

ECON 282 Final Practice Problems

ECON 282 Final Practice Problems ECON 282 Final Practice Problems S. Lu Multiple Choice Questions Note: The presence of these practice questions does not imply that there will be any multiple choice questions on the final exam. 1. How

More information

A Positive Thinking Card Game School Counseling is Magical

A Positive Thinking Card Game School Counseling is Magical A Positive Thinking Card Game Pop! Pop Negative Thoughts Teach kids how to talk back to their negative thoughts by playing this fun bubble gum themed card game. Two ways to play: Matching Game: 1) Print

More information

Ideas beyond Number. Teacher s guide to Activity worksheets

Ideas beyond Number. Teacher s guide to Activity worksheets Ideas beyond Number Teacher s guide to Activity worksheets Learning objectives To explore reasoning, logic and proof through practical, experimental, structured and formalised methods of communication

More information

CS 491 CAP Intro to Combinatorial Games. Jingbo Shang University of Illinois at Urbana-Champaign Nov 4, 2016

CS 491 CAP Intro to Combinatorial Games. Jingbo Shang University of Illinois at Urbana-Champaign Nov 4, 2016 CS 491 CAP Intro to Combinatorial Games Jingbo Shang University of Illinois at Urbana-Champaign Nov 4, 2016 Outline What is combinatorial game? Example 1: Simple Game Zero-Sum Game and Minimax Algorithms

More information

EXPLORING TIC-TAC-TOE VARIANTS

EXPLORING TIC-TAC-TOE VARIANTS EXPLORING TIC-TAC-TOE VARIANTS By Alec Levine A SENIOR RESEARCH PAPER PRESENTED TO THE DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE OF STETSON UNIVERSITY IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR

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

final examination on May 31 Topics from the latter part of the course (covered in homework assignments 4-7) include:

final examination on May 31 Topics from the latter part of the course (covered in homework assignments 4-7) include: The final examination on May 31 may test topics from any part of the course, but the emphasis will be on topic after the first three homework assignments, which were covered in the midterm. Topics from

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

HOMEWORK 3 Due: next class 2/3

HOMEWORK 3 Due: next class 2/3 HOMEWORK 3 Due: next class 2/3 1. Suppose the scores on an achievement test follow an approximately symmetric mound-shaped distribution with mean 500, min = 350, and max = 650. Which of the following is

More information

Student Name. Student ID

Student Name. Student ID Final Exam CMPT 882: Computational Game Theory Simon Fraser University Spring 2010 Instructor: Oliver Schulte Student Name Student ID Instructions. This exam is worth 30% of your final mark in this course.

More information

CS103 Handout 25 Spring 2017 May 5, 2017 Problem Set 5

CS103 Handout 25 Spring 2017 May 5, 2017 Problem Set 5 CS103 Handout 25 Spring 2017 May 5, 2017 Problem Set 5 This problem set the last one purely on discrete mathematics is designed as a cumulative review of the topics we ve covered so far and a proving ground

More information

ALGEBRA 2 HONORS QUADRATIC FUNCTIONS TOURNAMENT REVIEW

ALGEBRA 2 HONORS QUADRATIC FUNCTIONS TOURNAMENT REVIEW ALGEBRA 2 HONORS QUADRATIC FUNCTIONS TOURNAMENT REVIEW Thanks for downloading my product! Be sure to follow me for new products, free items and upcoming sales. www.teacherspayteachers.com/store/jean-adams

More information

Game Theory. Chapter 2 Solution Methods for Matrix Games. Instructor: Chih-Wen Chang. Chih-Wen NCKU. Game Theory, Ch2 1

Game Theory. Chapter 2 Solution Methods for Matrix Games. Instructor: Chih-Wen Chang. Chih-Wen NCKU. Game Theory, Ch2 1 Game Theory Chapter 2 Solution Methods for Matrix Games Instructor: Chih-Wen Chang Chih-Wen Chang @ NCKU Game Theory, Ch2 1 Contents 2.1 Solution of some special games 2.2 Invertible matrix games 2.3 Symmetric

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

Chapter 5 Integers. 71 Copyright 2013 Pearson Education, Inc. All rights reserved.

Chapter 5 Integers. 71 Copyright 2013 Pearson Education, Inc. All rights reserved. Chapter 5 Integers In the lower grades, students may have connected negative numbers in appropriate ways to informal knowledge derived from everyday experiences, such as below-zero winter temperatures

More information

Probability and Statistics

Probability and Statistics Probability and Statistics Activity: Do You Know Your s? (Part 1) TEKS: (4.13) Probability and statistics. The student solves problems by collecting, organizing, displaying, and interpreting sets of data.

More information

Extra: I found a worm that was made of 60 triangles. How old was it? Explain how you know.

Extra: I found a worm that was made of 60 triangles. How old was it? Explain how you know. Problem of the Week Teacher Packet Growing Worms In the land of Trianglia the worms are made of isosceles right triangles and they grow fast! As you can see above, a worm that is 1 day old is made of 4

More information

Number Bases. Ideally this should lead to discussions on polynomials see Polynomials Question Sheet.

Number Bases. Ideally this should lead to discussions on polynomials see Polynomials Question Sheet. Number Bases Summary This lesson is an exploration of number bases. There are plenty of resources for this activity on the internet, including interactive activities. Please feel free to supplement the

More information

Plan. Related courses. A Take-Away Game. Mathematical Games , (21-801) - Mathematical Games Look for it in Spring 11

Plan. Related courses. A Take-Away Game. Mathematical Games , (21-801) - Mathematical Games Look for it in Spring 11 V. Adamchik D. Sleator Great Theoretical Ideas In Computer Science Mathematical Games CS 5-25 Spring 2 Lecture Feb., 2 Carnegie Mellon University Plan Introduction to Impartial Combinatorial Games Related

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

Tutorial 1. (ii) There are finite many possible positions. (iii) The players take turns to make moves.

Tutorial 1. (ii) There are finite many possible positions. (iii) The players take turns to make moves. 1 Tutorial 1 1. Combinatorial games. Recall that a game is called a combinatorial game if it satisfies the following axioms. (i) There are 2 players. (ii) There are finite many possible positions. (iii)

More information

EXPLAINING THE SHAPE OF RSK

EXPLAINING THE SHAPE OF RSK EXPLAINING THE SHAPE OF RSK SIMON RUBINSTEIN-SALZEDO 1. Introduction There is an algorithm, due to Robinson, Schensted, and Knuth (henceforth RSK), that gives a bijection between permutations σ S n and

More information

2: Turning the Tables

2: Turning the Tables 2: Turning the Tables Gareth McCaughan Revision 1.8, May 14, 2001 Credits c Gareth McCaughan. All rights reserved. This document is part of the LiveWires Python Course. You may modify and/or distribute

More information

4th Bay Area Mathematical Olympiad

4th Bay Area Mathematical Olympiad 2002 4th ay Area Mathematical Olympiad February 26, 2002 The time limit for this exam is 4 hours. Your solutions should be clearly written arguments. Merely stating an answer without any justification

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

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

Specification Due Date: Friday April 7 at 6am Top-down Program Outline Due Date: Wednesday April 19 at 6am Program Due Date: Monday May 15 at 6am

Specification Due Date: Friday April 7 at 6am Top-down Program Outline Due Date: Wednesday April 19 at 6am Program Due Date: Monday May 15 at 6am Kerry Ojakian s CSI 31 Class Specification Due Date: Friday April 7 at 6am Top-down Program Outline Due Date: Wednesday April 19 at 6am Program Due Date: Monday May 15 at 6am HW: Final Project Do ONE of

More information

Game Theory and an Exploration of 3 x n Chomp! Boards. Senior Mathematics Project. Emily Bergman

Game Theory and an Exploration of 3 x n Chomp! Boards. Senior Mathematics Project. Emily Bergman Game Theory and an Exploration of 3 x n Chomp! Boards Senior Mathematics Project Emily Bergman December, 2014 2 Introduction: Game theory focuses on determining if there is a best way to play a game not

More information

CMPSCI 240: Reasoning Under Uncertainty First Midterm Exam

CMPSCI 240: Reasoning Under Uncertainty First Midterm Exam CMPSCI 240: Reasoning Under Uncertainty First Midterm Exam February 19, 2014. Name: ID: Instructions: Answer the questions directly on the exam pages. Show all your work for each question. Providing more

More information

Math 127: Equivalence Relations

Math 127: Equivalence Relations Math 127: Equivalence Relations Mary Radcliffe 1 Equivalence Relations Relations can take many forms in mathematics. In these notes, we focus especially on equivalence relations, but there are many other

More information

Sequential games. Moty Katzman. November 14, 2017

Sequential games. Moty Katzman. November 14, 2017 Sequential games Moty Katzman November 14, 2017 An example Alice and Bob play the following game: Alice goes first and chooses A, B or C. If she chose A, the game ends and both get 0. If she chose B, Bob

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

CMath 55 PROFESSOR KENNETH A. RIBET. Final Examination May 11, :30AM 2:30PM, 100 Lewis Hall

CMath 55 PROFESSOR KENNETH A. RIBET. Final Examination May 11, :30AM 2:30PM, 100 Lewis Hall CMath 55 PROFESSOR KENNETH A. RIBET Final Examination May 11, 015 11:30AM :30PM, 100 Lewis Hall Please put away all books, calculators, cell phones and other devices. You may consult a single two-sided

More information

Coimisiún na Scrúduithe Stáit State Examinations Commission. Junior Certificate Examination Mathematics

Coimisiún na Scrúduithe Stáit State Examinations Commission. Junior Certificate Examination Mathematics 2018. S33 Coimisiún na Scrúduithe Stáit State Examinations Commission Junior Certificate Examination 2018 Mathematics Paper 2 Ordinary Level Monday 11 June Morning 9:30 to 11:30 300 marks Examination Number

More information

Lesson 1: Opposite Quantities Combine to Make Zero

Lesson 1: Opposite Quantities Combine to Make Zero Classwork Exercise 1: Positive and Negative Numbers Review With your partner, use the graphic organizer below to record what you know about positive and negative numbers. Add or remove statements during

More information

Topics in Computer Mathematics. two or more players Uncertainty (regarding the other player(s) resources and strategies)

Topics in Computer Mathematics. two or more players Uncertainty (regarding the other player(s) resources and strategies) Choosing a strategy Games have the following characteristics: two or more players Uncertainty (regarding the other player(s) resources and strategies) Strategy: a sequence of play(s), usually chosen to

More information

Sequential games. We may play the dating game as a sequential game. In this case, one player, say Connie, makes a choice before the other.

Sequential games. We may play the dating game as a sequential game. In this case, one player, say Connie, makes a choice before the other. Sequential games Sequential games A sequential game is a game where one player chooses his action before the others choose their. We say that a game has perfect information if all players know all moves

More information

THEORY: NASH EQUILIBRIUM

THEORY: NASH EQUILIBRIUM THEORY: NASH EQUILIBRIUM 1 The Story Prisoner s Dilemma Two prisoners held in separate rooms. Authorities offer a reduced sentence to each prisoner if he rats out his friend. If a prisoner is ratted out

More information

Introduction to Auction Theory: Or How it Sometimes

Introduction to Auction Theory: Or How it Sometimes Introduction to Auction Theory: Or How it Sometimes Pays to Lose Yichuan Wang March 7, 20 Motivation: Get students to think about counter intuitive results in auctions Supplies: Dice (ideally per student)

More information

Game 0: One Pile, Last Chip Loses

Game 0: One Pile, Last Chip Loses Take Away Games II: Nim April 24, 2016 The Rules of Nim The game of Nim is a two player game. There are piles of chips which the players take turns taking chips from. During a single turn, a player can

More information

SF2972 Game Theory Written Exam March 17, 2011

SF2972 Game Theory Written Exam March 17, 2011 SF97 Game Theory Written Exam March 7, Time:.-9. No permitted aids Examiner: Boualem Djehiche The exam consists of two parts: Part A on classical game theory and Part B on combinatorial game theory. Each

More information

Three-player impartial games

Three-player impartial games Three-player impartial games James Propp Department of Mathematics, University of Wisconsin (November 10, 1998) Past efforts to classify impartial three-player combinatorial games (the theories of Li [3]

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

Permutation Groups. Every permutation can be written as a product of disjoint cycles. This factorization is unique up to the order of the factors.

Permutation Groups. Every permutation can be written as a product of disjoint cycles. This factorization is unique up to the order of the factors. Permutation Groups 5-9-2013 A permutation of a set X is a bijective function σ : X X The set of permutations S X of a set X forms a group under function composition The group of permutations of {1,2,,n}

More information

0:00:07.150,0:00: :00:08.880,0:00: this is common core state standards support video in mathematics

0:00:07.150,0:00: :00:08.880,0:00: this is common core state standards support video in mathematics 0:00:07.150,0:00:08.880 0:00:08.880,0:00:12.679 this is common core state standards support video in mathematics 0:00:12.679,0:00:15.990 the standard is three O A point nine 0:00:15.990,0:00:20.289 this

More information

Your best friend is a two-faced backstabber.

Your best friend is a two-faced backstabber. BEST FRIEND Name: Date: Your best friend is a two-faced backstabber. Yeah, you know who I mean. Your friend. (That s a laugh.) The one who s supposed to be good to you. The one who s supposed to have your

More information

Summary Overview of Topics in Econ 30200b: Decision theory: strong and weak domination by randomized strategies, domination theorem, expected utility

Summary Overview of Topics in Econ 30200b: Decision theory: strong and weak domination by randomized strategies, domination theorem, expected utility Summary Overview of Topics in Econ 30200b: Decision theory: strong and weak domination by randomized strategies, domination theorem, expected utility theorem (consistent decisions under uncertainty should

More information

Crossing Game Strategies

Crossing Game Strategies Crossing Game Strategies Chloe Avery, Xiaoyu Qiao, Talon Stark, Jerry Luo March 5, 2015 1 Strategies for Specific Knots The following are a couple of crossing game boards for which we have found which

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

CSE 312 Midterm Exam May 7, 2014

CSE 312 Midterm Exam May 7, 2014 Name: CSE 312 Midterm Exam May 7, 2014 Instructions: You have 50 minutes to complete the exam. Feel free to ask for clarification if something is unclear. Please do not turn the page until you are instructed

More information

MITOCW watch?v=fp7usgx_cvm

MITOCW watch?v=fp7usgx_cvm MITOCW watch?v=fp7usgx_cvm Let's get started. So today, we're going to look at one of my favorite puzzles. I'll say right at the beginning, that the coding associated with the puzzle is fairly straightforward.

More information

EE 126 Fall 2006 Midterm #1 Thursday October 6, 7 8:30pm DO NOT TURN THIS PAGE OVER UNTIL YOU ARE TOLD TO DO SO

EE 126 Fall 2006 Midterm #1 Thursday October 6, 7 8:30pm DO NOT TURN THIS PAGE OVER UNTIL YOU ARE TOLD TO DO SO EE 16 Fall 006 Midterm #1 Thursday October 6, 7 8:30pm DO NOT TURN THIS PAGE OVER UNTIL YOU ARE TOLD TO DO SO You have 90 minutes to complete the quiz. Write your solutions in the exam booklet. We will

More information

select the 4 times tables and then all the number tiles used would be 4 x something

select the 4 times tables and then all the number tiles used would be 4 x something Notes for the User: This resource contains the instructions for 6 multiplication games as well as the resources to make the games. These games are appropriate for students in Grade 3 and up who are working

More information

TEKSING TOWARD STAAR MATHEMATICS GRADE 6. Student Book

TEKSING TOWARD STAAR MATHEMATICS GRADE 6. Student Book TEKSING TOWARD STAAR MATHEMATICS GRADE 6 Student Book TEKSING TOWARD STAAR 2014 Six Weeks 1 Lesson 1 STAAR Category 1 Grade 6 Mathematics TEKS 6.2A/6.2B Problem-Solving Model Step Description of Step 1

More information

2. The Extensive Form of a Game

2. The Extensive Form of a Game 2. The Extensive Form of a Game In the extensive form, games are sequential, interactive processes which moves from one position to another in response to the wills of the players or the whims of chance.

More information

Solving Big Problems

Solving Big Problems Solving Big Problems A 3-Week Book of Big Problems, Solved Solving Big Problems Students July 25 SPMPS/BEAM Contents Challenge Problems 2. Palindromes.................................... 2.2 Pick Your

More information

Moneybags. by Will Chavis. Combinatorial Games. Instructor: Dr. Harold Reiter

Moneybags. by Will Chavis. Combinatorial Games. Instructor: Dr. Harold Reiter Moneybags by Will Chavis Combinatorial Games Instructor: Dr Harold Reiter Section 1 Introuction The world of math explores many realms of analytical diversity One of the most distinguished analytical forms

More information

Definition 1 (Game). For us, a game will be any series of alternating moves between two players where one player must win.

Definition 1 (Game). For us, a game will be any series of alternating moves between two players where one player must win. Abstract In this Circles, we play and describe the game of Nim and some of its friends. In German, the word nimm! is an excited form of the verb to take. For example to tell someone to take it all you

More information

Counting Chicken Wings

Counting Chicken Wings Problem of the Week Teacher Packet Counting Chicken Wings At Annie s Home-Cooked Chicken Wings Restaurant, chicken wings are served by the bucket. The Biggest Bucket O Wings is really big! Let s figure

More information

On Variations of Nim and Chomp

On Variations of Nim and Chomp arxiv:1705.06774v1 [math.co] 18 May 2017 On Variations of Nim and Chomp June Ahn Benjamin Chen Richard Chen Ezra Erives Jeremy Fleming Michael Gerovitch Tejas Gopalakrishna Tanya Khovanova Neil Malur Nastia

More information

Strategic Bargaining. This is page 1 Printer: Opaq

Strategic Bargaining. This is page 1 Printer: Opaq 16 This is page 1 Printer: Opaq Strategic Bargaining The strength of the framework we have developed so far, be it normal form or extensive form games, is that almost any well structured game can be presented

More information

Blackjack Project. Due Wednesday, Dec. 6

Blackjack Project. Due Wednesday, Dec. 6 Blackjack Project Due Wednesday, Dec. 6 1 Overview Blackjack, or twenty-one, is certainly one of the best-known games of chance in the world. Even if you ve never stepped foot in a casino in your life,

More information

Math Spring 2014 Proof Portfolio Instructions And Assessment

Math Spring 2014 Proof Portfolio Instructions And Assessment Math 310 - Spring 2014 Proof Portfolio Instructions And Assessment Portfolio Description: Very few people are innately good writers, and that s even more true if we consider writing mathematical proofs.

More information

Practice Midterm 2 Solutions

Practice Midterm 2 Solutions Practice Midterm 2 Solutions May 30, 2013 (1) We want to show that for any odd integer a coprime to 7, a 3 is congruent to 1 or 1 mod 7. In fact, we don t need the assumption that a is odd. By Fermat s

More information

Practice Midterm Exam 5

Practice Midterm Exam 5 CS103 Spring 2018 Practice Midterm Exam 5 Dress Rehearsal exam This exam is closed-book and closed-computer. You may have a double-sided, 8.5 11 sheet of notes with you when you take this exam. You may

More information

Weighted Polya Theorem. Solitaire

Weighted Polya Theorem. Solitaire Weighted Polya Theorem. Solitaire Sasha Patotski Cornell University ap744@cornell.edu December 15, 2015 Sasha Patotski (Cornell University) Weighted Polya Theorem. Solitaire December 15, 2015 1 / 15 Cosets

More information

Binary Games. Keep this tetrahedron handy, we will use it when we play the game of Nim.

Binary Games. Keep this tetrahedron handy, we will use it when we play the game of Nim. Binary Games. Binary Guessing Game: a) Build a binary tetrahedron using the net on the next page and look out for patterns: i) on the vertices ii) on each edge iii) on the faces b) For each vertex, we

More information

2. (a) Solve the following two-person zero-sum matrix game.

2. (a) Solve the following two-person zero-sum matrix game. Final Examination Mathematics 167, Game Theory Ferguson Tues June 14, 2005 1 (a) Consider a game of nim with 3 piles of sizes 9, 17 and 21 Is this a P-position or an N-position? If an N-position, what

More information

KS specimen papers

KS specimen papers KS4 2016 specimen papers OCR H3 specimen 14 A straight line goes through the points (p, q) and (r, s), where p + 2 = r q + 4 = s. Find the gradient of the line. AQA F3 H3 specimen 21 When x² = 16 the only

More information

On Variants of Nim and Chomp

On Variants of Nim and Chomp The Minnesota Journal of Undergraduate Mathematics On Variants of Nim and Chomp June Ahn 1, Benjamin Chen 2, Richard Chen 3, Ezra Erives 4, Jeremy Fleming 3, Michael Gerovitch 5, Tejas Gopalakrishna 6,

More information

Roll & Make. Represent It a Different Way. Show Your Number as a Number Bond. Show Your Number on a Number Line. Show Your Number as a Strip Diagram

Roll & Make. Represent It a Different Way. Show Your Number as a Number Bond. Show Your Number on a Number Line. Show Your Number as a Strip Diagram Roll & Make My In Picture Form In Word Form In Expanded Form With Money Represent It a Different Way Make a Comparison Statement with a Greater than Your Make a Comparison Statement with a Less than Your

More information

Arranging Rectangles. Problem of the Week Teacher Packet. Answer Check

Arranging Rectangles. Problem of the Week Teacher Packet. Answer Check Problem of the Week Teacher Packet Arranging Rectangles Give the coordinates of the vertices of a triangle that s similar to the one shown and which has a perimeter three times that of the given triangle.

More information

Part 1. Midterm exam PS 30 November 2012

Part 1. Midterm exam PS 30 November 2012 Last name First name Student ID number Part 1 Midterm exam PS 30 November 2012 This is a closed book exam. The only thing you can take into this exam is yourself and writing instruments. No calculators,

More information

6.2 Modular Arithmetic

6.2 Modular Arithmetic 6.2 Modular Arithmetic Every reader is familiar with arithmetic from the time they are three or four years old. It is the study of numbers and various ways in which we can combine them, such as through

More information

Mohammad Hossein Manshaei 1394

Mohammad Hossein Manshaei 1394 Mohammad Hossein Manshaei manshaei@gmail.com 394 Some Formal Definitions . First Mover or Second Mover?. Zermelo Theorem 3. Perfect Information/Pure Strategy 4. Imperfect Information/Information Set 5.

More information

By Scott Fallstrom and Brent Pickett The How and Whys Guys

By Scott Fallstrom and Brent Pickett The How and Whys Guys Math Fundamentals for Statistics I (Math 52) Unit 2:Number Line and Ordering By Scott Fallstrom and Brent Pickett The How and Whys Guys This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike

More information

17. Symmetries. Thus, the example above corresponds to the matrix: We shall now look at how permutations relate to trees.

17. Symmetries. Thus, the example above corresponds to the matrix: We shall now look at how permutations relate to trees. 7 Symmetries 7 Permutations A permutation of a set is a reordering of its elements Another way to look at it is as a function Φ that takes as its argument a set of natural numbers of the form {, 2,, n}

More information

Making Middle School Math Come Alive with Games and Activities

Making Middle School Math Come Alive with Games and Activities Making Middle School Math Come Alive with Games and Activities For more information about the materials you find in this packet, contact: Sharon Rendon (605) 431-0216 sharonrendon@cpm.org 1 2-51. SPECIAL

More information

Tangent: Boromean Rings. The Beer Can Game. Plan. A Take-Away Game. Mathematical Games I. Introduction to Impartial Combinatorial Games

Tangent: Boromean Rings. The Beer Can Game. Plan. A Take-Away Game. Mathematical Games I. Introduction to Impartial Combinatorial Games K. Sutner D. Sleator* Great Theoretical Ideas In Computer Science CS 15-251 Spring 2014 Lecture 110 Feb 4, 2014 Carnegie Mellon University Tangent: Boromean Rings Mathematical Games I Challenge for next

More information

Acing Math (One Deck At A Time!): A Collection of Math Games. Table of Contents

Acing Math (One Deck At A Time!): A Collection of Math Games. Table of Contents Table of Contents Introduction to Acing Math page 5 Card Sort (Grades K - 3) page 8 Greater or Less Than (Grades K - 3) page 9 Number Battle (Grades K - 3) page 10 Place Value Number Battle (Grades 1-6)

More information

18.204: CHIP FIRING GAMES

18.204: CHIP FIRING GAMES 18.204: CHIP FIRING GAMES ANNE KELLEY Abstract. Chip firing is a one-player game where piles start with an initial number of chips and any pile with at least two chips can send one chip to the piles on

More information

Partial Answers to the 2005 Final Exam

Partial Answers to the 2005 Final Exam Partial Answers to the 2005 Final Exam Econ 159a/MGT522a Ben Polak Fall 2007 PLEASE NOTE: THESE ARE ROUGH ANSWERS. I WROTE THEM QUICKLY SO I AM CAN'T PROMISE THEY ARE RIGHT! SOMETIMES I HAVE WRIT- TEN

More information

THE SIGN OF A PERMUTATION

THE SIGN OF A PERMUTATION THE SIGN OF A PERMUTATION KEITH CONRAD 1. Introduction Throughout this discussion, n 2. Any cycle in S n is a product of transpositions: the identity (1) is (12)(12), and a k-cycle with k 2 can be written

More information

1. For which of the following sets does the mean equal the median?

1. For which of the following sets does the mean equal the median? 1. For which of the following sets does the mean equal the median? I. {1, 2, 3, 4, 5} II. {3, 9, 6, 15, 12} III. {13, 7, 1, 11, 9, 19} A. I only B. I and II C. I and III D. I, II, and III E. None of the

More information