Login
📚 Modeling, Functions, and Graphs
Chapters ▾

9.6 Chapter Summary and Review

Key Concepts

  1. A function whose inputs are a set of successive positive integers is called a sequence.
  2. The output values are called the terms of the sequence.
  3. A formula in terms of n for the n th term of a sequence is called the general term of the sequence.
  4. A sequence is defined recursively if each term of the sequence is defined in terms of its predecessors.
  5. A sequence in which each term can be obtained from the previous term by adding a fixed amount is called an arithmetic sequence.
  6. The fixed amount between two successive terms of an arithmetic sequence is called the common difference.
  7. An arithmetic sequence defines a linear function of n .
  8. The n th term of an arithmetic sequence is   a n = a + ( n 1 ) d .
  9. A sequence in which each term can be obtained from the previous term by multiplying by a fixed amount is called a geometric sequence.
  10. The ratio of two successive terms of a geometric sequence is called the common ratio.
  11. A geometric sequence defines an exponential function of n .
  12. The n th term of a geometric sequence is   a n = a r n 1 .
  13. The sum of the terms of a sequence is called a series.
  14. The sum S n of the first n terms of an arithmetic sequence is

    S n = n 2 ( a 1 + a n )

  15. The sum S n of the first n terms of a geometric sequence is

    S n = a n + 1 a 1 r 1

  16. We can use sigma notation to denote a series.
  17. It is possible to add infinitely many terms and arrive at a finite sum if the terms are small enough.
  18. The sum of an infinite geometric series     k = 0 a r k 1     is

    S = a 1 r             if             1 < r < 1

  19. If | r | 1 in an infinite geometric series, the series does not have a sum.
  20. The binomial coefficient   n C k   is the coefficient of the term containing b k in the expansion of ( a + b ) n .
  21. The numbers in Pascal's triangle are the binomial coefficients. Specifically, the number in the k th position (starting with k = 0 ) of the n th row of the triangle is   n C k   .
  22. If n is a positive integer,

    n ! = n ( n 1 ) ( n 2 ) 3 2 1

  23. For n 0 and 0 k n ,

      n C k   = n ! ( n k ) !   k !

  24. The Binomial Theorem

    ( a + b ) n =     k = 0 n   n C k   a n k b k

Chapter 9 Review Problems

For Problems 1–2, find the first four terms in the sequence whose general term is given.

a n = n n 2 + 1

1 2 , 2 5 , 3 10 , 4 17

b n = ( 1 ) n 1 n

For Problems 3–4, find the first five terms in the recursively defined sequence.

c 1 = 5 ;     c n + 1 = c n 3

5 , 2 , 1 , 4 , 7

d 1 = 1 ;     d n + 1 = 3 4 d n

For Problems 5–8,

  1. Find the first four terms of the sequence.
  2. Determine equations to define the sequence recursively.

Rick purchased a sailboat for $1800. How much is it worth after n years if it depreciates in value by 12% each year?

  1. 1584 , 1393.92 , 1226.65 , 1079.45
  2. a 1 = 1584 ,   a n + 1 = 0.88 a n

Sally earns $24,000 per year. If she receives a 6% raise each year, what will her salary be after n years?

To fight off an infection, Garrison receives a 30-milliliter dose of an antibiotic followed by doses of 15-milliliters at regular intervals. Between doses, Garrison's kidneys body removes 25% of the antibiotic that was present after the previous dose. How much of the antibiotic is present after n doses?

  1. 30 , 37.5 , 43.125 , 47.34375
  2. a 1 = 30 ,   a n + 1 = 0.75 a n + 15

Opal joined the Weight Losers Club. At the end of the first meeting she weighed 187 pounds, and she lost 2 pounds from one meeting to the next. How much does Opal weigh after n meetings?

For Problems 9–18, find the indicated term for the sequence.

x n = ( 1 ) n ( n 2 ) 2 ;     x 7

x 7 = 25

y n = n 3 2 ;     y 3

The tenth term in the arithmetic sequence that begins   4 , 0 , .

32

The sixth term in the arithmetic sequence that begins   x a ,   x + a , .

The eighth term in the geometric sequence that begins   16 27 , 8 9 , 2 3 ,

81 8

The fifth term in the geometric sequence with third term 2 3 and sixth term 16 81 .

The twenty-third term of the arithmetic sequence   84 , 74 , 64 ,

136

The ninth term of the arithmetic sequence   1 2 , 1 , 5 2 ,

The first term of an arithmetic sequence is 8 and the twenty-eighth term is 89. Find the twenty-first term.

