ChaseDream

标题: 战败,来放狗。。 [打印本页]

作者: joly516    时间: 2010-12-27 22:43
标题: 战败,来放狗。。
考得不行,不过还好记得几个题。。。也算为大家作贡献。。
输血:
1.上面标了三个图,图标分别是F1,F2,F3,图形依次是一个圆里面画一个长方形,一个三角形里面一个长方形, 一个正方形里面一个长方形,(长方形有的垂直放置,有的水平放置,有的有阴影,有的空白)
题目是:Fi的图形, i被3整除,余数是1,2,0分别对应上面三个图形F1,F2,F3的外形,即圆形,三角形,正方形;其次,图形里的长方形,如果i是奇数,里面的长方形就是垂直放置,如果是偶数,则是水平放置;然后,i如果是奇数,长方形是阴影的,如果是偶数,则是空白的。问F34应该是对应下面哪个图形?。。。。。貌似选A

2.p(n)是product of the amounts from 1 to n, 问p(11)+2,P(11)+4,P(11)+5,P(11)+7,这四个数中有几个是prime number?

3. 0<n<10,n是整数,n是几?
(1)1/n的十分位上就是n所代表的数字
(2)1/n的百分位上就是n所代表的数字

4.从A和B两个人所在的group中选两个人,A选上而B没选上的概率是多少?
(1)A和B都被选上的概率是××(已知的一个数字)
(2)A和B都没被选上的概率是**(已知的一个数字)

5. r*=1-1/r,   r*-(r-1)*=?    选1/r(r-1)

6.之前JJ里有,就是ABC三个圆那个,它们的半径分别是a,b,c,X是A的面积/B去掉与A重叠后剩余部分的面积,Y是同样的B和C的关系,问X=Y?
(1)b=根号ac
(2)a=bc(不确定,反正也是一个等式)

7.从一个地方到另一个地方需要时间n小时,这两个地方间距离在图纸上是6.4cm,问n的值?
(1)图纸中1cm代表实际***mile(记不清数据了)
(2)速度是2Vm/h,when n=2k,速度是Vm/h,when n=k,where n=3k(这个条件记得有些模糊,sorry!)

坐稳:
AA:大概是某个store因为增加了一个section以后total sales增加了,由此推出要让这个store盈利的唯一途径就是让它变成"一条龙服务",衣服店开的同时也要伴随着什么部门,另外这个store还计划增加一些其他的department和services.这会让这个store 更具竞争性。。。

AI:The best teacher is who expects the students to challenge the popular ideas rather than accept the ideas.

暂时就想到这么多,阅读有个讲企业的strategy的。。。看到有同学发过贴了。。。

待考的同学继续努力!!!
作者: monica8931    时间: 2010-12-27 22:44
沙发!
作者: reki0324    时间: 2010-12-27 22:44
板凳儿。。
谢谢楼主啊,
没关系~好人有好报~~这次不行,咱还有下次呢~~
作者: monica8931    时间: 2010-12-27 22:45
哇塞 抢着我在CD第一个沙发啦~~LZ不要灰心 休息休息再接再砺~~~~一定会成功的!
作者: joly516    时间: 2010-12-27 22:48
你速度好快~哈哈~你也加油哈~
作者: sdcar2010    时间: 2010-12-27 22:56
上面标了三个图,图标分别是F1,F2,F3,图形依次是一个圆里面画一个长方形,一个三角形里面一个长方形, 一个正方形里面一个长方形,(长方形有的垂直放置,有的水平放置,有的有阴影,有的空白)
题目是:Fi的图形, i被3整除,余数是1,2,0分别对应上面三个图形F1,F2,F3的外形,即圆形,三角形,正方形;其次,图形里的长方形,如果i是奇数,里面的长方形就是垂直放置,如果是偶数,则是水平放置;然后,i如果是奇数,长方形是阴影的,如果是偶数,则是空白的。问F34应该是对应下面哪个图形?。。。。。貌似选A

