$a_1, a_2, a_3\dots\;$ are numbers in a sequence with the condition
$$a_{n+1}= a_n + ka_n$$
where k is a constant.
If the first number is $20,$ the last is $20000$
and total numbers are $1400.$ Find $k.$
2026-03-28 06:09:17.1774678157
How to solve this sequence problem?
64 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
This is, as others said, a geometric sequence with common ratio 1+ k. $a_n= a_1(1+ k)^{n-1}$ and the sum, to k= n, is $a_1\frac{1- (1+ k)^n}{k}$. "The first number is 20". So $a_1= 20$. "The last number is 20000". So $a_n= 20(1+ k)^{n-1}= 20000$. $(1+ k)^{n-1}= 1000$. "The sum is 14000". That's impossible. The sum is 20000 plus other positive numbers so must be larger than 20000. I am going to try "The last number is 2000" rather than 20000. Then we have $(1+ k)^{n-1}= 100$ and $20\frac{1- (1+ k)^n}{k}= 1400$ or $\frac{1- (1+ k)^n}{k}= 70$.