68

What term in the arithmetic sequence   5 , 2 , 1 ,   is   37 ?

For Problems 19–28, identify each sequence as arithmetic, geometric, or neither. If the sequence is arithmetic or geometric, find the next four terms of the sequence and a non-recursive expression for the general term.

1 , 1 2 , 1 4 , 1 8 ,

Geometric; 1 16 , 1 32 , 1 64 , 1 128 ;   a n = ( 1 ) n ( 1 2 ) n 1

12 , 9 , 3 , 1 ,

6 , 1 , 4 , 9 ,

Arithmetic; 14 , 19 , 25 , 29 ;   a n = 11 5 n

1 , 4 , 16 , 64 ,

1 , 2 , 4 , 8 ,

Geometric; 16 , 32 , 64 , 128 ;   a n = ( 1 ) n ( 2 ) n 1

2 3 , 1 2 , 3 8 , 9 32 ,

First term 3 , common difference 4

Arithmetic; 1 , 5 , 9 , 13 ;   a n = 7 4 n

First term 1 4 , common difference 1 2

First term 12 , common ratio 4

Geometric; 48 , 192 , 768 , 3072 ,   a n = 12 ( 4 ) n 1

First term 6 , common ratio 1 3

For Problems 29–30, write the sum in expanded form.

    k = 2 5   k ( k 1 )

2 ( 1 ) + 3 ( 2 ) + 4 ( 3 ) + 5 ( 4 )

    j = 2   j 2 j 1

For Problems 31–32, write the sum using sigma notation.

The first 12 terms of   1 , 3 , 7 , 2 k 1 ,

    k = 1 12   ( 2 k 1 )

The fourth through fifteenth terms of   x , 4 x 2 , 9 x 3 , , k 2 x k ,

For Problems 33–42, identify the series as arithmetic, geometric, or neither, then evaluate.

The sum of the first 12 terms of the sequence   a n = 3 n 2

Arithmetic; 210

The sum of the first 20 terms of the sequence   b n = 1.4 + 0.1 n

    i = 1 6   ( 3 i 1 )

Arithmetic; 57

    k = 1 12   ( 2 3 k 1 )

    j = 1 5   ( 1 3 ) j

Geometric; 121 243

    k = 1 6   2 k 1

    n = 1 5   ( 1 ) n ( n + 1 )

Neither; 4

    n = 1 4   n n + 1

  3 + 2 + ( 4 3 ) + ( 8 9 ) +

Geometric; 9 5

    1 = 1   3 ( 1 3 ) i 1

A rubber ball is dropped from a height of 12 feet and returns two-thirds of its previous height on each bounce. How high does the ball bounce after hitting the floor for the fourth time?

64 27 ft

The property taxes on the Hardesty's family home were $840 in 2024. If the taxes increase by 2% each year, what will the taxes be in 2030?

  1. Find the sum of all integral multiples of 6 between 10 and 100.
  2. Write the sum in (a) using sigma notation.
  1. 810
  2.     n = 2 16 6 n

Kathy planted a 7-foot silver maple tree in 2020. If the tree grows 1.3 feet each year, in what year will it be 20 feet tall?

A rubber ball is dropped from a height of 12 feet and returns three-fourths of its previous height on each bounce. Approximately what is the total distance the ball travels before coming to rest?

84 ft

Suppose you will be paid 1¢ on the first day of June, 2¢ on the second, 4¢ on the third, etc., so that each new day you are paid twice what your received the previous day. What would be the total amount you will receive in the month of June?

For Problems 49–50, find a common fraction equivalent to the repeating decimal.

3.222 2

29 9

0.41818 18

For Problems 51–52, write the power in expanded form.

( x 2 ) 5

x 5 10 x 4 + 40 x 3 80 x 2 + 80 x 32

( x 2 y ) 4

For Problems 53–58, evaluate.

6 ! 3 ! ( 6 3 ) !

20

9 ! 5 ! ( 9 5 ) !

  7 C 2  

21

  16 C 14  

    k = 0 5   5 C k  

32

    k = 0 6   6 C k   1.4 6 k 0.6 k

For Problems 59–60, find the coefficient of the indicated term.

( x 2 y ) 9 ;     x 6 y 3

672

( x 2 3 ) 8 ;     x

Modeling, Functions, and Graphs by Katherine Yoshiwara (yoshiwarabooks.org), GNU Free Documentation License 1.2 or later. Adapted for the XYZ HTML edition with the authors' permission (recorded 2026-07-04). License: GFDL-1.2-or-later.