benchmarks.wiki / Public workspace
OlympiadBench / 1613 / Determine all positive integers n satisfying the following condition: for…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
question
Determine all positive integers satisfying the following condition: for every monic polynomial of degree at most with integer coefficients, there exists a positive integer , and distinct integers such that
Note. A polynomial is monic if the coefficient of the highest power is one.
Plain-text mathematical notation (without MathML)
Determine all positive integers n satisfying the following condition: for every monic polynomial P of degree at most n with integer coefficients, there exists a positive integer k≤n, and k+1 distinct integers x₁,x₂,…,x_(k+1) such that P(x₁)+P(x₂)+⋯+P(x_(k))=P(x_(k+1)). Note. A polynomial is monic if the coefficient of the highest power is one.
Original LaTeX notation
Determine all positive integers $n$ satisfying the following condition: for every monic polynomial $P$ of degree at most $n$ with integer coefficients, there exists a positive integer $k \leq n$, and $k+1$ distinct integers $x_{1}, x_{2}, \ldots, x_{k+1}$ such that
$$
P\left(x_{1}\right)+P\left(x_{2}\right)+\cdots+P\left(x_{k}\right)=P\left(x_{k+1}\right) .
$$
Note. A polynomial is monic if the coefficient of the highest power is one.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