|
此文章由 jga000 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 jga000 所有!转贴必须注明作者、出处和本声明,并保持内容完整
本帖最后由 jga000 于 2017-3-20 11:24 编辑
1.what is the smallest positive integer that can be expressed as the sum of nine consecutive integers, the sum of ten consecutive integers and the sum of eleven consecutive integers?
I didn't read the question carefully, sorry about the error.
the correct one should be 9a=10b+5=11c
where a is the middle of the 9 numbers and b is the 5th number of the 10 numbers, c is the middle of the 11 numbers.
thus this number should be a common multiple of 11, 9, 5,so it is 5*9*11=495
2.three different non-zero digits are used to form six different 3-digit numbers, the sum of five of them is 3231.what is the sixth number?
let the three digits be a, b, c, then the sum of six numbers is 200*(a+b+c)+20*(a+b+c)+2*(a+b+c)=222*(a+b+c)
222*(a+b+c)=3231+the 6th number.
we know the 6th number is between 100 to 1000, so the a+b+c is between 15 and 19,
1)a+b+c=15, the 6th number is 99, can't be
2) a+b+c=16, the 6th number is 321, but the sum of the 3 digits is not 16, so can't be
3) a+b+c=17, the 6th number is 543, the sum of the 3 digits is 12, not equal to 17, can't be
4) a+b+c=18, the 6th number is 765, the sum of the 3 digits is 18
5)a+b+c=19,the 6th number is 987, the sum of the 3 digits is not 19
so the 6th number is 765
|
评分
-
查看全部评分
|