Correct Answer: (b) Tuesday
Solution:Formula for calculating day of any date 0 = sunday, 1 = monday.... 6 = saturday A = century code (4,2,0,6 for remainder 1,2,3,0) where remainder = dividing by first two digit of the year by 4 B = last two digits of year C = number of leap years fallen in that century before that date. D = month code (respective code of the months are 0, 3, 3, 6, 1, 4, 6, 2, 5, 0, 3, 5) E = date Day = remainder of (A + B + C + D + E) when divided by 7. For 14 September 3041, A = 2 B = 41 C = 10 D = 5 E = 14 According to formula, Remainder of (A + B + C + D + E)/7 = 72/7 is 2 ⇒ Hence, 2 stands for Tuesday.