Alice, who works for the Graph County Electric Works, is commissioned to wire the newly erected utility poles in $k$ days. Each day she either chooses a pole and runs wires from it to as many poles as she wishes, or chooses at most $17$ pairs of poles and runs wires between each pair. Bob, who works for the Graph County Paint Works, claims that, no matter how many poles there are and how Alice connects them, all the poles can be painted using not more than $2009$ colors in such a way that no pair of poles connected by a wire is the same color. Determine the greatest value of $k$ for which Bob's claim is valid.
Problem
Source:
Tags: combinatorics proposed, combinatorics
10.09.2010 19:43
Here is the official solution. Let $G=\cup_{i=1}^{k} G_i$ be a graph that can be vertex-colored using not more than $2009$ colors where each $G_i$ is either a star or $e(G_i) \leq 17$ for $1 \leq i \leq k.$ We want to find the maximum possible value of $k.$ Suppose that $G_i$ is a star for $1 \leq i \leq j,$ and $G_i$ satisfies $e(G_i) \leq 17$ for $j+1 \leq i \leq k$ where $0\leq j \leq k.$ If at least $j+10$ colors are needed to color $\cup_{i=1}^{j}G_i,$ then we must have $\dbinom{j+10}{2} \leq 17j$ and since $\left(j-\frac{15}{2}\right)^2+\frac{135}{4} \leq 0,$ this gives a contradiction. Hence it is possible to color $\cup_{i=1}^{j}G_i$ using at most $j+9$ colors. Since we might need at most one more color every time we add a star, we conclude that $G$ can be colored using not more than $k+9$ colors. On the other hand, if $k \geq 9,$ there is a case when $k+9$ is needed: We use $9 \; G_i$s to form a $C_{18}$ and then use $k-9$ stars to complete this to a $C_{k+9}.$ We conclude that the greatest value of $k$ for which $2009$ colors suffice is $2000.$
03.03.2019 21:04