I removed one number from the sequence of thirty consecutive natural numbers. The sum of the remaining twenty-nine numbers is 9 9 0 9 . What number did I removed?
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.
:) yup
Nice solution.I erroneously thought the method I used to solve the problem was already posted as a solution.So sorry if it seems I am spamming .
The sum of the 30 numbers,with starting term a , is 3 0 a + 4 3 5 . Therefore,
missing number m = 3 0 a + 4 3 5 − 9 9 0 9
Since the unit's digit of 3 0 a + 4 3 5 is always 5,unit's digit of 3 0 a + 4 3 5 − 9 9 0 9 must be 6.The average of the remaining 29 numbers is approximately 3 4 2 . From this,we can guess that the thousand's place of all the numbers is 3.Therefore,the missing digit is of the form 3 x 6 where x is the number in the hundred's place.Finally,note that
missing number m = 3 0 a + 4 3 5 − 9 9 0 9 = 3 ( 1 0 a + 1 4 5 − 3 3 0 3 )
Therefore, 3 x 6 must be divisible by 3.By the divisibility test for 3,we know that x must be divisible by 3.The only digits are 3,6, and 9.Plugging in the values(m=336,366,396) and solving for a shows us that x = 3 is the only possible solution.
Log in to reply
but if you have a=328 then S=10275 hence 10275-9909=366 is also an answer.Simililarly for a=329 we have the answer as 396. So in my opinion 336 is the minimum value satisfying the conditions...although there are other possible answers.
Let N , N + 1 , . . . , N + 2 9 the sequence of the thirty numbers.
We have: ∑ i = 0 2 9 N + i − ( N + j ) = 9 9 0 9 where N + j is the answer of the problem.
So 9 9 0 9 = 3 0 N + 2 2 9 ∗ 3 0 − N − j so 2 9 N − j = 9 4 7 4 . * (#) *
Don't forget that N + j is a number of the sequence then 0 < = j < = 2 9 that implies 2 9 ( N − 1 ) < = 2 9 N − j < = 2 9 N and so N = 3 2 7 .
Sobstitute N in the expression (#) and have j = 9 . So the answer is 3 3 6
Sum of 30 consecutive numbers is S = 1 5 ( 2 n + 2 9 ) . n is the first number of sequence. Let the removed number be x. S = 9 9 0 9 + x . S > 9 9 0 9 , so n > 3 1 5 . 8 . Therefore x is greater than or equal to 316. S = 9 9 0 9 + x ≥ 1 0 2 2 5 . Therefor n ≥ 3 2 6 . Let n be 327 . Therefor S = 1 0 2 4 5 . x = 1 0 2 4 5 − 9 9 0 9 = 3 3 6 .
The thirty consecutive natural numbers are: 3 2 7 , 3 2 8 , 3 2 9 , . . . . . . , 3 5 5 , 3 5 6
3 2 7 + 3 2 8 + 3 2 9 + . . . . . + 3 5 5 + 3 5 6 = 1 0 2 4 5
If we remove 3 3 6 from the series, then:
( 3 2 7 + 3 2 8 + 3 2 9 + . . . . . + 3 5 5 + 3 5 6 ) − 3 3 6 = 1 0 2 4 5 − 3 3 6 = 9 9 0 9
Thus, the removed integer is 3 3 6 .
post a proper soln
FIRST STEP : = 9909/29 = 341.68. As 341 is average of 29 terms then its middle term means 15th term will be 341 . SECOND STEP : = 340 - 13 (340 is 14th term after subtracting we will get first term) THIRD STEP : = sum of all consecutive numbers = 326*30+sum of thirty terms = 9780 + 465 = 10245 FOURTH STEP : = 10245 -9909 (sum of 30 terms - sum of 29 terms = missing term ) = 336
This is the kind of answer we expect.... hands off....
Problem Loading...
Note Loading...
Set Loading...
The sum of an arithmetic series can be found using the formula, S n = 2 n [ 2 a + ( n − 1 ) d ] Hence, the sum of 3 0 consecutive integers with starting term a can be written as, S 3 0 = 2 3 0 [ 2 a + 2 9 ] = 3 0 a + 4 3 5 Let the number that was removed be , n = a + x , 0 ≤ x ≤ 2 9 Hence we have, S 3 0 − n = 2 9 a − x + 4 3 5 = 9 9 0 9 ⇒ 2 9 a = x + 9 4 7 4 Therefore, since a is an integer, 2 9 ∣ x + 9 4 7 4 . The only valid solution for x is therefore 9 in the given domain. Thus, solving for a we find that a = 3 2 7 . Hence, we have, n = a + x = 3 2 7 + 9 = 3 3 6