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

Relax

Respuesta :

Step-by-step 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