asked 97.6k views
5 votes
Write the first five terms of each sequence.2. b(1) = 2, b(n) = 2 * b(n - 1) - 1 for n > 2.

asked
User Ninh Le
by
8.3k points

1 Answer

0 votes

Write the first five terms of each sequence.

2. b(1) = 2, b(n) = 2 * b(n - 1) - 1 for n > 2.

Step 1

so, we have

b(1)=2. when 1, then 2

b(n)=2*b(n-1)

let's check with n=1

b(1)=2*b(1-1)=2


undefined

answered
User Kevin Anderson
by
8.2k 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.