Logic Problems: Problem 3

2 years ago
5

Problem: Below is the game board, showing nine different points that pieces can jump to. There are two pieces: police and robber. The police piece is at point 3 and the robber piece is at point 6. The two pieces take turns moving, and the police goes first. The two pieces can only move to a point connected by one line segment, and cannot stay at the same point. How would you move so that the police will catch the robber within 6 moves?

Key: Eliminate possibilities that the robber can move to

Please consider subscribing, here's our website: https://inquisitivekids.github.io

Loading comments...