203k views
1 vote
1: Write a function rule to represent the sequence.

0.3, 0.9, 1.5, 2.1, ...

A. a(n) = 0.6+(m-1)0.3
B. a(n) = 0.6- (n)0.3
C. a(n) = 0.3+(n-1)0.6
D. a(n) = 0.3+(n+1)0.6

2: Write a function rule to represent the sequence.
47, 32, 17, 2, ...

A. a(n) = 47+ (n-1)15
B. a(n) = 47+ (n-1)(-13)
C. a(n) = 47+ (n-1)(-15)
D. a(n) = 32+ (n-1)15

User Scottxu
by
8.7k points

2 Answers

3 votes
1. an = 0.3 + (n - 1) * 0.6

2. an = 47 + (n-1) * -15
User Pandith Padaya
by
8.3k points
1 vote

The correct answers are:

C) a(n) = 0.3+(n-1)0.6 ; and

C) a(n) = 47+ (n-1)(-15)

Step-by-step explanation:

#1) This is an arithmetic sequence, since we are adding the same value to each term to find the next term. We add 0.6 each time, so this is the common difference. The first term is 0.3. This goes in the formula


image

#2) This is also an arithmetic sequence. This time, we add -15. The first term of this one is 47. This gives us:


image

User Satheesh Panduga
by
8.3k points