1 + 2 1 ( 3 5 ) + 4 3 ( 3 6 ) + ( 3 7 ) + 4 5 ( 3 8 ) + 2 3 ( 3 9 ) + 4 7 ( 3 1 0 ) = ( b a )
It is given that 2 b ≤ a and a is as small an integer as possible. Determine the value of 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.
Cool solution but i believe it will come in combinatorics section
Similar solution with @Kartik Sharma 's
S = 1 + 2 1 ( 3 5 ) + 4 3 ( 3 6 ) + ( 3 7 ) + 4 5 ( 3 8 ) + 2 3 ( 3 9 ) + 4 7 ( 3 1 0 ) = 4 1 ( 3 4 ) + 4 2 ( 3 5 ) + 4 3 ( 3 6 ) + 4 4 ( 3 7 ) + 4 5 ( 3 8 ) + 4 6 ( 3 9 ) + 4 7 ( 3 1 0 )
= k = 1 ∑ 7 4 k ( 3 k + 3 ) = k = 1 ∑ 7 4 ⋅ 3 ! k ( k + 1 ) ( k + 2 ) ( k + 3 ) = k = 1 ∑ 7 ( 4 k + 3 ) = k = 1 ∑ 7 ( ( 5 k + 4 ) − ( 5 k + 3 ) ) = k = 1 ∑ 7 ( 5 k + 4 ) − k = 1 ∑ 6 ( 5 k + 4 ) = ( 5 1 1 ) By Pascal formula: ( k n ) = ( k − 1 n − 1 ) + ( k n − 1 )
Therefore, a + b = 1 1 + 5 = 1 6 .
Extreme 'Stupid' method, brute force out the L.H.S yields 4 6 2 = 2 × 3 × 7 × 1 1 , so a must bigger than or equal to 1 1 . Trial and error yields C 5 1 1
Problem Loading...
Note Loading...
Set Loading...
The sum can be written as : n = 1 ∑ 7 4 n ( 3 n + 3 ) = 4 ! 1 n = 1 ∑ 7 n ( n + 1 ) ( n + 2 ) ( n + 3 )
= 5 ! 1 n = 1 ∑ 7 n ( n + 1 ) ( n + 2 ) ( n + 3 ) ( n + 4 ) − ( n − 1 ) ( n ) ( n + 1 ) ( n + 2 ) ( n + 3 )
which telescopes to 5 ! 1 7 × 8 × 9 × 1 0 × 1 1 = ( 5 1 1 )