|
Solution 2
by Soarer
let a =
let b =
Let Sn = an+bn
;
S1 = a+b = 2
Then it satisfies the equation with roots a,b, y2-2y+ab = 0
y2 = 2y-ab
Sn+2 = 2Sn+1-ab Sn
S0 = a0+b0 = 2
S2 = 2S1-abS0 = 4-2ab
S3 = 2S2-abS1 = 2(4-2ab)-2ab = 8-6ab
While S3 = 6x+28+28-6x =56
Thereore ab = -8
and
y2-2y-8 = 0
(y-4)(y+2) = 0
y = 4 or -2
When 6x+28 = 43, 6x = 36, x = 6
When 6x+28 = (-2)3, x = -6
Therefore x =
6
another method:
a - b = 2
a3 - b3 = 56
(a-b)(a2+ab+b2) = 56
a2+ab+b2 = 28
(a-b)2+3ab = 28
3ab = 24
ab = 8
a+b = =
6
it satisfies the equation
y26y+8 = 0
(y+4)(y+2) = 0
or (y-4)(y-2) = 0
Same afterwards.
View different answers :
Ant
|