Zig-zag sequence

Algebra Level 4

Consider the sequence: 65 , 42 , 67 , 44 , 69 , 46 , 71 , 48 65, 42, 67, 44, 69, 46, 71, 48 \, \ldots

The n th n^\text{th} term of this sequence can be expressed as a n + b ( 1 ) n + c an+b(-1)^n +c , where a , b , c Z a,b,c \in \mathbb{Z} .

Evaluate a + b + c a+b+c .

Note: The 1st term of the sequence can be expressed as a × 1 + b ( 1 ) 2 + c a \times 1 + b(-1)^2 + c .


The answer is 41.

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.

1 solution

Chew-Seong Cheong
Nov 12, 2016

It is given that the n n th term x n = a n + b ( 1 ) n + c x_n = an+b(-1)^n+c , therefore the first three terms are:

{ x 1 = 65 a b + c = 65 x 2 = 42 2 a + b + c = 42 x 3 = 67 3 a b + c = 67 \begin{cases} x_1 = 65 & \implies a - b + c = 65 \\ x_2 = 42 & \implies 2a + b + c = 42 \\ x_3 = 67 & \implies 3a - b + c = 67 \end{cases}

x 3 x 1 = 67 65 2 a = 2 a = 1 \begin{aligned} x_3-x_1 & = 67-65 \\ 2a & = 2 \\ \implies a & = 1 \end{aligned}

x 1 + x 2 = 65 + 42 3 a + 2 c = 107 2 c = 107 3 c = 52 \begin{aligned} x_1+x_2 & = 65+42 \\ 3a + 2c & = 107 \\ 2c & = 107 - 3 \\ \implies c & = 52 \end{aligned}

x 1 = 65 a b + c = 65 b = 1 + 52 65 b = 12 \begin{aligned} x_1 & = 65 \\ a - b + c & = 65 \\ b & = 1 + 52 - 65 \\ \implies b & = -12 \end{aligned}

a + b + c = 1 12 + 52 = 41 \implies a + b + c = 1-12+52 = \boxed{41}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...