How can I tell if a given year is a Hebrew Leap Year? The simpler, the better.
[Assuming we are using a fixed calendar, not like the "olden days".]
|
How can I tell if a given year is a Hebrew Leap Year? The simpler, the better. [Assuming we are using a fixed calendar, not like the "olden days".] |
|||||
|
|
If you have a piano keyboard handy, you can use it as a mnemonic aid:
|
|||||||||||||||
|
|
A Hebrew Leap Year (in modern times) depends on which year of the 19-year cycle we are in. The years of the 19 year cycle that are leap years are: 3, 6, 8, 11, 14, 17, and 19. (to figure out which year of the cycle you're in, find the remainder of the current year when divided by 19). It turns out there's a simple equation you can use:
[read, 7 times year, plus 1, divided by 19 & find remainder]. if the remainder is less than 7, it's a leap year. If it's 7 or greater, it's a regular year. For example, for 5771 (this year):
OR, you can use the "old-fashioned," non-mathy method of memorizing גוחאדז"ט - which comes out to: 3, 6, 8, 1, 4, 7, 9. Adding ten to the ones after 8 gets you: 3, 6, 8, 11, 14, 17, and 19 - like we found above. |
|||||||||||||||||||
|
|
Simpler is 5771 / 19 = 303 remainder 14 so it is a leap year. |
|||||
|
|
Here's a version that can be done mentally. It works for all years between 5700-5799 (1940-2039): 1) Take the last two digits of the year, and add the second digit to half of the first. If there is a remainder, add 10. If this brings the total to 19 or more, subtract 19. You now know which year in the cycle it is. [Year 19 = 0.] 2) For cycle numbers greater than 7, add 1. Then check if it's evenly divisible by 3 -- if so, it is a leap year. Example:
|
|||
|
|