If n is a positive integerand the product of all the integers from 1 to n, inclusive, is a multiple of990, what is the least possible value of n ?
10
11
12
13
14
登录 或 注册 后可以参加讨论
问题为1~n的乘积为990的倍数,因此可得1*2*3*4*5*6*7*8*(9*10*11)*12*13...求n的最小值,那么括号里是构成990的要素,那么至少n为11才能完成。所以答案为C
最小的 N 可能数字
问题为1~n的乘积为990的倍数,因此可得1*2*3*4*5*6*7*8*(9*10*11)*12*13...求n的最小值,那么括号里是构成990的要素,那么至少n为11才能完成。所以答案为C
谢谢
登录 或 注册 后可以参加讨论
最小的 N 可能数字