Consider the table:
1 = 1 3 + 5 = 8 7 + 9 + 1 1 = 2 7 1 3 + 1 5 + 1 7 + 1 9 = 6 4
What is the sum of the numbers in the tenth row ( that should be indicated on the right hand side)?
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.
Nice idea and solution.
Log in to reply
Tnx. I saw the 3rd power too, but wanted to post another idea.
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 odd numbers for the n t h row??
Log in to reply
Excuse the double ??, sorry about that.
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
Yes, we can generalize this. I will post the proof later.
Hint: note that the right hand side is n 3 .
1 2 ( 1 ) = 1
2 2 ( 2 ) = 8
3 2 ( 3 ) = 2 7
4 2 ( 4 ) = 6 4
It follows that in the tenth row,
1 0 2 ( 1 0 ) = 1 0 0 0
Nice thought.
Problem Loading...
Note Loading...
Set Loading...
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 = 1 0 0 0