Two numbers differ by 2 and sum to S. Which of the following is the greater of the numbers in terms of S ?
~$s \over 2$~-1
~$s \over 2$~
~$s \over 2$~+~$1 \over 2$~
~$s \over 2$~+1
~$s \over 2$~+2
登录 或 注册 后可以参加讨论
假设这两个数字是x和y,Two numbers differ by 2 所以有两种可能y=x+2或y=x-2 sum to S 说明x+y=s 第一种可能:x+(x+2)=s 可求得x=s/2-1 第二种可能:x+(x-2)=s 可求得x=s/2+1 两个结果相比,更大的数字是x=s/2+1
假设这两个数字是x和y,Two numbers differ by 2 所以有两种可能y=x+2或y=x-2
sum to S 说明x+y=s
第一种可能:x+(x+2)=s 可求得x=s/2-1
第二种可能:x+(x-2)=s 可求得x=s/2+1
两个结果相比,更大的数字是x=s/2+1
登录 或 注册 后可以参加讨论