Find the sum of numbers between 100 and 1000 whose digits sum up to 9.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I have clinical depression. what is your problem, solving every single question they post here?
1 0 8 + 1 1 7 + 1 2 6 + 1 3 5 + 1 4 4 + 1 5 3 + 1 6 2 + 1 7 1 + 1 8 0 + 2 0 7 + 2 1 6 + 2 2 5 + 2 3 4 + 2 4 3 + 2 5 2 + 2 6 1 + 2 7 0 + 3 0 6 + 3 1 5 + 3 2 4 + 3 3 3 + 3 4 2 + 3 5 1 + 3 6 0 + 4 0 5 + 4 1 4 + 4 2 3 + 4 3 2 + 4 4 1 + 4 5 0 + 5 0 4 + 5 1 3 + 5 2 2 + 5 3 1 + 5 4 0 + 6 0 3 + 6 1 2 + 6 2 1 + 6 3 0 + 7 0 2 + 7 1 1 + 7 2 0 + 8 0 1 + 8 1 0 + 9 0 0 = 1 7 8 2 0
Ok let see.
Now since thw sum of digits is 9 ,so it must be
a mutiple of 9.Now all multiples of 9 between 100 and 1000 do not have the sum nine ,some have 18 and only 1 has the sum 27(it is 999)In fact there are only 45 numbers with the sum of their digits equal to 9 between 100 to 1000.
Lets the digits be x,y,z Now x+y+z=9 . Z=9-(x+y) The no. Is of the form 100x+10y+z From two equations we get no is of the form, 9(11x+y+1) lets do case work , Case 1 when x=1,y is any no between 0 to 8. Case 2 when x=2,y is any no. Between 0 to 7. Case 3 when x=3, y os any no. Between 0 to 6. and so on... So between 100 to 200 we have nos 9×11,9×12,........,9×20. Between 200 to 300 we have no.s 9×23,9×24.....,9×30 and so on.... So between 100 and 200 numbers whose digits DO NOT sum up to nine are-9×21,9×22 Between 200 and 300 such numbers are-9×31,9×32,9×33 and so on... We get a symmetry. So between 900 and 1000 such no.s are- 9×101,9×102,........,9×110. But there is one more no that is 9×111=999 Its digits sum upto 27. Now we can sum up all such number we get-9(21+22+31+32+33+41+42+43+44+.....+101+102+103+104+105+106+107+108+109+110+111)=37530 sum all multiples of 9 between 100 and1000 which is=(100(216+99×9))÷2=55350 Subtracting this result from the previous reult we get=55350-37530=17820
Problem Loading...
Note Loading...
Set Loading...
Since 1000 does not has a sum of digits of 9, we need only to consider from 100 to 999, 3-digit integers. Let the required 3-digit numbers be n = a b c = 1 0 0 a + b + c , where a , b , and c are Z ∈ [ 0 , 9 ] . Then the sum of n is given by:
S = a = 1 ∑ 9 b = 0 ∑ 9 − a ( 1 0 0 a + 1 0 b + 9 − a − b ) = a = 1 ∑ 9 b = 0 ∑ 9 − a ( 9 9 a + 9 b + 9 ) = 9 a = 1 ∑ 9 b = 0 ∑ 9 − a ( 1 1 a + b + 1 ) = 9 a = 1 ∑ 9 ( ( 1 1 a + 1 ) ( 1 0 − a ) + 2 ( 9 − a ) ( 1 0 − a ) ) = 2 9 a = 1 ∑ 9 ( 1 1 0 + 1 9 9 a − 2 1 a 2 ) = 2 9 ( 1 1 0 ⋅ 9 + 2 1 9 9 ⋅ 9 ⋅ 1 0 − 6 2 1 ⋅ 9 ⋅ 1 0 ⋅ 1 9 ) = 1 7 8 2 0 Note that c = 9 − a − b , one c for one a and one b .