1 2 3 4 ⋯ 2 0 1 5 2 0 1 6 2 0 1 7 2 0 1 8 3 5 7 ⋯ 4 0 3 1 4 0 3 3 4 0 3 5 8 1 2 ⋯ 8 0 6 4 8 0 6 8 ⋮ n
n is the bottom number of the triangle, where each number is the sum of the two numbers above it.
If n = a × 2 b , where a is an odd integer and b is an integer, find a + b .
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.
If it was a Computer Science problem, the following would be one of the ways to find out a and b and / or a + b ;
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
(a, b) = (2019, 2016) => a+b = 4035
I wonder how algebra would help to find it out! (^,^)
We note that the first row of the table has 2018 terms, the second row has 2017, third row, 2016 and so on. Therefore, the k th row has 2 0 1 9 − k terms and the 2018th row has only 1 term. Now if we add the first term and last term of each we get the following:
Row 1: Row 2: Row 3: ⋯ Row k: ⋯ Row 2017: 1 + 2 0 1 8 = 2 0 1 9 = 2 0 1 9 × 2 0 3 + 4 0 3 5 = 4 0 3 8 = 2 0 1 9 × 2 1 8 + 8 0 6 8 = 8 0 7 6 = 2 0 1 9 × 2 2 ⋯ a k , 1 + a k , 2 0 1 9 − k = 2 0 1 9 × 2 k − 1 ⋯ a 2 0 1 7 , 1 + a 2 0 1 7 , 2 = 2 0 1 9 × 2 2 0 1 6
We note that the 2017th row has two terms and the sum of the two terms equals to n , the only term of the 2018th row. Therefore, n = a 2 0 1 7 , 1 + a 2 0 1 7 , 2 = 2 0 1 9 × 2 2 0 1 6 and a + b = 2 0 1 9 + 2 0 1 6 = 4 0 3 5 .
Problem Loading...
Note Loading...
Set Loading...
Flip the triangle from left to right,(the first row becomes 2 0 1 8 , 2 0 1 7 , 2 0 1 6 , . . . 3 , 2 , 1 ),and add the two triangles together,it become 2 0 1 9 2 0 1 9 2 0 1 9 2 0 1 9 ⋯ 2 0 1 9 2 0 1 9 2 0 1 9 2 0 1 9 4 0 3 8 4 0 3 8 4 0 3 8 ⋯ 4 0 3 8 4 0 3 8 4 0 3 8 8 0 7 6 8 0 7 6 ⋯ 8 0 7 6 8 0 7 6 ⋮ 2 n The m th row is all 2 0 1 9 × 2 m − 1 ,and 2 n is on the 2 0 1 8 th row,so 2 n = 2 0 1 9 × 2 2 0 1 8 − 1 , n = 2 0 1 9 × 2 2 0 1 6