1 For every position even integer n, the function of h(n) is defined to be the product of all the even intergers from 2 to n, inclusive. If P is the smallest prime factor of h(100)+1, then p is?
正确答案是great than 40
感觉这道题目先用等比数列求和做一下,h(n)+1=2^51-1,但是这个数值很大啊,怎么能得知确切的数字并且求的smallest prime factor
2 Are x and y both positive? (1) 2x-2y=1 (2) x/y>1 答案是C 但是感觉由1只知道x-y=1/2;由2知道X>Y;1+2的情况,可以是x=1/4,y=-1/4还可以是x=1/2,y=0感觉情况很多,很难说是不是Are x and y both positive?
3> The points A B C and D are on number line, not necessarily in that order. If the distance between A and B is 18 and the distance between C and D is 8, what is the distance between B and D? (1) the difference between C and A is the same as the distance between C and B (2) A is to the left of D on the number line (3) 答案是E 这里的条件一不是说明C是AB中点么?然后再由条件二可知D在右边通过画图不就可以知道BD的距离了么?难倒我考虑的不对?
第一题: 因为the function of h(n) is defined to be the product of all the even intergers from 2 to n,所以h(100)=2^50x(1x2x3x...x50),这样h(100)可以被2-50的所有数整除,这样h(100)+1就不能被2-50以内的任何数整除,所以n>50