There are 3 groups and that need to divide up a board with 5 seats on it. has 500 members, has 300 members, and has 200 members.
If seats are assigned using the Huntington-Hill method , how many seats go to group ?
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.
"If n is greater than the geometric mean, then Q is rounded up;"
should be "If Q is greater than the geometric mean, then Q is rounded up;"
Qa = 5 * 500 / (500 + 300 + 200) = 5 * 0.5 = 2.5
=> n = 2 & geom. mean = sqrt(2*(2+1)) = sqrt(6) = 2.45
=> Qa = 2.5 > 2.45, so Qa is rounded up.