34 mod 3 = 1. F34's 图形 should be F1's 的外形,即圆形. 34 is an even number, therefore the 长方形就是水平放置 and 空白
作者: sdcar2010    时间: 2010-12-27 23:03
2.p(n)是product of the amounts from 1 to n, 问p(11)+2,P(11)+4,P(11)+5,P(11)+7,这四个数中有几个是prime number?

p(11) = 1*2*3*4*5*6*7*8*9*10*11 = (2^8)*(3^4)*(5^2)*7*11

Apparently p(11) is an even number and its ten's and one's digits are 0.
p(11) + 2 and p(11) + 4 are even numbers.  So they are not prime.
p(11) + 5 is a number with 5 at its one's digit.  So it could be devided by 5. Not a prime number, either.
p(11) + 7 = m*7 + 7 = 7*(m+1).  So it could be devided by 7.  Not a prime number, either.

Therefore, there is no prime number among the four choices.
作者: sdcar2010    时间: 2010-12-27 23:07
0<n<10,n是整数,n是几?
(1)1/n的十分位上就是n所代表的数字
(2)1/n的百分位上就是n所代表的数字

Since 0<n<10 and n is a whole number, then 1>1/n>0.1
n    1/n
1      1.00
2       0.50
3       0.333
4       0.25
5       0.20
6       0.166
7       0.142
8       0.125
9       0.099

The answer is n = 3
作者: sdcar2010    时间: 2010-12-27 23:09
4.从A和B两个人所在的group中选两个人,A选上而B没选上的概率是多少?
(1)A和B都被选上的概率是××(已知的一个数字)
(2)A和B都没被选上的概率是**(已知的一个数字)

(1) insufficient
(2) insufficient

(1) and (2) still insufficient because there is another situation: B选上而A没选上
作者: lbccd    时间: 2010-12-27 23:14
坐等强人继续~
作者: crystalmama    时间: 2010-12-27 23:15
0<n<10,n是整数,n是几?
(1)1/n的十分位上就是n所代表的数字
(2)1/n的百分位上就是n所代表的数字

Since 0<n<10 and n is a whole number, then 1>1/n>0.1
n    1/n
1      1.00
2       0.50
3       0.333
4       0.25
5       0.20
6       0.166
7       0.142
8       0.125
9       0.099

The answer is n = 3
-- by 会员 sdcar2010 (2010/12/27 23:07:43)

问强人 此题是ds题的话,选啥?
作者: sdcar2010    时间: 2010-12-27 23:20
0<n<10,n是整数,n是几?
(1)1/n的十分位上就是n所代表的数字
(2)1/n的百分位上就是n所代表的数字

Since 0<n<10 and n is a whole number, then 1>1/n>0.1
n    1/n
1      1.00
2       0.50
3       0.333
4       0.25
5       0.20
6       0.166
7       0.142
8       0.125
9       0.099

The answer is n = 3
-- by 会员 sdcar2010 (2010/12/27 23:07:43)


问强人 此题是ds题的话,选啥?
-- by 会员 crystalmama (2010/12/27 23:15:52)



I will chose A.  

In fact in the example given, the second condition provided only confirms the result you would get from the first condition.
作者: crystalmama    时间: 2010-12-27 23:22
I got you! Thx!
作者: lbccd    时间: 2010-12-27 23:36
continue~ such as 6 7~~
作者: lsbhome    时间: 2010-12-27 23:40
p(n)是product of the amounts from 1 to n, 问p(11)+2,P(11)+4,P(11)+5,P(11)+7,这四个数中有几个是prime number?

P(11) has such factors as 2, 4, 5, 7

p(11)+2=2(1+P(11)/2) not prime
P(11)+4=4(1+P(11)/4) not prime
P(11)+5=5(1+P(11)/5) not prime
P(11)+7=7(1+P(11)/7) not prime
作者: fanjiangguoyi    时间: 2010-12-27 23:54
顶了!!!28号考




欢迎光临 ChaseDream (https://forum.chasedream.com/) Powered by Discuz! X3.3