以下是引用EasyM8在2008-4-14 21:54:00的发言:实在是N多年不碰数学,可能问题比较弱智。但是哪位大侠或者好XDJM,全当是攒人品了吧!! 谢谢,谢谢了!
1) If the sequence X1, X2, X3, ... Xn,... is such that x1=3 and Xn+1=2Xn-1 for n=1, then X20-X19=?
2) For every positive integer n, the function h(n) is defined to be the product of all the even integers from 2 to n, inclusive. If p is the smallest prime factor of h(100)+1, then p is
a) between 2 and 10 b) between 10 and 20 c) between 20 and 30 d) between 30 and 40 e) greater than 40 第一题有人解答了 第二题是这样的: h(100)+1=2*4*...*98*100+1 右边都提取一个2出来 h(100)+1=2^50*(1*2*...*50)+1=2^50*50!+1 OK,我们知道h(100)+1的形式了,现在我们开始想,想想想。。。 一个数,如果它被50以及50以内的任何一个数整除都会余1(如上式右边所示),那说明什么,说明什么,说明什么。。。 说明它的他的最小因子要大于50,从而它的最小质因子也要大于50,从而他的最小质因子也大于40,所以答案选e。 |