I get this problem from IMO 2015 facebook page. Let $x_i$ be positive integers for $i=1,2,...,11$. If $x_i+x_{i+1}\geq 100$, $|x_i-x_{i+1}|\geq 20$ for $i=1,2,...,10$. And $x_{11}+x_{1}\geq 100$, $|x_{11}-x_1|\geq 20$. What is the minimum possible value of $\sum_{i=1}^{11}x_i$ ? Thanks for solutions.
2026-02-23 07:37:36.1771832256
IMO 2015 warm up problem
948 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in INEQUALITY
- Confirmation of Proof: $\forall n \in \mathbb{N}, \ \pi (n) \geqslant \frac{\log n}{2\log 2}$
- Prove or disprove the following inequality
- Proving that: $||x|^{s/2}-|y|^{s/2}|\le 2|x-y|^{s/2}$
- Show that $x\longmapsto \int_{\mathbb R^n}\frac{f(y)}{|x-y|^{n-\alpha }}dy$ is integrable.
- Solution to a hard inequality
- Is every finite descending sequence in [0,1] in convex hull of certain points?
- Bound for difference between arithmetic and geometric mean
- multiplying the integrands in an inequality of integrals with same limits
- How to prove that $\pi^{e^{\pi^e}}<e^{\pi^{e^{\pi}}}$
- Proving a small inequality
Related Questions in CONTEST-MATH
- Solution to a hard inequality
- Length of Shadow from a lamp?
- All possible values of coordinate k such that triangle ABC is a right triangle?
- Prove that $1+{1\over 1+{1\over 1+{1\over 1+{1\over 1+...}}}}=\sqrt{1+\sqrt{1+\sqrt{1+\sqrt{1+...}}}}$
- Lack of clarity over modular arithmetic notation
- if $n\nmid 2^n+1, n|2^{2^n+1}+1$ show that the $3^k\cdot p$ is good postive integers numbers
- How to prove infinitely many integer triples $x,y,z$ such that $x^2 + y^2 + z^2$ is divisible by $(x + y +z)$
- Proving that $b-a\ge \pi $
- Volume of sphere split into eight sections?
- Largest Cube that fits the space between two Spheres?
Related Questions in ARITHMETIC-COMBINATORICS
- Minors of a particular matrix?
- Erdos conjecture on arithmetic progression
- Parity of Partition Function
- Efficient way to count number of arithmetic progression on coloring of $\mathbb{N}$.
- How prove that there are $a,b,c$ such that $a \in A, b \in B, c \in C$ and $a,b,c$ (with approriate order) is a arithmetic sequence?
- Circular variation with repetition
- Number of sudokus with no consecutive arithmetic progression of length 3 in any row or column.
- this is a conjecture or a result? every arithmetic progression contains a sequence of $k$ "consecutive" primes for possibly all natural numbers $k$?
- Arithmetic Progressions in slowly oscillating sequences
- Boundedness of $\gcd(|x-y|,|a_x-a_y|)$ in sequence
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The minimum sum is 580. Imagine that $x_1, x_2, ..., x_{11}$ are placed around a circle. By summing consecutive pairs starting at $x_{j+1}$ we notice that $\sum x_i \geq 500 + x_j$. So letting $x^* = \max_i\{x_i\}$ we have
$$ \sum x_i \geq 500 + x^* $$
First we note that $x^* \geq 60$ because if not, its neighbors cannot possibly satisfy the constraints. Next we prove that $x^* \geq 80$. Suppose NOT and WLOG let $x_1 = x^*$. By the constraints and the bounds on $x^*$, we find
$$x_1 \in [60,80) \implies x_2 \in (20,60) \implies \\ x_3 \in [60,80) \implies \;\;\;\;\;\;\;\; ... \;\;\;\;\;\;\;\implies \\ x_{11} \in [60,80) \implies x_1 \in (20,60) \;\;\;\;\;\;\;\;$$
a contradiction (the two $\implies$ are fairly obvious so I leave the gritty details to you). So we've shown that $\sum x_i \geq 580$. The assignment 80, 60, 40, 60, 40, 60, 40, 60, 40, 60, 40 proves that the bound is tight.