benchmarks.wiki / Public workspace

OlympiadBench / 2204 / Let n be a positive integer. Dominoes are placed on a 2n×2n board…

Problem

Answer published by the source. Consult the official source to check your work against its answer.

question

Let nn be a positive integer. Dominoes are placed on a 2n×2n2 n \times 2 n board in such a way that every cell of the board is adjacent to exactly one cell covered by a domino. For each nn, determine the largest number of dominoes that can be placed in this way. (A domino is a tile of size 2×12 \times 1 or 1×21 \times 2. Dominoes are placed on the board in such a way that each domino covers exactly two cells of the board, and dominoes do not overlap. Two cells are said to be adjacent if they are different and share a common side.)
Plain-text mathematical notation (without MathML)
Let n be a positive integer. Dominoes are placed on a 2n×2n board in such a way that every cell of the board is adjacent to exactly one cell covered by a domino. For each n, determine the largest number of dominoes that can be placed in this way.

(A domino is a tile of size 2×1 or 1×2. Dominoes are placed on the board in such a way that each domino covers exactly two cells of the board, and dominoes do not overlap. Two cells are said to be adjacent if they are different and share a common side.)
Original LaTeX notation
Let $n$ be a positive integer. Dominoes are placed on a $2 n \times 2 n$ board in such a way that every cell of the board is adjacent to exactly one cell covered by a domino. For each $n$, determine the largest number of dominoes that can be placed in this way.

(A domino is a tile of size $2 \times 1$ or $1 \times 2$. Dominoes are placed on the board in such a way that each domino covers exactly two cells of the board, and dominoes do not overlap. Two cells are said to be adjacent if they are different and share a common side.)

answer type

Expression

is multiple answer

false

language

English

question type

Open-ended

subject

Math

Discussion

Discussion

No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

See answer Answer published by the source

Artifacts

Code, notes and reproducible work shared by participants. Files are served from a separate origin.

No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.

Source and history

Official source

initial import