269. DS:还有x ,y 为正整数,那么8x(x是指数)<4(y+1),y+1也是指数。
1. x<y+1
2.3x<2y
270. DS:还有一组10个连续整数,问这些连续整数的和是否是正的
1. 3或者-3这两个数只有一个在数列里
2. 这组连续整数中正数的个数大于负数 271. PS:一个10个number
的sequence, from the second number is 1 less than sum of the precedingnumber, the first two number is odd. How many number in this ten-numbersequence is even?
答案有
3,4,5,7,8…狗主选7 272. PS:
一个人有3.35美金
由面值为0.25和0.1的硬币构成,当面值为0.1的硬币数量可以被5整除时,余数是多少。
答案有0,1,2 。
我选了0和1。 |