ChaseDream
搜索
12下一页
返回列表 发新帖
查看: 1134|回复: 11
打印 上一主题 下一主题

求助输血狗~有三个数字70, 200, n,……

[复制链接]
跳转到指定楼层
楼主
发表于 2010-10-23 00:12:54 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
题目:有三个数字70, 200, n,他们任意一个都可以整除divide另外两个数字的乘积。问N的最大可能值和最小可能值之比。
答案:综合一下,最小值的可能是140,最大值的可能是14000。所以比值就是14000/140=100

没看懂……题目不是说任意一个都可以divide另两个数字的乘积吗,
         如果n=140的话,200能整除(70×140)???我是不是理解错了……
收藏收藏 收藏收藏
12#
发表于 2010-10-23 11:48:44 | 只看该作者
70=2*5*7
200=2^3*5^2
仨数每一个都能整除另俩积
N=2^2/2^3/2^4*5/5^2/5^3*7
max=5^3*2^4
min=5*2^2
11#
发表于 2010-10-23 06:46:28 | 只看该作者
”任意一个都可以divide另两个数字的乘积“ 表达是对的~

Note that
A divides B =A is divisible by B  =  B is a divisor (factor) of A = A is a multiple of B
e.g.
5 divides 20 =20 is divisible by 5 =  5 is a divisor(factor) of 20 == 20 is a multiple of 5

Here any number divides the product of the other two, which means any number is a factor of the product of the other two.
-- by 会员 chinamerica (2010/10/23 4:19:33)

我覺得如果 A divides B= B/A
A is divisible by B= B/A
B is a divisor of A=A/B
????不明白了。。。
10#
发表于 2010-10-23 06:42:16 | 只看该作者
(200*N)/70
(70*N)/200
(200*70)/N
通過上面的式子可以求出Nmin=140
通过最后一个式子可以求出Nmax=14000
所以比例是1/100
9#
发表于 2010-10-23 05:53:34 | 只看该作者
sorry,   the first term should be B divides A ..
In the example A=20, B=5
B divides A =A is divisible by B  =  B is a divisor (factor) of A = A is a multiple of B
5 divides 20 =20 is divisible by 5 =  5 is a divisor(factor) of 20 == 20 is a multiple of 5
8#
发表于 2010-10-23 05:35:41 | 只看该作者
”任意一个都可以divide另两个数字的乘积“ 表达是对的~

Note that
A divides B =A is divisible by B  =  B is a divisor (factor) of A = A is a multiple of B
e.g.
5 divides 20 =20 is divisible by 5 =  5 is a divisor(factor) of 20 == 20 is a multiple of 5

Here any number divides the product of the other two, which means any number is a factor of the product of the other two.
-- by 会员 chinamerica (2010/10/23 4:19:33)






BIG CROSS....A divides B= B is divisible by A=A is a divisor (factor) of B = B is multiple of A
7#
发表于 2010-10-23 04:53:53 | 只看该作者
”任意一个都可以divide另两个数字的乘积“ 表达是对的~

Note that
A divides B =A is divisible by B  =  B is a divisor (factor) of A = A is a multiple of B
e.g.
5 divides 20 =20 is divisible by 5 =  5 is a divisor(factor) of 20 == 20 is a multiple of 5

Here any number divides the product of the other two, which means any number is a factor of the product of the other two.
-- by 会员 chinamerica (2010/10/23 4:19:33)



Thanks! Got it.
6#
发表于 2010-10-23 04:19:33 | 只看该作者
”任意一个都可以divide另两个数字的乘积“ 表达是对的~

Note that
A divides B =A is divisible by B  =  B is a divisor (factor) of A = A is a multiple of B
e.g.
5 divides 20 =20 is divisible by 5 =  5 is a divisor(factor) of 20 == 20 is a multiple of 5

Here any number divides the product of the other two, which means any number is a factor of the product of the other two.
5#
发表于 2010-10-23 03:46:53 | 只看该作者
除,除以~~~英文应该不会混淆吧~~~divide,divided by
-- by 会员 fujianaicd (2010/10/23 0:16:45)



也在想这个题,同不明白
a divide b=a/b
a divided by b=b/a
我这样的理解应该对吧?

此题题目是说“70 200 n,他们任意一个都可以整除divide另外两个数字的乘积”就应该是 a/(b*c)这种形式啊,怎么会颠倒过来的???
地板
发表于 2010-10-23 00:23:06 | 只看该作者
n最小是140, 最大是14000
您需要登录后才可以回帖 登录 | 立即注册

手机版|ChaseDream|GMT+8, 2025-10-12 02:06
京公网安备11010202008513号 京ICP证101109号 京ICP备12012021号

ChaseDream 论坛

© 2003-2025 ChaseDream.com. All Rights Reserved.

返回顶部