The answer to this is x=3
The answer is D. 3 and 17.
3 + 17 = 20. They have a sum of 20.
17 - 3 = 14. They also have a difference of 14.
Hope I helped!
The whole problem is in the picture. I Hope this helps
T(1) = 3, t(n) = -2t(n-1) + 1
So t(2) = -2(t(1)) + 1 = -2(3) + 1 = -5
t(3) = -2(t(2)) +1 = -2(-5) +1 = 11
t(4) = -2(t(3)) +1 = -2(11) +1 = -21
t(5) = -2(t(4)) +1 = -2(-21) +1 = 43
It’s A letter A hope this helped