arjunshn wrote:A certain city with population 132000 is to be divided into 11 districts and no district is to have a population that is more than 10% greater than the population of any district.What is the minimum possible population that the least populated district could have?
a-10700
b-10800
c-10900
d-11000
e-11100
ans-d
Let the 11 voting districts have populations d1, d2, d3, d4,....d11 respectively.
Let d1 be the least population.
So, d1+d2+d3+...+d11 = 132,000.
Now, according to question d2 <= 1.1*d1, d3 <= 1.1*d1,....d11<=1.1*d1.
Adding all inequality, we get that (d2+d3+d4...d11) <= 10*1.1*d1.
Or (d2+d3+d4...d11) <= 11d1.
Or (d1+d2+...+d11) <= 12d1.
Or 132,000 <= 12d1.
Or d1 => 11,000.
So, the minimum possible population of least populated district is 11,000.
The correct answer is D.