If x < y < z and y - x > 5, where x is an even integer and y and z are odd integers, what is the least possible value of z-x?
6
7
8
9
10
登录 或 注册 后可以参加讨论
y-x>5可得出y>x+5,因为x是偶数,偶数+奇数为奇数,y是奇数,则y>=x+5+2 z,y都是奇数,z>=y+2,则z>=x+5+2+2
y-x>5可得出y>x+5,因为x是偶数,偶数+奇数为奇数,y是奇数,则y>=x+5+2
z,y都是奇数,z>=y+2,则z>=x+5+2+2
登录 或 注册 后可以参加讨论