Aptitude | Calendars | Question 5
If 29th April 2013 is Monday then what is the day on 30th November 2013?
(A) Saturday
(B) Sunday
(C) Monday
(D) Wednesday
Answer: (A)
Explanation: find the remainder with number of days%7
number of days in april =30-29 =1
number of days in may =31 %7 =3
number of days in june =30 %7 =2
number of days in july =31 %7 =3
number of days in august =31 %7 =3
number of days in september =30 %7 =2
number of days in october =31 %7 =3
number of days in november =30 %7 =2
total count=1+3+2+3+3+2+3+2 = 19 %7 =5
Now we add 5 days in monday then it will be saturday.
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...