At Issue In a Massachusetts Town, the Value of Two-Thirds
An anonymous reader writes "In Truro, Massachusetts (a town on Cape Cod), a zoning decision came up for vote, where the results were 136 for, 70 against. The vote required 2/3 approval to pass. The Town Clerk and Town Accountant believe that since .66 * 206 is less than 136, the vote passes. However, an 'anonymous caller' noted that a more accurate value of 2/3 would require 137 (or perhaps even 138 votes) for the measure to be considered passed. The MA Secretary of State and State Attorney General are hard at work to resolve this issue." Updated 20100422 23:55 by timothy: Oops! This story is a year old (rounding up), which I didn't spot quickly enough. Hope they've got it all worked out in the meantime.
Significant figures are important. In this case, the 2/3rds rule, being a constant, MUST be taken to at least 3 digits.
Uh.. how about not expressing an infinitely repeating number as a finite value?
(206 * 2) / 3 = 137.33~ = 138 votes to meet the minimum
Not that hard. Significant digits don't come into play. The value of two thirds is 2/3, not some decimal value.
"Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
Further, 137/206 is still less than 2/3. So they in fact needed 138 to pass. This is why I tell my students to never use decimal approximations; simply use the exact number.
Date on the article is April 30th, 2009.
So, does anyone know if basic math skills prevailed?
When information is power, privacy is freedom.
...unless you have fractional people.
Well, that's not exactly unprecedented in American politics.
three fifths of all other Persons
Momentarily, the need for the construction of new light will no longer exist.
I just did it myself in Python and it is a rounding issue:
206/3*2 = 136
206./3*2 = 137.333333333334
If you round the division down then do the multiplication, you get 136.
Y'all screwed up.
2/3 majority in parliamentary procedure is taken as meaning there are at least twice as many votes for than against. That avoids the whole fractional vote issue, which is a nonsensical concept.
In this case there were 70 against, which means there would have to be at least 140 for. Thus the motion fails.
C'mon, people. This thing has to have happened more than a few times in the course of history.