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.