A set of consecutive natural numbers from 1 to n are written and one number is removed from it. The Arithmetic Mean of the remaining numbers is found to be 2 7 1 , then the sum of all possible value(s) of the number removed from the set is z ..
Find the value of ⌊ z ⌋ .
This Problem is inspired from a JEE 2013 Problem
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.
Upvoted!! Brilliant Solution Sir!!
After n^2-(2m-71)=70n we can say that n must be greater than 70 and n must be odd. Then we got only n=71, the others are neglected because in those cases we got m>n that is impossible. So the answer is 8
let x be the removed number. note that 1 + 2 + 3 . . . + n = 2 n ( n + 1 ) ∀ n ∈ N we see that the am is n − 1 2 n ( n + 1 ) − x = 2 7 1 n 2 − 7 0 n − 2 x + 7 1 = 0 we see that for n to be natural, D = 4 k 2 7 0 2 − 4 ( − 2 x + 7 1 ) = 4 k 2 for some integer k x = 2 k 2 − 5 7 7 − − ( 1 ) ⟶ k 2 > 1 1 5 4 − − ( 2 ) since x is positive,note that x ≤ n ⟶ x ≤ 2 7 0 + D x ≤ 3 5 + k insert from 1, 2 k 2 − 5 7 7 ≤ k + 3 5 k 2 − 2 k − 1 2 2 4 ≤ 0 ⟶ − 3 4 ≤ k ≤ 3 6 − − ( 3 ) intersecting 3 and 2, − 3 4 ≤ k ≤ 3 6 ∩ k 2 > 1 1 5 4 1 1 5 4 ≤ k 2 ≤ 3 6 2 we see that k 2 = 3 4 2 , 3 5 2 , 3 6 2 hence all x z = 2 3 4 2 − 5 7 7 + 2 3 6 2 − 5 7 7 as the odd value wont be an integer. z = 7 2 and ⌊ z ⌋ = 8
excellent solution
Let the removed no. be δ
First we note that the following expression always holds
2 n ( n + 1 ) − n ≤ 2 n ( n + 1 ) − δ ≤ 2 n ( n + 1 ) − 1
And given 2 n ( n + 1 ) − δ = 2 7 1 ( n − 1 )
2 n ( n + 1 ) − n ≤ 2 7 1 ( n − 1 ) ≤ 2 n ( n + 1 ) − 1
Solving the two inequalities - From 1 s t we get n ∈ [ 1 , 7 1 ]
From 2 n d we get n ∈ ( − ∞ , 1 ] U [ 6 9 , ∞ )
So we get n=1 or n ∈ [ 6 9 , 7 1 ]
Substituting these n in 2 n ( n + 1 ) − δ = 2 7 1 ( n − 1 )
There are only 2 possible I + values of δ = 1 o r 7 1
Hence ⌊ 7 2 ⌋ = 8
Yeah now i now another way to solve this problem without the use of number theory.thanks Gautam Bhaiya.
Log in to reply
Thanks for appreciating! bhai yaar ek baat poochni thi tu GTB me hai kya?
Log in to reply
Haan gtb mein he hun
Log in to reply
@Prakhar Bindal – dummy admission? kyunki suna hai to present to hota nahi.
Problem Loading...
Note Loading...
Set Loading...
Let m be the number removed. Then we require that
n − 1 2 n ( n + 1 ) − m = 2 7 1
⟹ n ( n + 1 ) − 2 m = 7 1 ( n − 1 )
⟹ n 2 − 7 0 n − ( 2 m − 7 1 ) = 0
⟹ n = 2 7 0 ± 4 9 0 0 + 8 m − 2 8 4 = 3 5 ± 1 1 5 4 + 2 m .
Now if we took the root with the negative sign, we would end up with n ≤ ( 3 5 − 1 1 5 4 + 2 ) = 1 , which wouldn't make sense given the conditions of removal, so we must choose the root with the positive sign.
Next, for n to be an integer we will then require that 1 1 5 4 + 2 m = a 2 for some integer a , (and without loss of generality we can require that a be positive). Now 1 1 5 4 + 2 m is always even, so we must have a = 2 b for some positive integer b . Thus
1 1 5 4 + 2 m = ( 2 b ) 2 ⟹ m = 2 b 2 − 5 7 7 .
For m to be positive we will then require that b ≥ 1 7 . Now for b = 1 7 we have m = 1 and thus n = 3 5 + 3 4 = 6 9 . Checking these numbers, we have that
6 9 − 1 6 9 ∗ 3 5 − 1 = 2 7 1 , so we have found one solution.
For b = 1 8 we have m = 7 1 and n = 3 5 + 3 6 = 7 1 . Checking these numbers, we have that
7 1 − 1 7 1 ∗ 3 6 − 7 1 = 2 7 1 , and so we have a second valid solution.
For b = 1 9 we have m = 1 4 5 and n = 3 5 + 3 8 = 7 3 , which would not work since we must have m < n . In fact for b ≥ 1 9 we will always have m > n , and hence we have found the only two solutions, namely 1 and 7 1 .
Thus the desired solution is ⌊ 1 + 7 1 ⌋ = 8 .