1924 Maltese general election

Electoral system

The elections were held using the single transferable vote system, whilst suffrage was limited to men meeting certain property qualifications.[2]

Results

Party Votes % Seats +/–
Constitutional Party8,17234.010+3
Maltese Political Union6,55327.210–4
Labour Party4,63219.270
Democratic Nationalist Party4,18817.45+1
Independents5242.200
Invalid/blank votes179
Total24,248100320
Registered voters/turnout27,10189.5
Source: Nohlen & Stöver
gollark: import Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '
gollark: 3.1 Using 2x2 matricesThe argument of iterateabove is a linear transformation, so we can represent it as matrix and compute the nth power of this matrix with O(log n) multiplications and additions.For example, using the simple matrix implementation in Prelude extensions,fib n = head (apply (Matrix [[0,1], [1,1]] ^ n) [0,1])
gollark: 0, 1, 1, 2, 3...
gollark: d o n ' t c h a n g e p e r
gollark: e v i l

References

  1. Dieter Nohlen & Philip Stöver (2010) Elections in Europe: A data handbook, p1302 ISBN 978-3-8329-5609-7
  2. Nohlen & Stöver, p1298
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.