benchmarks.wiki / Public workspace
OlympiadBench / 1644 / Given positive integers m and n≥m, determine the largest number of…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
question
Given positive integers and , determine the largest number of dominoes or rectangles) that can be placed on a rectangular board with rows and columns consisting of cells squares so that:
(i) each domino covers exactly two adjacent cells of the board;
(ii) no two dominoes overlap;
(iii) no two form a square; and
(iv) the bottom row of the board is completely covered by dominoes.
Plain-text mathematical notation (without MathML)
Given positive integers m and n≥m, determine the largest number of dominoes (1×2 or 2×1 rectangles) that can be placed on a rectangular board with m rows and 2n columns consisting of cells (1×1 squares ) so that: (i) each domino covers exactly two adjacent cells of the board; (ii) no two dominoes overlap; (iii) no two form a 2×2 square; and (iv) the bottom row of the board is completely covered by n dominoes.
Original LaTeX notation
Given positive integers $m$ and $n \geq m$, determine the largest number of dominoes $(1 \times 2$ or $2 \times 1$ rectangles) that can be placed on a rectangular board with $m$ rows and $2 n$ columns consisting of cells $(1 \times 1$ squares $)$ so that: (i) each domino covers exactly two adjacent cells of the board; (ii) no two dominoes overlap; (iii) no two form a $2 \times 2$ square; and (iv) the bottom row of the board is completely covered by $n$ dominoes.
answer type
Expression
is multiple answer
false
language
English
question type
Open-ended
subject
Math
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
initial import