asked 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

asked
User Loren
by
8.6k 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

answered
User Adrien Arcuri
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.