Kalouste
- 21
- 0
I notice that in PF Forums people vote in a poll to tell the community who they think that should win. Well, here's the problem:
Borda counting
I have here an excellent example, but it's written in portuguese and I have no pacience to translate it. Anyway here's a link that has a cool example about Borda Counting:
http://mathforum.org/kb/thread.jspa?messageID=1478249"
And if you want to know more about how fair is Borda Counting:
Basic Geometry of Voting, Donald Saari (from Northwestern University), 1995
This books reveals the teorethical superiority of Borda Counting. And if you like math like I do, you'll love this system. The problem is that politicians don't understand, so they don't love this system. How can we convince politicians that this ir ironically much more fair than the actual system («one man, one vote»)? I don't know the answer. Do you?
Aproaches for making Borda Counting automatic
The poll only allows 3 candidates (10 options in fact...3!=6 but 4!=24). There are 2 ways:
- allow only 3 candidates to each category (uses the poll);
- allow n candidates (uses programming skills).
Allowing n candidates
By making a javascript/flash application that allows people to vote in n candidates, and by dealing with server scripting(databases, php, asp+, etc.)...
Resource: http://www.pbs.org/teachersource/mathline/concepts/voting/activity1.shtm
Borda counting
I have here an excellent example, but it's written in portuguese and I have no pacience to translate it. Anyway here's a link that has a cool example about Borda Counting:
http://mathforum.org/kb/thread.jspa?messageID=1478249"
And if you want to know more about how fair is Borda Counting:
Basic Geometry of Voting, Donald Saari (from Northwestern University), 1995
This books reveals the teorethical superiority of Borda Counting. And if you like math like I do, you'll love this system. The problem is that politicians don't understand, so they don't love this system. How can we convince politicians that this ir ironically much more fair than the actual system («one man, one vote»)? I don't know the answer. Do you?
Aproaches for making Borda Counting automatic
The poll only allows 3 candidates (10 options in fact...3!=6 but 4!=24). There are 2 ways:
- allow only 3 candidates to each category (uses the poll);
- allow n candidates (uses programming skills).
Allowing n candidates
By making a javascript/flash application that allows people to vote in n candidates, and by dealing with server scripting(databases, php, asp+, etc.)...
Resource: http://www.pbs.org/teachersource/mathline/concepts/voting/activity1.shtm
Last edited by a moderator: