Find the (n - 1)th term of the given sequence. 7, 14, 21, 28, ...
Reveal answer
Fill a bubble to check yourself
Find the (n - 1)th term of the given sequence. 7, 14, 21, 28, ...
14n
7n
7n - 1
7n - 7
The sequence is 7, 14, 21, 28... which is 7n. The (n-1)th term is 7(n-1) = 7n - 7.
Observe that the given sequence is an arithmetic progression with the first term as 7 and a common difference of 7. The nth term formula for an arithmetic progression is a + (n - 1)d, so substituting the values gives 7 + (n - 1)7, which simplifies to 7n. To find the (n - 1)th term, replace n with (n - 1) to get 7(n - 1), which expands to 7n - 7. The result is 7n - 7.