47.8k views
1 vote
Find the first, fourth, and eighth terms of the sequence.
A(n) = -2x2^n-1

User Vlad Udod
by
4.0k points

1 Answer

3 votes

Answer:

first term = -2

fourth term = -16

eighth term = -256

Explanation:

Given;

A sequence with function;

A(n) = -2x2^(n-1)

The first, fourth, and eighth terms of the sequence can be calculated by substituting their corresponding values of n;

First term A(1); n = 1

A(1) = -2x2^(1-1) = -2×1 = -2

Fourth term A(4); n = 4

A(4) = -2x2^(4-1) = -2×8 = -16

Eighth term A(8); n = 8

A(8) = -2x2^(8-1) = -2×128 = -256

Therefore,

first term = -2

fourth term = -16

eighth term = -256

User Samuel Phan
by
4.5k points