Inquisitive Marv's favorite integer

Algebra Level 2

Marv's favorite integer is N N . Being a naturally curious kid, he was surprised to calculate that the average of the N N integers

N + 1 , N + 2 , N + 3 , 2 N N+1, N+2, N+3, \ldots 2N

is 80 80 , which he hates. What is Marv's favorite integer?


The answer is 53.

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.

8 solutions

Calvin Lin Staff
Sep 20, 2013

This question can be easily approached without having to sum up all of the terms.

Observe that the average of the N N integers, is the same as the average of the integers paired up from the end. Hence, we have

( N + 1 ) + ( 2 N ) 2 = 80. \frac{(N+1) + (2N)}{2} =80 .

Solving this gives us N = 160 1 3 = 53. N = \frac{160 - 1 } { 3} = 53.

There is an error in the last line. I believe it should be N = (160-1) / 3 = 53

Nicholas Loh - 7 years, 8 months ago

Log in to reply

Corrected. Thanks for pointing it out.

Calvin Lin Staff - 7 years, 8 months ago

Para encontrar a média, precisamos somar todos os termos e dividir pelo número de parcelas n. Observe que a sequencia dada é uma Progressão aritmética, com isso, podemos obtemos a soma dos termos.

n ( 3 N + 1 ) 2 n = 80 \frac{n(3N+1)}{2n} = 80

( 3 N + 1 ) 2 \frac{(3N+1)}{2} = 80

3 N + 1 = 160 3N+1 = 160

3 N = 159 3N = 159

N = 53. N = 53.

Nicholas Loh
Sep 17, 2013

We start with the following equation, given the stipulated information:

N + 1 + N + 2 + N + 3 + . . . + 2 N N \frac{N + 1 + N + 2 + N + 3 + ... + 2N}{N} = 80

∵ there are N integers, rearranging, we have:

N 2 N^{2} + 1 + 2 + 3 + ... + N = 80N

We apply the identity:

1 + 2 + 3 + ... + N = N ( N + 1 ) 2 \frac{N(N+1)}{2}

N 2 N^{2} + N ( N + 1 ) 2 \frac{N(N+1)}{2} = 80N

∵ N can't be equal to 0, we can divide by N from all terms:

N + N + 1 2 \frac{N+1}{2} = 80

The rest is simple manipulation:

2N + N + 1 = 160

3N = 159

N = 53

∴ Marv's favourite integer is 53.

This should make things clearer...

Nicholas Loh - 7 years, 8 months ago
Anik Chakrabarty
Sep 16, 2013

N+1+N+2...2N= N^2 + N(N+1)/2. The total summation divided by N is the average. Therefore, N + (N+1)/2 = 80 which implies 3N = 159 and so N=53

Moderator note:

How can we determine the average without having to calculate the total summation?

Sn = (a1 + an)(n/2) = (N +1 + 2N)(N/2) = (3N + 1)(N/2) = (3N^2 + N)/2

Mean = Sum/N 80 = [(3N^2 + N)/2]/N 80 = (3N^2 + N)/2N 160N = 3N^2 + N 3N^2 = 159N N = 53

Michael Jan Banaylo - 7 years, 8 months ago

How do you go from N+(N+1)/2=80 to 3N=159....

Julio Reyes - 7 years, 8 months ago

N+1+N+2...2N= N^2 + N(N+1)/2?? But the total summation of N numbers is only N(N+1)/2, no?

María Fernández - 7 years, 8 months ago

Log in to reply

The summation of the first N N numbers is N ( N + 1 ) 2 \frac{N(N+1)} { 2} . We are not summing up 1 + 2 + . . . + N 1 + 2 + ... + N in this case, but ( N + 1 ) + ( N + 2 ) + + ( N + N ) (N + 1) + (N+2) + \ldots + (N+N) .

Calvin Lin Staff - 7 years, 8 months ago

it so tyred

