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 (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) in the coordinate plane is given by |x1x2|+|y1y2|.|x_1 - x_2| + |y_1 - y_2|. For how many points PP with integer coordinates is the taxicab distance between PP and the origin less than or equal to 2020?
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

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

Official source

initial import