59.4k views
1 vote
Consider the sequence of numbers 50,48,46,44….

(A) What are the next three numbers in this sequence?
(B) Using n to represent the position of a number in this sequence, write an expression that allows you to calculate the nth number.
(C) use your expression to find the 100th number in this sequence

User Loren
by
5.7k points

1 Answer

5 votes

Explanation:

(A) 42,40

(B) T(n) = 50 + (n-1)(-2)

= 50+2-2n

= 52-2n

(C) T(100) = 52 - 2(100)

= 52- 200

= - 148

User Adrien Arcuri
by
5.4k points