Mark has signed up for 10 subjects. Every weekday, 2 of the 10 subjects are taught. When the semester ended, Mark was issued a new timetable for the next semester. Mark noticed that all of the changes were:
On which day did Mark use to have math class?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We can count a class that was on day x and now is on day y as -1 (one class less) on x day and +1 (one class more) on y day. Then we have:
From that we see that on Wednesday and Friday he would have the same number of classes than before (because one class would fill the gap let by the other) but on Tuesday he would have +1, which means that he was going to have 1 class more than the expected and on Thursday he would have 1 class less.
Since we know number of classes is equal every day the only solution to it, is that a class that was on Tuesday is now on Thursday, and that class can only be Math.
Note: the question ask when did Mark used to have math, not after the change.