how many integers between 100 and 150, inclusive, can be evenly divided by neither 3 nor 5?
答案是27,
求算法?
100到150之间可以被3整除的数有17个,可以被5整除的数11个,可以被3*5=15整除的数4个
则所求个数为51-17-11+4=27
100到150之间可以被3整除的数有17个,可以被5整除的数11个,可以被3*5=15整除的数4个
则所求个数为51-17-11+4=27
这个我知道,但是17时振么算出来的, 不能是数的吧?
(150-102)/3 +1 =17
公式 (An-A1)/B +1
欢迎光临 ChaseDream (https://forum.chasedream.com/) | Powered by Discuz! X3.3 |