252. DS:N is bigger than 100,000, What is the remainder when N is divided by 8?
條件1:from left to right, the first 3 digits are 9,2,7
條件2:from the right to left, the last 3 digits are 9, 3, 7 (9 后面两位不确定,但就这个意思)
构筑答案:选的B
271题疑问:
DS:N>30,问 N 有多少个 Factor?
条件 1:N/5 等于一个质数
条件 2:N is the product of two different prime numbers 构筑答案:选 D
【271 补充】
DS,问 n 有几个 positive factors?
条件 1:n/5 是 prime number
条件 2:n is the product of two prime number(n 是两个质数的乘积) 构筑答案:我选 D,都充分
楼主你好,首先非常感谢你的分享!
关于294题有点儿小疑问。题目说“brand A 的油比brand B 的油多花50%”,是否应该设B价格为b,A价格为1.5b呢
看分析是设A的价格为a,B的价格为0.5a,感觉这种设法表达的是B比A少花50%,和上面的设法是不同的,最终答案也不同
麻烦你有空看一下,也可能是我想错了,感谢!