一到忘了在哪里遇到的题了,到现在还没有解答出来 哪位NN帮帮忙哦~~ City with a population of 132000 is to be divided into 11 voting districts, and no district is to have a population that is more than 10% greater than the population of any other district. What is the minimum possible population that at least population district could have?? 10700 10800 10900 11000 11100
计算一个临界的情况吧,就是11个districts中有10个是相等的population,并且它们均比最小population高出10%
所以,设这个minimum population为x
x+10x(1+10%)=132000
x=11000 选D
[此贴子已经被作者于2008-10-11 12:37:26编辑过] |