asked 173k views
0 votes
B(1)=-54
b(n)=b(n-1) 4/3
What is the 4th term

2 Answers

2 votes

Answer:

-128

Explanation:

b(1) = -54

b(2) = b(1) ⋅
(4)/(3) = -72

b(3) = b(2) ⋅
(4)/(3) = -96

b(4) = b(3) ⋅
(4)/(3) = -128

answered
User Bretton Wade
by
8.4k points
5 votes

Answer:

-128

Explanation:

Evaluate the recursive relation 3 times:

b(2)= b(1) 4/3 = (4/3)(-54) = -72

b(3) = b(2) 4/3 = (4/3)(-72) = -96

b(4) = b(3) 4/3 = (4/3)(-96) = -128

The fourth term is -128.

answered
User Sebastian Farham
by
8.6k 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.