preet
- 96
- 0
A sequence t_{1},t_{2},...t_{n},... is defined as follows:
t_{1}=14
t_{k}=24-5t_{k-1} for each k <= 2
For every positive integer n, t_{n} can be expressed as t_{n}=p*q^n+r where p, q and r are constants. The value of p, q and r is?
I found out t2=-46 and t3=254 and wrote out
14=p*q+r\\
-46=p*q^2+r\\
254=p*q^3+r
I don't know what to do from here... is what I did so far even correct? TiA.
t_{1}=14
t_{k}=24-5t_{k-1} for each k <= 2
For every positive integer n, t_{n} can be expressed as t_{n}=p*q^n+r where p, q and r are constants. The value of p, q and r is?
I found out t2=-46 and t3=254 and wrote out
14=p*q+r\\
-46=p*q^2+r\\
254=p*q^3+r
I don't know what to do from here... is what I did so far even correct? TiA.