benchmarks.wiki / Public workspace
OlympiadBench / 2126 / In the coordinate plane consider the set S of all points with integer…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
question
In the coordinate plane consider the set of all points with integer coordinates. For a positive integer , two distinct points will be called -friends if there is a point such that the area of the triangle is equal to . A set will be called a -clique if every two points in are -friends. Find the least positive integer for which there exists a -clique with more than 200 elements.
Plain-text mathematical notation (without MathML)
In the coordinate plane consider the set S of all points with integer coordinates. For a positive integer k, two distinct points A,B∈S will be called k-friends if there is a point C∈S such that the area of the triangle ABC is equal to k. A set T⊂S will be called a k-clique if every two points in T are k-friends. Find the least positive integer k for which there exists a k-clique with more than 200 elements.
Original LaTeX notation
In the coordinate plane consider the set $S$ of all points with integer coordinates. For a positive integer $k$, two distinct points $A, B \in S$ will be called $k$-friends if there is a point $C \in S$ such that the area of the triangle $A B C$ is equal to $k$. A set $T \subset S$ will be called a $k$-clique if every two points in $T$ are $k$-friends. Find the least positive integer $k$ for which there exists a $k$-clique with more than 200 elements.
answer type
Numerical
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