Sonya Andomo - 7 years, 8 months ago

what i still dont get, actually im stupid

Jenuel Ganawed - 7 years, 8 months ago

i still dont get it,, never mind

Jenuel Ganawed - 7 years, 8 months ago

I could not find a solution and I don't understand the processes given, but I could get the number simply

for (N = 1; N <= 80; N++) { long MyAvg = 0; int TotalNumbers = 0; for (Int16 Avg = N + 1; Avg <= N * 2; Avg += 1) { MyAvg += Avg; TotalNumbers += 1; } if (MyAvg / TotalNumbers == 80) { Interaction.MsgBox(string.Format("The number is {0}", N.ToString())); break; } }

Josep Gregori - 7 years, 8 months ago
Rahul Yedida
Sep 17, 2013

Consider the Arithmetic Progression, N+1, N+2, .., 2N. Obviously, the number of terms is N. Sum of the terms = N/2 (first term + last term) = N / 2 (N+1 + 2N) = N / 2 (3N + 1) Given, average is 80. Therefore, Sum of the terms / N = 80 Therefore, sum of the terms = 80N. This gives, N(3N + 1) = 160N 3N + 1 = 160 3N = 159 N = 53.

Samuel Hatin
Sep 21, 2013

We can write the average of the given equation as following :

( n + 1 ) + ( n + 2 ) + . . . + ( n + n ) n = 80 \frac{{\left( {n + 1} \right) + \left( {n + 2} \right) + ... + (n + n)}}{n} = 80

The upper part can also be written as a sum:

1 n k = 1 n ( n + k ) = 80 \frac{1}{n}\sum\limits_{k = 1}^n {\left( {n + k} \right)} = 80

Which we can develop into:

1 n [ k = 1 n n + k = 1 n k ] = 80 \frac{1}{n}\left[ {\sum\limits_{k = 1}^n n + \sum\limits_{k = 1}^n k } \right] = 80

Then we obtain :

1 n [ n 2 + n ( n + 1 ) 2 ] = 80 3 n + 1 = 160 n = 53 \begin{array}{l} \frac{1}{n}\left[ {{n^2} + \frac{{n\left( {n + 1} \right)}}{2}} \right] = 80\\ 3n + 1 = 160\\ n = 53 \end{array}

So Marv's favorite integer is 53.

Shivam Gulati
Sep 19, 2013

We start with the following equation, given the stipulated information:

N+1+N+2+N+3+...+2NN= 80

∵ there are N integers, rearranging, we have:

N2 + 1 + 2 + 3 + ... + N = 80N

We apply the identity:

1 + 2 + 3 + ... + N = N(N+1)2 ∴ N2 + N(N+1)2 = 80N

∵ N can't be equal to 0, we can divide by N from all terms:

N + N+12 = 80

The rest is simple manipulation:

2N + N + 1 = 160

3N = 159

N = 53

∴ Marv's favourite integer is 53.

Jayver De Torres
Sep 16, 2013

Let n be Marv's favorite integer From n+1 to 2n, there are n integers. Then, n ( 3 n + 1 ) / 2 n(3n +1)/2 = 80 n 80n , So n n =53

y r u dividing it by 2....and how do you know how to solve it.

Ahsan Latif - 7 years, 8 months ago

any related article or problem solving technique ?? or just elaborate this

Ahsan Latif - 7 years, 8 months ago

I understand up to there are n integers, but how did you come up withy the equation? Why is 80 multiplied by n?

Julio Reyes - 7 years, 8 months ago

Log in to reply

Sum of any series in arithmetic progression is: (Number of terms) (first term+ last term)/2= (N) (N+1+2N)/2= N*(3N+1)/2.

You know average= Sum/( number of terms). So, Sum= average* number of terms= 80*N.

Equate both of them and you get the aforementioned equation.

Saikat Dey - 7 years, 8 months ago

i couldn't understand

Samuel Mondido - 7 years, 8 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...