lz还有几个题请教啊! 首先是几个关于余数的问题,这类题目总是不会,希望lz指点一下拉~~ What is the remainder when the two digit, positive integer x is divided by 3? (1) The sum of the digits of x is 5. (2) The remainder when x is divided by 9 is 5. 答案D If n is a positive integer and r is the remainder when (n-1)(n+1) is divided by 24, what is the value of r? (1) 2 is not a factor of n. (2) 3 is not a factor of n. 答案C 还有一道数列的 If r is a constant and an = r?n for all positive integers n, for how many values of n is an < 100? (1) a50 = 500 (2) a100 + a105 = 2,050 答案D How many seconds will it take for a car that is traveling at a constant rate of 45 miles per hour to travel a distance of 22 yards? (1 mile = 1,160 yards)这道题我怎么算都是1.5多,答案是10。。我是3600*22/{45*1160}这样算的。。不知道哪里错了呢? 辛苦楼主了!! -- by 会员 yiyisue (2010/10/22 22:31:59)
第一题: 1.因为2位数 两个数字加起来是5 那么可以列举出 23 32 14 41 50 恰好余数都是2。 2.这个数字可以表示为9k+5, 于是除以3时就是3*(3k+1)+2 余数就是2 于是选D 第二题:
如果 2 不是 n 的因数,那么 n 就是单数了。所以 n - 1 和 n + 1 一个是 2 的倍数,一个是 4 的 倍数,那么 (n - 1)(n + 1) 就一定是 8 的倍数了。
如果 3 不是 n 的因数,那么 n - 1 和 n + 1 其中一个一定是 3 的倍数,那么 (n - 1)(n + 1) 就一定是 3 的倍数了。
所以 (1) 和 (2) 同时使用,就能够证明 (n - 1)(n + 1) 一定是 24 的倍数了。所以 r = 0。第三题: 1.这个就是a50=r*50=500 得出r=10 2.a100+a105=2050 所以205r=2050 所以r=10 知道r的值就知道个数了
第四题: 1 mile = 1760 yard 所以22/1760/46*3600=0.978264=10这样吧 |