Here's a set of instructions: http://www.informatik.uni-ulm.de/pm/mitarbeiter/mark/day_of_week.html
I will do your example. From the table, the month value (M) for June is 5. The date value (D) is 2. The century value (C) is 0. Here's the hardest part, and there are two ways you can approach it:
Y = 68 + floor(68/4) = 85
OR
Y = floor(68/12) + 68 mod 12 + floor((68 mod 12)/4) = 5 + 8 + 2 = 15.
Either year value (Y) will work. I will use the second one for the final result, because it is smaller.
day of the week = (C + Y + M + D) mod 7 = (15 + 5 + 2 + 0) mod 7 = 1
1 corresponds to Sunday.
In case you are not familiar with the operations above, here is a description of them:
mod is the operator for modulo division. It is used to find the remainder yielded by the number on the left upon division by the number on the right.
floor is simply discarding the fractional part of the number.
It is possible to do this in your head, if you are so inclined. If you need more explanation, email me. Good luck!
2006-08-23 18:39:47
·
answer #1
·
answered by anonymous 7
·
1⤊
0⤋
Sorry, I'm no mathemetician, but in the back of my phone book it has a whole page on just this. I just looked it up in mine...2nd of June 1968 is on a "Sunday".
2006-08-24 01:32:30
·
answer #2
·
answered by Lesley P 3
·
0⤊
0⤋
what was the day june 2nd 2006??? I need to verify this first...
example: today is Wed.,Aug 23 2006 add one day to each additional year or subtract one day for each previous year. next year Aug 23rd will fall on a Thursday. Last year Aug. 23rd fell on a Tuesday. Do you get it?
2006-08-24 01:32:34
·
answer #3
·
answered by Anonymous
·
1⤊
0⤋
Look on a calendar
It was a Sunday
2006-08-24 01:28:36
·
answer #4
·
answered by Anonymous
·
0⤊
1⤋
GOOGLE BIRTHDAY CALENDER
THAT IS HOW I FOUND OUT AND IT WILL TELL YOU WHAT THE WEATHER WAS AND IF IT WAS A FULL MOON OR NOT
2006-08-24 01:30:52
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
google it
2006-08-24 02:13:13
·
answer #6
·
answered by laurennn 3
·
0⤊
1⤋
look in the calender
2006-08-24 01:32:28
·
answer #7
·
answered by Anonymous
·
0⤊
2⤋
..
2006-08-24 02:36:16
·
answer #8
·
answered by thuckgod 4
·
0⤊
2⤋