Let,
S n = a 1 n + a 2 n + a 3 n + a 4 n + a 5 n + a 6 n + a 7 n + a 8 n + a 9 n + a 1 0 n + a 1 1 n + a 1 2 n
Given that,
S 1 = S 2 = S 3 = S 4 = S 6 = S 8 = S 9 = S 1 1 = 0
S 5 = 3 5 , S 7 = 1 4 , S 1 0 = 2 4 5 , S 1 2 = 1 6 8
Find the largest value of n for which S n = 0
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.
You should prove why S n > S 2 3 will not be equal to zero
Log in to reply
BECAUSE...........23-2=21..........AND S21 IS NOT EQAL TO ZERO ......IF IT BE SO THERE WOULD BE THE NEXT VALUE FOR S{n}
Problem Loading...
Note Loading...
Set Loading...
using newton sum we get
p1=s1=0 p2=0=p3=p4=0 p5=7 p6=0 p7=2 p8=0 p9=0 p10=0 p11=0 p12=0
now again using newton sum to find S13
S 1 3 = S 1 2 P 1 − S 1 1 P 2 + S 1 0 P 3 − S 9 P 4 + S 8 P 5 − S 7 P 6 + S 6 P 7 − S 5 P 8 + S 4 P 9 − S 3 P 1 0 + S 2 P 1 1 − S 1 P 1 2
IF WE USE THE ABOVE RESULT THE EQATION BECOMES
S 1 3 = S 6 P 7 + S 8 P 5 NOW PUTTING THE VALUE OF P7 AND P5 WE GET S 1 3 = 2 S 6 + 7 S 8 look at this it can be written as n for every integer as S n + 7 = 2 S n + 7 S n + 2 SINCE WE NEED TO FIND HIGHEST VALUE OF N+7 SO S_{n+7}=0 NOW EQATING WITH ZERO WE GET
− 2 S n = 7 S n + 2 NOW THIS IS ENOUGH FOR THE RESULT....LOOK AT THIS
− 2 S 9 = 7 S 1 1 . . . . . . . . . . . . . . B E C A U S E B O T H S 9 A N D S 1 1 = 0
BY THIS WE GET S16=0.........SIMILARLY DOING WITH S11 AND S13 BOTH ARE EQUAL TO ZERO. WE GET..............S18=0
NOW WITH S16 AND S18 WHICH ARE EQUAL TO ZERO AND HAVE DIFFERENCE 2 i.e(18-16=2)............WE GET S23=0
NOW THERE ARE NO SUCH PAIR VALUE OF S WHICH ARE EQAL TO ZERO AND DIFFER BY 2.
SO S 2 3 = 0