Everyone knows Friday the 13th is regarded as a day of bad luck.
Why does every year have at least one of this bad day?
Source: 2010 ISI B Math UGB
Everyone knows Friday the 13th is regarded as a day of bad luck.
Why does every year have at least one of this bad day?
Source: 2010 ISI B Math UGB
On
This is not an elegant method, and maybe there is none, but it works. There are 14 possible one-year calendars:
the common year beginning on Sunday, the common year beginning on Monday, the common year beginning on Tuesday, and so on....
and then the leap year beginning on Sunday, the leap year beginning on Monday, and so on....
Look at each of the 14 calendars, and count the number of Friday the 13ths.
On
In a common year the 13ths of the month fall at intervals of $31,28,31,30,31,30,31,31,30,31$,and $30$ days, which reduce mod $7$ to $3,0,3,2,3,2,3,3,2,3$, and $2$. The partial sums mod $7$ are $3,3,6,1$, $4,6,2,5,0,3$,and $5$; since these include a complete residue system mod $7$, at least one of those 13ths must fall on a Friday.
In a leap year the corresponding numbers are $31,29,31,30,31,30,31,31,30,31$,and $30$ for the intervals, $3,1,3,2,3,2,3,3,2,3$, and $2$ for their reductions mod $7$, and $3,4,0,2,5,0,3,6,1,4$, and $6$ for the partial sums mod $7$; once again the partial sums include a complete residue system mod $7$, and one of the 13ths must fall on a Friday.
On
You may prefer to focus only on the months May through November inclusive, and show that the 13ths of those seven months fall on seven different days of the week.
Working mod 7, and letting May 13th = X,
May 13th = X
June 13th = X + 31 = X + 3
July 13th = X + 31 + 30 = X + 5
August 13th = X + 31 + 30 + 31 = X + 1
September 13th = X + 31 + 30 + 31 + 31 = X + 4
October 13th = X + 31 + 30 + 31 + 31 + 30 = X + 6
November 13th = X + 31 + 30 + 31 + 31 + 30 + 31 = X + 2
A month has a Friday 13th if and only if it begins on a Sunday.
On a regular (non-leap) year, if January begins on day $k$, $0\leq k\leq 6$ (with $k=0$ being Sunday), then we have that:
With these, we already have day $k$, $k+1$, $k+2$, $k+3$, $k+4$, $k+5$, and $k+6$, so at least one of these months will begin on Sunday, guaranteeing at least one Friday 13th.
For Leap years, the analysis is similar, except that:
So at the latest, you will have a Friday 13th by October.