1)If Polygon X has fewer than 9 sides, how many sides does Polygon X have?
(1) The sum of the interior angles of Polygon X is divisible by 16.
(2) The sum of the interior angles of Polygon X is divisible by 15 The correct answer is A. 多边形内角和公式是 (x-2)*180 所以不管多少边 2条件都能成立 也就是2是没用的条件。。。 再看1 (x-2)*180能被16整除 所以 (x-2)能被4整除 x可以是 6 10 14.。。。。但是说了x小于9 所以可以判断出x的值为6 因此答案是a ----------------------------------- 2)How many factors does 36^2 have? The correct answer is 25. 有个公式 如果一个数 可以写成这样 x=A1^a1*A2^a2*A3^a3*.....An^an 这里要求A1 A2 A3 都是质数 那么它因数的个数就是 (a1+1)*(a2+1)*(a3+1)....*(an+1) 这道题 36^2=2^4*3^4 所以因数的个数就是(4+1)*(4+1)=25 ----------------------------------- 3)x, y, a, and b are positive integers. When x is divided by y, the remainder is 6. When a is divided by b, the remainder is 9. Which of the following is NOT a possible value for y + b? 选项有:24, 20, 21, 17, 15 The correct answer is 15. 一个数除以y的余数是6 那么y肯定比6大啊。。。。同理b比9大。。。。因此y+b比15大 因此15不可能。。。。 |