MT 007.02 / SL 266.01
Ideas in Mathematics: The Grammar of Numbers
Exercise 35: Calculating the date of Easter 1998

Does Gauss' formula, as presented here and in class, 'prove' that Easter 1998 falls on 12 April? Demonstrate this by computing the formula for 1998.

To find the date of Easter (P) where J = the year in question and, for 1900-2099, M = 25 and N = 5,
  1. = MOD (J / 19)
  2. = MOD (J / 4)
  3. = MOD (J / 7)
  4. = MOD ((19a + M) / 30 )
  5. = MOD ((2b + 4c + 6d + N ) / 7 )

then P = ( 22 + d + e ) of March
unless P > 31,
in which case P = ( d + e - 9 ) of April.

Exceptions accounted for:

Presentation derived from Wislicenius, W.F.: Der Kalender. (Teubner) Leipzig, 1914(2). [Aus Natur und Geisteswelt, 69].


For this coming Wednesday's lecture material on Chinese numbers read Menninger pp.450-456.
Also follow any cross-references through, such as the reference to page 31 on classifiers.


fmwww.bc.edu/MT/gross/NumEx35.html
mjc 8408e