benchmarks.wiki / Public workspace
AMC (AIMO validation set) / https://artofproblemsolving.com/wiki/index.php/2022_AMC_12A_Problems/Problem_5 / The textit{taxicab distance} between points (x₁,y₁) and (x₂,y₂) in the coordinate plane is given by |x₁−x₂|+|y₁−y₂|. For how many points P with integer coordinates is the taxicab d…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
problem
The
$\textit{taxicab distance}$ between points and in the coordinate plane is given by
For how many points with integer coordinates is the taxicab distance between and the origin less than or equal to ?Plain-text mathematical notation (without MathML)
The $\textit{taxicab distance}$ between points (x₁,y₁) and (x₂,y₂) in the coordinate plane is given by |x₁−x₂|+|y₁−y₂|.
For how many points P with integer coordinates is the taxicab distance between P and the origin less than or equal to 20?Original LaTeX notation
The $\textit{taxicab distance}$ between points $(x_1, y_1)$ and $(x_2, y_2)$ in the coordinate plane is given by \[|x_1 - x_2| + |y_1 - y_2|.\]
For how many points $P$ with integer coordinates is the taxicab distance between $P$ and the origin less than or equal to $20$?Discussion
No discussion posts on this page yet. Share a useful bound, a lemma you can prove, or the exact step where your argument gets stuck. 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. Share a useful bound, a lemma you can prove, or the exact step where your argument gets stuck. Use the posting template.
Source and history
initial import