2023 SSMO Team Round Problems/Problem 9

Revision as of 22:25, 15 December 2023 by Pinkpig (talk | contribs) (Created page with "==Problem== Let <math>B</math>, <math>K</math>, and <math>R</math> be the total number of possible moves for a bishop, knight, or rook from any position of a <math>9</math> by...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Let $B$, $K$, and $R$ be the total number of possible moves for a bishop, knight, or rook from any position of a $9$ by $9$ grid. Find $B + K + R$.

(A bishop moves along diagonals, a rook moves along rows, and a knight moves in the form of a $2 \times 1$ "L" shape)

Solution