A group of x painters split up into y ( ≤ x ) groups of not necessarily the same size to work on a project of painting circles on the wall. Each painter is given just enough paint to fill in 4 square meters of any shape.
Now, if each group uses their total amount of paint to fill in a largest circle possible, and the sum of the circumferences of all these circles is at most k x y meters with k a positive real number, what is ⌊ k 2 ⌋ ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Actually, the optimal condition is not necessarily when x = y . Try a group of 4 painters splitting up into 2 groups of 2. Nice solution, though!
Log in to reply
I did some number crunching, and it looks like my initial assertion is correct. What do you think? Have I misread the problem?
Log in to reply
Oh, I think you were assuming that x and y can be given certain values to start with. But, the upper bound must work for all choices of x and y, so x = y is not always satisfied.
(Nice chart, btw!)
(I realized I edited this comment way too many times. Oh well.)
Let G i be the size of the i th group. Note that 1 ≤ i ≤ y and ∑ i = 1 y G i = x .
Now, group i has 4 G i square meters of paint to work with. Let r i be the radius of the i th group's circle. We have
π r i 2 r i 2 r i = 4 G i = π 4 G i = 2 π G i .
Thus, the circumference C i of the i th group's circle is C i = 2 π r i = 4 π G i .
We want to find the maximum value of the sum of all the circumferences of all the circles. In other words, we want to maximize ∑ i = 1 y C i . By the Cauchy-Schwarz Inequality,
i = 1 ∑ y C i = i = 1 ∑ y 4 π G i = 4 π i = 1 ∑ y G i ≤ 4 π ( i = 1 ∑ y G i ) ( i = 1 ∑ y 1 ) = 4 π x y .
Thus, k = 4 π , and ⌊ k 2 ⌋ = ⌊ 1 6 π ⌋ = 5 0 .
Addendum: Equality occurs when G 1 = G 2 = . . . = G y − 1 = G y i.e. the groups are all the same size. This can only occur if y ∣ x . If that is not the case, then equality is never attainable.
Problem Loading...
Note Loading...
Set Loading...
The circumference of a circle scales as r and the area scales as r 2 . So if our goal is to maximize the circumference, it's obvious that large circles are inefficient. We want as many small circles as possible, implying that the optimal condition is one in which x = y (each individual paints his own circle). For one such circle:
π r 2 = 4 ⟹ r = π 2 ⟹ C = 4 π
The total circumference is then:
C t o t a l = 4 π x = 4 π x y = k x y k 2 = 1 6 π