|
MM下次问题目,在题目上就标明题号好了,以便后来人搜索,谢谢!
gwd 21 9题 The function f is defined for each positive three digit integer n by f(n)=2^x3^y5^z ( 2 的x次方乘以 3 的y 次方乘以5的z次方,where x,y and z are the hundreds, tens, and unit digit of n, respectively. If m and v are three-digit positive integer such that f(m)=9f(v), then m-v=? key 20
这道题题号好像不对吧?
因为f(m)=9f(v) ,设m的百十个位分别为X1,Y1,Z1;v的百十个位分别为X1,Y1,Z1。
则f(m)=2^(x1)3^(y1)5^(z1)=9* 2^(x2)3^(y2)5^(z2)=2^(x2)3^(y2+2)5^(z2)
所以X1=X2,Y1-Y2=2,Z1=Z2,因此M-V=20
gwd 21 7题 In the rectangular coordinate system, point (4,0) and (-4,0 ) both lie on circle c, what is the maximum possible value of the radius of c.
这道题题号好像也不对?rectangular coordinate 就是直角坐标系的意思。
应该是求最小的半径吧,最大的半径不确定啊。
open to discuss
gwd 21 17题 There are 5 cars to be displayed in 5 parking spaces with all the cars facing the same direction. Of the 5 cars, 3 cars red, 1 is blue, and 1 is yellow. If the cars are identical except for color (意思是相同颜色的车不能放一块?), how many different display arrangements of the 5 cars all possible? key :20
这道题题号也跟我所看到的21-17不同啊。
If the cars are identical except for color 的意思是除了颜色不同其他都一样,也就是说同样颜色的车不作区分。
我采用穷举法:一种是三辆红的都挨在一起,与蓝、黄排,有P(3,3)=6种排法
再一种是两辆红的在一起,另一辆不与这两辆挨着,有P(4,4)-C(2,1)P(3,3)=12种排法
最后是三辆红的互相都不挨着,只有“红黄红蓝红”和“红蓝红黄红”两种方法。
所以共计20种。
gwd 11 3题 The sides of a square region, measured to the nearest centimeters, are 6 centimeters long. The least possible value of the actual area of the square region is ? 对,说的就是边长,但是measured to the nearest centimeters,所以这个边长范围在5.5-6.5之间。所以The least possible value of the actual area of the square region 应该是5.5^2
[此贴子已经被作者于2006-2-8 16:35:03编辑过] |