Given that we have two arithmetic sequences { a n } , { b n } where
a 1 = 9 , a n + 1 − a n = 3 for all natural n
b 1 = 0 , b n + 1 − b n = 5 for all natural n
Now, find the smallest possible sum of the first x terms of the sequence { a n } and the first y terms of the sequence { b n } given that x + y = 1 0 , and x , y are natural numbers.
L a s t t i m e I h i d a s e c r e t m e s s a g e i n o n e o f m y p r o b l e m s , o n l y R i s h a b h f o u n d i t . H o w a b o u t t h i s o n e ? C o m m e n t w h e n y o u s e e i t !
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.
We express the sum of the first x terms of { a n } and the first y terms of { b n } in terms of x and y respectively.
We know that the sum of the first n terms of an arithmetic sequence with first term a 1 and common difference d is given by
2 ( n ) ( 2 a 1 + ( n − 1 ) d )
We substitute the givens in the sequences { a n } and { b n } to get the requested sum from the problem to be
2 3 ( x ) ( x + 5 ) + 2 5 ( y ) ( y − 1 )
Doing the substitution y = 1 0 − x and expanding gives us that the requested sum becomes
2 3 ( x ) ( x + 5 ) + 2 5 ( y ) ( y − 1 ) = 2 3 ( x ) ( x + 5 ) + 2 5 ( 1 0 − x ) ( 9 − y ) = 4 x 2 − 4 0 x + 2 2 5
Which is a quadratic equation which obtains its minimum when x = − 2 ( 4 ) − 4 0 = 5
Plugging in x = 5 into the formula gives us the minimum value to be 1 2 5 .
P.S. This is another inequality which gives us the minimum when x = y .
Lol.... Secret message found... :-p
Log in to reply
Sighs You again.... Do you toggle latex on every single problem you see?
Log in to reply
Lol... No.... Your text just doesn't fits properly on mobile site so there is a scroll bar that appears without any text... So I just find something suspicious and toggle Latex to see if there is some hidden text XD
Log in to reply
@Rishabh Jain – Got it. Thanks for the hint! Good luck hunting next time :p
Problem Loading...
Note Loading...
Set Loading...
The sum is given by:
S = 2 x ( 1 8 + 3 ( x − 1 ) ) + 2 y ( 0 + 5 ( y − 1 ) ) = 2 3 x 2 + 1 5 x + 2 5 ( 1 0 − x ) ( 1 0 − x − 1 ) = 2 3 x 2 + 1 5 x + 2 5 x 2 − 9 5 x + 4 5 0 = 4 x 2 − 4 0 x + 2 2 5 = 4 ( x 2 − 1 0 x + 2 5 ) + 1 2 5 = 4 ( x − 5 ) 2 + 1 2 5 Using S = 2 n ( 2 a + l ) = 2 n ( 2 a + ( n − 1 ) d ) Note that x + y = 1 0 ⟹ y = 1 0 − x
Since ( x − 5 ) 2 ≥ 0 , S is minimum, when ( x − 5 ) 2 = 0 or x = 5 and the minimum value of S m i n = 1 2 5