Sum that requires no adding

Consider the table:

1 = 1 3 + 5 = 8 7 + 9 + 11 = 27 13 + 15 + 17 + 19 = 64 \begin{array} {c} 1=1 \\ 3+5= 8 \\ 7+9+11= 27 \\ 13+15+17+19= 64 \end{array}

What is the sum of the numbers in the tenth row ( that should be indicated on the right hand side)?

2000 2500 1000 1005 1500

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.

3 solutions

Every nth row adds the next n odd numbers. Since we are looking for the 10th row, we are adding the 46th till 55th odd number. The sum of this is: 5 5 2 4 5 2 = 1000 55^2 - 45^2 = 1000

Nice idea and solution.

Hana Wehbi - 4 years, 1 month ago

Log in to reply

Tnx. I saw the 3rd power too, but wanted to post another idea.

Peter van der Linden - 4 years, 1 month ago

Log in to reply

No problem.

Hana Wehbi - 4 years, 1 month ago

Can you find a general term for this pattern that can be used so that we don't have to methodically work upwards to find the next n n odd numbers for the n t h n^{th} row??

Zach Abueg - 4 years, 1 month ago

Log in to reply

Excuse the double ??, sorry about that.

Zach Abueg - 4 years, 1 month ago

Log in to reply

Well it can be done, I used the sumformula for integers to find the 46th till 55th odd numbers. This formula is known as 0,5n(n+1). So for the nth row you use 0,5n(n+1) - 0,5(n - 1)n

Peter van der Linden - 4 years, 1 month ago

Yes, we can generalize this. I will post the proof later.

Hana Wehbi - 4 years, 1 month ago
Hana Wehbi
Apr 19, 2017

Hint: note that the right hand side is n 3 n^3 .

1 2 ( 1 ) = 1 1^2(1)=1

2 2 ( 2 ) = 8 2^2(2)=8

3 2 ( 3 ) = 27 3^2(3)=27

4 2 ( 4 ) = 64 4^2(4)=64

It follows that in the tenth row,

1 0 2 ( 10 ) = 1000 10^2(10)=1000

Nice thought.

Hana Wehbi - 4 years, 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...