The last monday of a 31-day month must be at least how many days after the first Friday of the same month?
I have a question about the two methods to solve the problem
I don't understand the intuition behind the two methods. Can I get a drawing to understand them?
A. make the last monday as early as possible
B. make the first friday as late as possible
Wouldn't making the last monday or first friday as early or late as possible affect the date of the other corresponding day such that the number of days between the two dates is not minimized?
What I mean is if the day of the last monday is modified then all other days change, so wouldn't this method be ineffective and not minimize the days between Monday and Friday?