2. If n=p/q,and both of p and q are non-zero integers, is n an integer? (1) n^2 is an integer; (2) n^3 is an integer;
if n^2 is an integer, n could be square root number or integer. Since p&q are integer, n must be integer. Fraction's square could not be integer. same as n^3.
I would choose D also.
3. f(n)=2^x*3^y*5^z,x, y, z分别是整数n的百位、十位和个位。f(m)=9f(h),m-h=?
x could be 1,2,3 y could be 0,1,2 z could be 0,1.
f(m)=3^2f(h) so the y of f(m) must be 2, and the y of f(h) must be 0. They have the same X and Z. m-h=(3^2-3^0)*10=80
4. m, n, s分别是一个三位数的百位、十位、个数,mns=96,问个位是多少? (1)这个数是奇数; (2)百位数是8;
mns=96=2^5*3 since m could not be a number more than 2^3, so either n or s could be 2^2 or 3. So the answer is A.
5. 某数h是否质数?
(1)所有质因子>h/2 (2)所有质因子>根号h
choose any composite number such as 11*13, 2*3 they have the factors which are less than square root N I would choose D .