InterviewSolution
Saved Bookmarks
| 1. |
If the fifth day of a month is 4 days earlier to Friday, what day will it be on the twenty-first day of that month?1. Wednesday2. Friday3. Monday4. Tuesday |
|
Answer» Correct Answer - Option 1 : Wednesday 5thday of the month = Friday - 4 = Monday Now, to find the day on 21stof the same month, we will need to find the number of odd days between 5thand 21st of the month. Odd days = 21- 5 = 16 = 2 odd days Now, odd days in 16 days are 2. Monday + 2 odd days = Wednesday. Therefore, the day on 21stof the given month is Wednesday. |
|