题目
At a marketing meeting on Thursday, a company scheduled 2 press conferences—each 16 to 18 weeks in the future—for the announcement of new products to the public. One of the conferences will be held on a Monday and the other conference will be held on a Friday.
In the table, select a value for M, the number of days from the Thursday meeting to the Monday conference, and a value for F, the number of days from the Thursday meeting to the Friday conference, that are jointly consistent with the given information. Make only two selections, one in each column.
解析
在周四的一次营销会议上,一家公司安排了两场新闻发布会——每场都在未来的16到18周内——用于向公众宣布新产品。其中一场新闻发布会将在周一举行,另一场将在周五举行。
在表格中,为M(从周四会议到周一发布会的天数)选择一个值,为F(从周四会议到周五发布会的天数)选择一个值,使其与给定信息共同一致。每个列中只做一个选择。
发布会时间在未来16至18周,转换为天数:
- 16周:\( 16×7 = 112 \)天;
- 18周:\( 18×7 = 126 \)天。
所以 \( M \)(周四到周一的天数)和 \( F \)(周四到周五的天数)的取值范围是112至126天(选项中最大为123,故聚焦此范围)。
- **周四到周一的天数(\( M \))**:
周四到下一个周一,间隔“周五(+1)、周六(+2)、周日(+3)、周一(+4)”,共4天。
因此,\( M \) 的形式为 \( 7k + 4 \)(\( k \) 为整数,代表“过了 \( k \) 周再加4天”)。
- **周四到周五的天数(\( F \))**:
周四到下一个周五,仅间隔1天(周五)。
因此,\( F \) 的形式为 \( 7k + 1 \)(\( k \) 为整数,代表“过了 \( k \) 周再加1天”)。
- **筛选 \( M \) 的可能值**:
需满足 \( M = 7k + 4 \),且 \( 112 \leq M \leq 126 \)。
- 当 \( k = 16 \) 时,\( M = 7×16 + 4 = 116 \)(不在选项中);
- 当 \( k = 17 \) 时,\( M = 7×17 + 4 = 123 \)(在选项中)。
因此,\( M \) 可能为123。
- **筛选 \( F \) 的可能值**:
需满足 \( F = 7k + 1 \),且 \( 112 \leq F \leq 126 \)。
- 当 \( k = 16 \) 时,\( F = 7×16 + 1 = 113 \)(不在选项中);
- 当 \( k = 17 \) 时,\( F = 7×17 + 1 = 120 \)(在选项中)。
因此,\( F \) 可能为120。
### 最终结论
\( M = 123 \),\( F = 120 \),即表格中:
| \( M \) | \( F \) | |