- UID
- 579779
- 在线时间
- 小时
- 注册时间
- 2010-11-3
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
84. PS:从一个数集(2, 2的平方,2的立方,2的四次方,2的五次方)中间取2两个的乘积有几种,两个数可以相同。这是老题了。 V2:x,y属于(2,2^2, 2^3, 2^4, 2^5, 2^6),not necessarily the same.问xy有多少种不同的取值——9种 [v1]数集中乘积的可能性为:22,23,24,25,26,27,28,29,210。9种。[v2]数集中乘积的可能性为:22,23,24,25,26,27,28,29,210,211,212。11种。
V1中两个数可以相同,那也应该有11种啊,为什么是9种?-- by 会员 haileylu (2011/6/14 23:25:35)
For V1, what are the extra two choices you are suggesting?
This type of question is too easy. If a group consists of 2, 22,23,24,25, . . ,2n, then the number of different products from any two members of the same group is (2n -1). The reason is that the smallest product is 22 and the biggest is 22n. If you count 2, 3, 4, . . to 2n, you have 2n-1 numbers. |
|