- 精华
- 0
- 积分
- 1520
- 经验
- 1520 点
- 威望
- 151 点
- 金钱
- 151 ¥
- 魅力
- 151
|
GWD 17-20
For any integers x and y, min(x, y) and max(x, y) denote the minimum and the maximum of x and y, respectively.For example, min(5, 2) = 2 and max(5, 2) = 5.For the integer w, what is the value of min(10, w) ?
(1)w = max(20, z) for some integer z.
(2)w = max(10, w)
A. Statement (1) ALONE is sufficient, but statement (2) alone is not sufficient.
B. Statement (2) ALONE is sufficient, but statement (1) alone is not sufficient.
C. BOTH statements TOGETHER are sufficient, but NEITHER statement ALONE is sufficient.
D. EACH statement ALONE is sufficient.
E. Statements (1) and (2) TOGETHER are NOT sufficient.
答案选D.
第一项是怎么退出来的,一个是w,一个是z。谢谢。 |
|