There were 3 days out of the 7 when all requests were addressed.
If we sort the requests in ascending order
780, 790, 795, 810, 820, 823, 830
It has to be the days when the requests were 780, 790, and 795.
Why?
If the RT were 810, then it would mean that there were 4 days during which all requests were addressed. RT has to be less than 810 and greater than or equal to 795
Now on next Monday, when the requests were 812, to get
1. The minimum number of requests that were not addressed, we have to take the maximum possible value for RT, which is 809. In this case, it would mean that 3 requests went unaddressed.
2. The maximum number of requests that were not addressed, we have to take the minimum possible value for RT, which is 795. In this case, it would mean 17 requests went unaddressed.
Minimum - 3, Maximum - 17.
Bunuel
A certain website has a request threshold (RT), defined as the maximum number of requests it can handle in a single day. If the number of requests on a given day exceeds the RT, the site processes only the first RT requests. The remaining requests are not addressed and are permanently discarded.
During one week, from Monday to Sunday, the number of requests received on each day was as follows:
810, 790, 830, 823, 780, 795, 820
On exactly 4 out of the 7 days that week, there was at least one request that was not addressed.
On the following Monday, the site received 812 requests.
Based on this information, select the
Minimum and the
Maximum number of requests that could have been not addressed on that Monday. Make only two selections, one in each column.