Math I · F-BF.2

Arithmetic and Geometric Sequences as Models of Repeated Change

Sequences model repeated change over steps, which appears in savings, debt, population, depreciation, algorithms, patterns, and recursive processes.

Concept Functions
Domain Building Functions
Read time 12 minutes

What this learning objective is really asking you to learn

This objective is asking students to understand two of the most important patterns in mathematics: repeated addition and repeated multiplication. These patterns appear so often that they have special names. A sequence that changes by adding the same amount each time is an arithmetic sequence. A sequence that changes by multiplying by the same factor each time is a geometric sequence.

At first, sequences may look like lists of numbers. For example:

5, 8, 11, 14, 17, ...

This is an arithmetic sequence because each term increases by 3. Another example is:

4, 8, 16, 32, 64, ...

This is a geometric sequence because each term is multiplied by 2 to get the next term.

But the learning objective is not just asking students to extend lists. It is asking them to see sequences as functions. A sequence is a function whose input is usually a counting number: term 1, term 2, term 3, and so on. The output is the value of that term. The domain is not all real numbers. It is a set of integers, such as \({1, 2, 3, 4, ...}\) or sometimes \({0, 1, 2, 3, ...}\). This matters because sequences connect algebra to discrete change: change that happens step by step.

The objective also asks students to understand two different ways to describe a sequence: recursively and explicitly.

A recursive rule tells how to get the next term from a previous term. For the arithmetic sequence 5, 8, 11, 14, ..., a recursive rule could be:

\[a_{1} = 5\]

\(a_{n} = a_{n-1} + 3\) for \(n \ge 2\).

This says: start at 5, then add 3 each time. Recursion emphasizes process. It answers the question, “How does the pattern continue?”

An explicit formula tells how to find a term directly from its position. For the same sequence, the explicit formula is:

\[a_{n} = 5 + 3(n - 1)\].

This says: the first term is 5, and by the time you reach term \(n\), you have added 3 a total of \(n - 1\) times. The explicit form emphasizes direct calculation. It answers the question, “What is the value of the nth term without listing all earlier terms?”

For geometric sequences, the same distinction applies. The sequence 4, 8, 16, 32, ... can be written recursively as:

\[g_{1} = 4\]

\(g_{n} = 2g_{n-1}\) for \(n \ge 2\).

The explicit formula is:

\[g_{n} = 4 \cdot 2^{n-1}\].

This says: start at 4, and by term \(n\), multiply by 2 a total of \(n - 1\) times.

The learning objective asks students to translate between these forms because each form reveals different information. Recursive form shows local change: what happens from one step to the next. Explicit form shows global position: where a term is in the overall pattern. Good mathematical thinking includes both views.

Why students should learn this math

Students should learn sequences because many real-life situations happen in repeated steps. A student saves the same amount of money each week. A phone battery loses a percentage of its charge each hour. A video gains a certain number of views each day. A population grows by a percent each year. A car loses a percent of its value annually. A subscription charges every month. A medication level decreases by a fraction over regular time intervals. A plant grows by approximately the same amount each week under stable conditions. A rumor spreads by multiplication as each person tells several others. These are sequence situations.

Arithmetic sequences model constant difference. If you put $20 into savings every week, your balance increases by the same amount each step, assuming no interest. If a runner adds 0.5 mile to a training run each week, the distance follows an arithmetic pattern. If a theater has rows with 2 more seats than the previous row, the number of seats per row may form an arithmetic sequence. Arithmetic patterns are the discrete version of linear functions. They represent steady additive change.

Geometric sequences model constant ratio. If a bank account grows by 5% per year, each year’s amount is multiplied by 1.05. If a car retains 85% of its value each year, its value is multiplied by 0.85. If bacteria double every hour, the population is multiplied by 2. If a social media post is shared so that each person sends it to 3 more people, the potential spread can grow geometrically. Geometric patterns are the discrete version of exponential functions. They represent repeated multiplicative change.

This distinction is one of the biggest ideas in high school mathematics. Constant addition and constant multiplication behave very differently. Constant addition grows in a straight-line way. Constant multiplication can grow slowly at first and then explosively, or shrink quickly and then level toward zero. Students who understand arithmetic and geometric sequences are better prepared to understand savings, debt, interest, depreciation, population growth, inflation, disease spread, radioactive decay, and algorithmic growth.

The “why” is also about prediction. If you know a pattern, you can estimate the future or reconstruct the past. If a company’s cost increases by $1,000 per month, an arithmetic model can project future cost. If a disease count increases by 20% each week, a geometric model can show how quickly the situation may become serious. If a student is building a study plan and adds 15 minutes of practice per day, an arithmetic sequence can model total time. If a YouTube channel grows subscribers by 8% each month, a geometric sequence is more appropriate.

Sequences also explain the difference between a step-by-step process and a direct formula. This is useful beyond math. A recipe is often recursive: after each step, do the next step. A shortcut formula is explicit: compute the result directly. Computer programs often use recursion or iteration, where a process repeats using previous results. Finance often uses explicit formulas to calculate future value without simulating every month one by one. Students who learn recursive and explicit forms are learning two ways to think: process thinking and formula thinking.

This matters because students often get trapped in one style. Some students can continue a pattern but cannot find the 100th term efficiently. Other students can plug into a formula but do not understand what the formula means. F-BF.2 forces both sides to connect. The student learns that \(a_{n} = a_{n-1} + d\) and \(a_{n} = a_{1} + d(n - 1)\) are two languages for the same arithmetic pattern. The student learns that \(g_{n} = rg_{n-1}\) and \(g_{n} = g_{1r}^{n-1}\) are two languages for the same geometric pattern.

This is one of those objectives where the practical usefulness is immediate. It helps students understand money, growth, decline, planning, schedules, production, and repeated change. It also prepares them for more advanced math, where sequences become series, recursive functions, limits, compound interest formulas, exponential models, computer algorithms, and calculus.

The historical machinery: repeated patterns and the birth of progression thinking

Arithmetic and geometric sequences have ancient roots because repeated patterns appear naturally in counting, trade, land measurement, construction, astronomy, and finance. Long before modern algebraic notation, people noticed that some quantities increased by equal steps while others grew by repeated doubling, tripling, or multiplying by a fixed ratio.

Arithmetic progressions are connected to counting itself. Counting by 2s, 5s, 10s, or any fixed step is an arithmetic sequence. Ancient merchants, builders, and record keepers needed repeated addition constantly. If each worker is paid the same amount per day, total pay over days follows an arithmetic pattern. If rows of objects increase by a fixed number, the row counts form arithmetic sequences.

Geometric progressions also appeared early. Repeated doubling is one of the oldest and most striking mathematical patterns. Grains of wheat on a chessboard, legends of doubling rewards, and population growth stories all reflect the surprising power of repeated multiplication. Ancient mathematical texts included problems involving geometric progressions because they arise in sharing, growth, and compounding.

The word “geometric” in geometric sequence is historically connected to geometric ratios. In Greek mathematics, ratios were central, especially in the study of similar figures. If lengths scale by the same factor, the pattern is multiplicative. Geometric sequences are about repeated scaling, and scaling is one of the fundamental ideas of geometry.

The modern algebraic treatment of sequences became more systematic as symbolic notation improved. Once mathematicians could write \(a_{n}\), they could discuss the nth term of a sequence generally. This was a major advance. Instead of describing only a few terms, mathematics could describe the structure of all terms. Recursion became especially important in later mathematics and computer science because it describes processes that define the next state from the current state.

Sequences also became central in calculus. Infinite series, limits, and convergence all grow from the idea of sequences. A sequence can approach a value without ever reaching it. A geometric sequence with ratio between -1 and 1, such as \(1, 1/2, 1/4, 1/8, ...\), approaches zero. This idea is crucial for understanding decimals, limits, area under curves, and infinite sums.

In finance, geometric sequences became essential because of compound interest. If money grows by a percentage each period, the future values form a geometric sequence. If debt grows by interest, the same machinery applies. This is not just theoretical. Loans, mortgages, credit cards, investments, retirement accounts, inflation, and depreciation all involve repeated multiplicative change.

The historical importance of sequences is that they form a bridge between simple counting and advanced mathematics. Counting by a fixed step becomes arithmetic sequences. Scaling by a fixed factor becomes geometric sequences. Those patterns become linear and exponential functions. Then they become series, limits, algorithms, and models of real systems.

Where this fits in the big map of mathematics

In the big map of mathematics, F-BF.2 sits at the crossing between functions, algebra, modeling, and discrete mathematics. It belongs to “Building Functions” because a sequence is a function built to model a pattern. It belongs to algebra because students write rules and formulas. It belongs to modeling because sequences represent real repeated processes. It belongs to discrete mathematics because the input values are separated steps, not a continuous number line.

Backward, this objective connects to pattern recognition from earlier grades. Students have long seen number patterns and skip counting. F-BF.2 formalizes that earlier intuition with notation and formulas. Instead of saying, “It goes up by 3,” students learn to write \(a_{n} = a_{n-1} + 3\) and \(a_{n} = a_{1} + 3(n - 1)\).

It connects to linear functions. An arithmetic sequence is a linear function restricted to integer inputs. For example, \(a_{n} = 5 + 3(n - 1)\) can be rewritten as \(a_{n} = 3n + 2\), which has the form of a line. The common difference is like slope. The sequence is the set of points on the line where \(n\) is a counting number.

It connects to exponential functions. A geometric sequence is an exponential function restricted to integer inputs. For example, \(g_{n} = 4 \cdot 2^{n-1}\) is exponential because the variable appears in the exponent. The common ratio is the growth factor. This prepares students for exponential growth and decay in later units.

It connects to function notation. Students learn that \(a_{5}\) means the fifth term, just as \(f(5)\) means the output of function \(f\) at input 5. This reinforces the idea that notation is a way of naming outputs.

It connects to statistics and modeling. Many data sets are collected at regular intervals: day 1, day 2, week 1, week 2, year 1, year 2. Recognizing whether the data show constant differences or constant ratios helps students choose a linear or exponential model.

It connects to computer science. Recursive rules are similar to loops and recursive functions. A computer can generate a sequence by starting with an initial value and repeatedly applying an update rule. This is how simulations often work: the next state depends on the current state.

It connects to calculus and advanced mathematics. Sequences lead to limits, infinite series, convergence, and mathematical induction. A student who understands geometric sequences is better prepared to understand why \(0.999... = 1\), how mortgage formulas are derived, how infinite sums can have finite totals, and how exponential decay approaches but may not reach zero.

The big-picture map is clear: repeated addition leads to arithmetic sequences, linear functions, constant rate of change, and straight-line models. Repeated multiplication leads to geometric sequences, exponential functions, percent growth and decay, and compounding models. This objective is one of the main bridges from middle-school patterns to high-school functions.

How to execute the skill technically

To work with an arithmetic sequence, identify the first term and the common difference. The first term is usually called \(a_{1}\). The common difference is usually called \(d\). If each term increases or decreases by the same amount, the sequence is arithmetic.

The recursive form is:

\[a_{1} = starting value\]

\(a_{n} = a_{n-1} + d\) for \(n \ge 2\).

The explicit form is:

\[a_{n} = a_{1} + d(n - 1)\].

The expression \(n - 1\) appears because the first term has had zero changes applied. The second term has had one change applied. The third term has had two changes applied. By term \(n\), the common difference has been applied \(n - 1\) times.

Example: A student has $50 and saves $12 each week. If week 1 is the starting amount, then:

\[a_{1} = 50\]
\[d = 12\]
\[a_{n} = 50 + 12(n - 1)\].

The recursive form is:

\[a_{1} = 50\]
\[a_{n} = a_{n-1} + 12\].

To find week 10 explicitly:

\[a_{10} = 50 + 12(10 - 1) = 50 + 108 = 158\].

To work with a geometric sequence, identify the first term and the common ratio. The common ratio is the factor by which each term is multiplied.

The recursive form is:

\[g_{1} = starting value\]

\(g_{n} = r \cdot g_{n-1}\) for \(n \ge 2\).

The explicit form is:

\[g_{n} = g_{1} \cdot r^{n-1}\].

Again, \(n - 1\) appears because the first term has had zero multiplications by the ratio after the starting value.

Example: A car is worth $20,000 and retains 80% of its value each year. If year 1 is the starting value, then:

\[g_{1} = 20000\]
\[r = 0.80\]
\[g_{n} = 20000(0.80)^{n-1}\].

The recursive form is:

\[g_{1} = 20000\]
\[g_{n} = 0.80g_{n-1}\].

To find the value at year 5:

\[g_{5} = 20000(0.80)^4 = 8192\].

A major technical skill is translating between forms. If you are given \(a_{n} = 7 + 4(n - 1)\), then the first term is 7 and the common difference is 4. The recursive form is \(a_{1} = 7\), \(a_{n} = a_{n-1} + 4\).

If you are given \(b_{1} = 3\), \(b_{n} = 5b_{n-1}\), then the first term is 3 and the common ratio is 5. The explicit form is \(b_{n} = 3 \cdot 5^{n-1}\).

Students also need to know how to decide whether a sequence is arithmetic or geometric. Look at differences first. If the differences are constant, arithmetic is appropriate. Then look at ratios. If the ratios are constant, geometric is appropriate. For 10, 15, 20, 25, the differences are all 5, so it is arithmetic. For 10, 15, 22.5, 33.75, the ratios are all 1.5, so it is geometric.

Finally, students should always interpret the parameters. In an arithmetic sequence, the common difference is the amount added each step. In a geometric sequence, the common ratio is the factor multiplied each step. A ratio greater than 1 means growth. A ratio between 0 and 1 means decay. A negative ratio creates alternating signs.

Common mistakes and how to avoid them

One common mistake is confusing difference with ratio. If a pattern adds 5 each time, it is arithmetic, not geometric. If a pattern multiplies by 1.05 each time, it is geometric, not arithmetic.

Another mistake is using \(n\) instead of \(n - 1\) in explicit formulas. If the first term is \(a_{1}\), then term \(n\) is \(a_{1} + d(n - 1)\) or \(a_{1r}^{n-1}\). Using \(n\) usually shifts the sequence.

A third mistake is failing to define the first term. Some contexts start at term 0 instead of term 1. If \(a_{0}\) is used as the starting value, the formulas change: arithmetic becomes \(a_{n} = a_{0} + dn\), and geometric becomes \(a_{n} = a_{0r}^n\). Students should check indexing carefully.

A fourth mistake is thinking recursion is less mathematical than explicit form. Recursion is not inferior. It is powerful when a process naturally depends on the previous state. Explicit form is powerful when a direct calculation is needed. Both matter.

A fifth mistake is ignoring units. A common difference might be dollars per week. A common ratio might be “multiply by 1.03 each year.” The units and time intervals must be consistent.

What students should be able to say

A student who understands this objective should be able to say: “Arithmetic sequences model repeated addition, and geometric sequences model repeated multiplication. I can write each kind recursively, which shows how to get the next term, and explicitly, which lets me calculate any term directly. I can translate between the two forms and explain what the starting value, common difference, or common ratio means in a real situation.”

Problem Library

Problems in the App From This Objective

180 problems across 15 archetypes in the app.

identify first term and common difference.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Write a recursive arithmetic sequence rule for the terms 5, 8, 11, 14.

Problem 2

Write a recursive arithmetic sequence rule for the terms 20, 15, 10, 5.

Open in simulator
Problem 3

Write a recursive arithmetic sequence rule for the terms 7, 7, 7, 7.

Problem 4

Write a recursive arithmetic sequence rule for the terms 2, 6, 10, 14.

Problem 5

Write a recursive arithmetic sequence rule for the terms 100, 90, 80, 70.

Problem 6

Write a recursive arithmetic sequence rule for the terms -3, -1, 1, 3.

Problem 7

Write a recursive arithmetic sequence rule for the terms -1, -4, -7, -10.

Problem 8

Write a recursive arithmetic sequence rule for the terms 0, 5, 10, 15.

Problem 9

Write a recursive arithmetic sequence rule for the terms 0, -2, -4, -6.

Problem 10

Write a recursive arithmetic sequence rule for the terms 0.5, 1.0, 1.5, 2.0.

Problem 11

Write a recursive arithmetic sequence rule for the terms 10.0, 9.7, 9.4, 9.1.

Problem 12

Write a recursive arithmetic sequence rule for the terms 3, 2.5, 2, 1.5.

express nth term using first term and difference.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Write an explicit arithmetic sequence rule for the terms 5, 8, 11, 14.

Open in simulator
Problem 14

Write an explicit arithmetic sequence rule for the terms 20, 15, 10, 5.

Problem 15

Write an explicit arithmetic sequence rule for the terms 1/2, 1, 3/2, 2.

Problem 16

Write an explicit arithmetic sequence rule for the terms 2, 6, 10, 14.

Problem 17

Write an explicit arithmetic sequence rule for the terms -3, -5, -7, -9.

Problem 18

Write an explicit arithmetic sequence rule for the terms -10, -7, -4, -1.

Problem 19

Write an explicit arithmetic sequence rule for the terms 1.5, 2.0, 2.5, 3.0.

Problem 20

Write an explicit arithmetic sequence rule for the terms 10.0, 8.5, 7.0, 5.5.

Problem 21

Write an explicit arithmetic sequence rule for the terms 1/3, 2/3, 1, 4/3.

Problem 22

Write an explicit arithmetic sequence rule for the terms 5/4, 1, 3/4, 1/2.

Problem 23

Write an explicit arithmetic sequence rule for the terms 100, 110, 120, 130.

Problem 24

Write an explicit arithmetic sequence rule for the terms 50, 43, 36, 29.

identify first term and common ratio.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Write a recursive geometric sequence rule for the terms 3, 6, 12, 24.

Problem 26

Write a recursive geometric sequence rule for the terms 80, 40, 20, 10.

Problem 27

Write a recursive geometric sequence rule for the terms 2, -6, 18, -54.

Problem 28

Write a recursive geometric sequence rule for the terms 5, 15, 45, 135.

Problem 29

Write a recursive geometric sequence rule for the terms 100, 25, 6.25, 1.5625.

Problem 30

Write a recursive geometric sequence rule for the terms -4, -16, -64, -256.

Open in simulator
Problem 31

Write a recursive geometric sequence rule for the terms -1, 5, -25, 125.

Problem 32

Write a recursive geometric sequence rule for the terms 1.5, 3, 6, 12.

Problem 33

Write a recursive geometric sequence rule for the terms 64, 32, 16, 8.

Problem 34

Write a recursive geometric sequence rule for the terms 0.5, 2, 8, 32.

Problem 35

Write a recursive geometric sequence rule for the terms 7, 7, 7, 7.

Problem 36

Write a recursive geometric sequence rule for the terms 16, -4, 1, -0.25.

express nth term using first term and ratio.
12 problems Warmup Practice Mixed Review Assessment
Problem 37

Write an explicit geometric sequence rule for the terms 3, 6, 12, 24.

Problem 38

Write an explicit geometric sequence rule for the terms 80, 40, 20, 10.

Problem 39

Write an explicit geometric sequence rule for the terms 2, -6, 18, -54.

Open in simulator
Problem 40

Write an explicit geometric sequence rule for the terms 5, 15, 45, 135.

Problem 41

Write an explicit geometric sequence rule for the terms 100, 20, 4, 0.8.

Problem 42

Write an explicit geometric sequence rule for the terms 1, -2, 4, -8.

Problem 43

Write an explicit geometric sequence rule for the terms 64, -16, 4, -1.

Problem 44

Write an explicit geometric sequence rule for the terms 0.5, 1, 2, 4.

Problem 45

Write an explicit geometric sequence rule for the terms 7, 7, 7, 7.

Problem 46

Write an explicit geometric sequence rule for the terms -4, -8, -16, -32.

Problem 47

Write an explicit geometric sequence rule for the terms -1, 3, -9, 27.

Problem 48

Write an explicit geometric sequence rule for the terms 10, 100, 1000, 10000.

connect repeated addition to linear form.
12 problems Warmup Practice Mixed Review Assessment
Problem 49

Translate the recursive arithmetic rule a_1 = 4; a_n = a_(n-1) + 6 into an explicit rule.

Problem 50

Translate the recursive arithmetic rule a_1 = 30; a_n = a_(n-1) - 2 into an explicit rule.

Open in simulator
Problem 51

Translate the recursive arithmetic rule a_0 = 10; a_n = a_(n-1) + 5 into an explicit rule.

Problem 52

Translate the recursive arithmetic rule a_1 = 7; a_n = a_(n-1) + 3 into an explicit rule.

Problem 53

Translate the recursive arithmetic rule a_1 = 50; a_n = a_(n-1) - 5 into an explicit rule.

Problem 54

Translate the recursive arithmetic rule a_0 = 2; a_n = a_(n-1) + 8 into an explicit rule.

Problem 55

Translate the recursive arithmetic rule a_0 = 100; a_n = a_(n-1) - 10 into an explicit rule.

Problem 56

Translate the recursive arithmetic rule a_1 = 1; a_n = a_(n-1) + 0.5 into an explicit rule.

Problem 57

Translate the recursive arithmetic rule a_1 = 20; a_n = a_(n-1) - 1.5 into an explicit rule.

Problem 58

Translate the recursive arithmetic rule a_0 = 0; a_n = a_(n-1) + 2.5 into an explicit rule.

Problem 59

Translate the recursive arithmetic rule a_0 = 15; a_n = a_(n-1) - 0.25 into an explicit rule.

Problem 60

Translate the recursive arithmetic rule a_1 = 10; a_n = a_(n-1) + 1 into an explicit rule.

extract first term and common difference.
12 problems Warmup Practice Mixed Review Assessment
Problem 61

Translate the explicit arithmetic rule a_n = 7 + 3(n - 1) into a recursive rule.

Problem 62

Translate the explicit arithmetic rule a_n = 20 - 4(n - 1) into a recursive rule.

Problem 63

Translate the explicit arithmetic rule a_n = 5n + 2 for n starting at 0 into a recursive rule.

Problem 64

Translate the explicit arithmetic rule a_n = 10 + 2(n - 1) into a recursive rule.

Problem 65

Translate the explicit arithmetic rule a_n = 15 - 5(n - 1) into a recursive rule.

Problem 66

Translate the explicit arithmetic rule a_n = 1/2 + 1/4(n - 1) into a recursive rule.

Problem 67

Translate the explicit arithmetic rule a_n = 3n + 4 into a recursive rule.

Problem 68

Translate the explicit arithmetic rule a_n = -2n + 10 into a recursive rule.

Problem 69

Translate the explicit arithmetic rule a_n = 7n - 3 for n starting at 0 into a recursive rule.

Problem 70

Translate the explicit arithmetic rule a_n = -6n + 1 for n starting at 0 into a recursive rule.

Open in simulator
Problem 71

Translate the explicit arithmetic rule a_n = 2.5 + 0.5(n - 1) into a recursive rule.

Problem 72

Translate the explicit arithmetic rule a_n = 1/3 n + 1/6 into a recursive rule.

connect repeated multiplication to exponential form.
12 problems Warmup Practice Mixed Review Assessment
Problem 73

Translate the recursive geometric rule a_1 = 5; a_n = 2a_(n-1) into an explicit rule.

Problem 74

Translate the recursive geometric rule a_1 = 81; a_n = (1/3)a_(n-1) into an explicit rule.

Problem 75

Translate the recursive geometric rule a_0 = 4; a_n = 3a_(n-1) into an explicit rule.

Problem 76

Translate the recursive geometric rule a_1 = 7; a_n = 4a_(n-1) into an explicit rule.

Open in simulator
Problem 77

Translate the recursive geometric rule a_1 = 10; a_n = -3a_(n-1) into an explicit rule.

Problem 78

Translate the recursive geometric rule a_1 = 128; a_n = (1/2)a_(n-1) into an explicit rule.

Problem 79

Translate the recursive geometric rule a_1 = 27; a_n = -(1/3)a_(n-1) into an explicit rule.

Problem 80

Translate the recursive geometric rule a_0 = 6; a_n = 5a_(n-1) into an explicit rule.

Problem 81

Translate the recursive geometric rule a_0 = 9; a_n = -2a_(n-1) into an explicit rule.

Problem 82

Translate the recursive geometric rule a_0 = 100; a_n = (1/10)a_(n-1) into an explicit rule.

Problem 83

Translate the recursive geometric rule a_0 = 16; a_n = -(1/4)a_(n-1) into an explicit rule.

Problem 84

Translate the recursive geometric rule a_1 = 1; a_n = 0.5a_(n-1) into an explicit rule.

extract first term and common ratio.
12 problems Warmup Practice Mixed Review Assessment
Problem 85

Translate the explicit geometric rule a_n = 6(2)^(n - 1) into a recursive rule.

Problem 86

Translate the explicit geometric rule a_n = 100(0.8)^(n - 1) into a recursive rule.

Problem 87

Translate the explicit geometric rule a_n = 5(3)^n for n starting at 0 into a recursive rule.

Problem 88

Translate the explicit geometric rule a_n = 7(4)^(n - 1) into a recursive rule.

Problem 89

Translate the explicit geometric rule a_n = 20(0.5)^(n - 1) into a recursive rule.

Problem 90

Translate the explicit geometric rule a_n = 12(5)^n for n starting at 0 into a recursive rule.

Problem 91

Translate the explicit geometric rule a_n = 80(0.2)^n for n starting at 0 into a recursive rule.

Problem 92

Translate the explicit geometric rule a_n = 3(-2)^(n - 1) into a recursive rule.

Problem 93

Translate the explicit geometric rule a_n = 9(-3)^n for n starting at 0 into a recursive rule.

Problem 94

Translate the explicit geometric rule a_n = 125(1.5)^(n - 1) into a recursive rule.

Open in simulator
Problem 95

Translate the explicit geometric rule a_n = 256(1/4)^n for n starting at 0 into a recursive rule.

Problem 96

Translate the explicit geometric rule a_n = 18(1/3)^(n - 1) into a recursive rule.

choose sequence form from constant change.
12 problems Warmup Practice Mixed Review Assessment
Problem 97

Model the arithmetic situation Row 1 has 12 seats and each next row has 4 more seats with both explicit and recursive sequence rules.

Problem 98

Model the arithmetic situation A student starts with 30 practice minutes and adds 5 minutes each week with both explicit and recursive sequence rules.

Problem 99

Model the arithmetic situation A balance starts at 200 and decreases by 15 each month with both explicit and recursive sequence rules.

Problem 100

Model the arithmetic situation A baker starts with 50 cupcakes and bakes 10 more every hour with both explicit and recursive sequence rules.

Problem 101

Model the arithmetic situation A diver is at 10 feet below sea level and descends 3 feet every minute with both explicit and recursive sequence rules.

Problem 102

Model the arithmetic situation A plant is 5 cm tall and grows 0.5 cm each day with both explicit and recursive sequence rules.

Problem 103

Model the arithmetic situation A car's value starts at $25,000 and depreciates by $1,500 each year with both explicit and recursive sequence rules.

Open in simulator
Problem 104

Model the arithmetic situation A library starts with 100 books and adds 20 new books every month with both explicit and recursive sequence rules.

Problem 105

Model the arithmetic situation A runner starts at mile marker 2 and runs 0.25 miles further each minute with both explicit and recursive sequence rules.

Problem 106

Model the arithmetic situation A patient's temperature is 102 degrees and decreases by 0.1 degrees every hour with both explicit and recursive sequence rules.

Problem 107

Model the arithmetic situation A stack of papers starts with 500 sheets and 25 sheets are removed each day with both explicit and recursive sequence rules.

Problem 108

Model the arithmetic situation A piggy bank starts with $5 and $2 are added each week with both explicit and recursive sequence rules.

choose sequence form from constant factor.
12 problems Warmup Practice Mixed Review Assessment
Problem 109

Model the geometric situation A population starts at 80 and doubles each period with both explicit and recursive sequence rules.

Problem 110

Model the geometric situation A car value starts at 20000 and keeps 90 percent each year with both explicit and recursive sequence rules.

Open in simulator
Problem 111

Model the geometric situation A medicine amount starts at 64 mg and halves each hour with both explicit and recursive sequence rules.

Problem 112

Model the geometric situation A bacteria culture starts with 100 cells and triples every hour with both explicit and recursive sequence rules.

Problem 113

Model the geometric situation An investment of $500 grows by 5% each year with both explicit and recursive sequence rules.

Problem 114

Model the geometric situation A radioactive substance starts at 128 grams and decays by 25% every day with both explicit and recursive sequence rules.

Problem 115

Model the geometric situation The number of viewers for a viral video starts at 5000 and quadruples every day with both explicit and recursive sequence rules.

Problem 116

Model the geometric situation A bouncing ball reaches 75% of its previous height with each bounce, starting at 100 cm with both explicit and recursive sequence rules.

Problem 117

Model the geometric situation A chain letter starts with 3 people, and each person sends it to 3 new people with both explicit and recursive sequence rules.

Problem 118

Model the geometric situation A tree grows 10% taller each year, starting at 5 feet with both explicit and recursive sequence rules.

Problem 119

Model the geometric situation The value of a collectible decreases by 15% each year, starting at $1000 with both explicit and recursive sequence rules.

Problem 120

Model the geometric situation A rumor spreads such that the number of new people hearing it each hour is 2.5 times the number from the previous hour, starting with 20 people with both explicit and recursive sequence rules.

test differences and ratios.
12 problems Warmup Practice Mixed Review Assessment
Problem 121

Classify the sequence 4, 7, 10, 13 as arithmetic, geometric, both, or neither.

Problem 122

Classify the sequence 3, 6, 12, 24 as arithmetic, geometric, both, or neither.

Problem 123

Classify the sequence 5, 5, 5, 5 as arithmetic, geometric, both, or neither.

Problem 124

Classify the sequence 2, 5, 11, 20 as arithmetic, geometric, both, or neither.

Problem 125

Classify the sequence 10, 8, 6, 4 as arithmetic, geometric, both, or neither.

Problem 126

Classify the sequence 81, 27, 9, 3 as arithmetic, geometric, both, or neither.

Problem 127

Classify the sequence 1.5, 2.0, 2.5, 3.0 as arithmetic, geometric, both, or neither.

Problem 128

Classify the sequence 2, -4, 8, -16 as arithmetic, geometric, both, or neither.

Problem 129

Classify the sequence 1, 4, 9, 16 as arithmetic, geometric, both, or neither.

Problem 130

Classify the sequence 1, 2, 4, 7 as arithmetic, geometric, both, or neither.

Open in simulator
Problem 131

Classify the sequence -2, -2, -2, -2 as arithmetic, geometric, both, or neither.

Problem 132

Classify the sequence -5, -2, 1, 4 as arithmetic, geometric, both, or neither.

compute terms efficiently and interpret index.
12 problems Warmup Practice Mixed Review Assessment
Problem 133

Find a_10 using the sequence rule a_n = 5 + 3(n - 1).

Problem 134

Find a_5 using the sequence rule a_1 = 4; a_n = 2a_(n-1).

Problem 135

Find a_4 using the sequence rule a_n = 100(0.5)^(n - 1).

Problem 136

Find a_7 using the sequence rule a_n = 2 + 4(n - 1).

Problem 137

Find a_4 using the sequence rule a_1 = 10; a_n = a_(n-1) - 3.

Problem 138

Find a_5 using the sequence rule a_n = 3 * 2^(n - 1).

Problem 139

Find a_4 using the sequence rule a_1 = 81; a_n = (1/3)a_(n-1).

Open in simulator
Problem 140

Find a_8 using the sequence rule a_n = 20 - 2(n - 1).

Problem 141

Find a_3 using the sequence rule a_1 = -5; a_n = a_(n-1) + 6.

Problem 142

Find a_6 using the sequence rule a_n = 256 * (0.5)^(n - 1).

Problem 143

Find a_4 using the sequence rule a_1 = 0.5; a_n = 4a_(n-1).

Problem 144

Find a_6 using the sequence rule a_n = 1 + 5(n - 1).

solve linear or simple exponential sequence equations.
12 problems Warmup Practice Mixed Review Assessment
Problem 145

Find when the sequence a_n = 10 + 5(n - 1) reaches a_n = 40.

Problem 146

Find when the sequence a_n = 3(2)^(n - 1) reaches a_n = 48.

Problem 147

Find when the sequence a_n = 100 - 8(n - 1) reaches first term less than 60.

Problem 148

Find when the sequence a_n = 2 + 3(n - 1) reaches a_n = 29.

Problem 149

Find when the sequence a_n = 5 * (3)^(n - 1) reaches a_n = 405.

Problem 150

Find when the sequence a_n = 50 - 4(n - 1) reaches a_n = 10.

Open in simulator
Problem 151

Find when the sequence a_n = 64 * (1/2)^(n - 1) reaches a_n = 4.

Problem 152

Find when the sequence a_n = 7 + 6(n - 1) reaches first term greater than 40.

Problem 153

Find when the sequence a_n = 120 - 10(n - 1) reaches first term less than 70.

Problem 154

Find when the sequence a_n = 2 * (4)^(n - 1) reaches first term greater than 100.

Problem 155

Find when the sequence a_n = 256 * (1/4)^(n - 1) reaches first term less than 2.

Problem 156

Find when the sequence a_n = -5 + 7(n - 1) reaches a_n = 58.

align indexes and evaluate outputs.
12 problems Warmup Practice Mixed Review Assessment
Problem 157

Compare the two sequence representations a_n = 5 + 2(n - 1) and b_1 = 4; b_n = b_(n-1) + 3 at n = 6.

Problem 158

Compare the two sequence representations a_n = 3(2)^(n - 1) and table: b_1=5, b_2=10, b_3=20, b_4=40 at n = 4.

Problem 159

Compare the two sequence representations a_0 = 10; add 4 each step and b_n = 10 + 4n at n = 5.

Problem 160

Compare the two sequence representations a_n = 7 + 3(n - 1) and b_n = 2 + 4(n - 1) at n = 5.

Problem 161

Compare the two sequence representations a_1 = 2; a_n = a_(n-1) * 3 and starts at 2, multiplies by 4 each step at n = 3.

Problem 162

Compare the two sequence representations table: a_0=10, a_1=8, a_2=6, a_3=4 and b_n = 12 - 2n at n = 3.

Problem 163

Compare the two sequence representations starts at 10, subtracts 2 each step and b_1 = 12; b_n = b_(n-1) - 3 at n = 4.

Problem 164

Compare the two sequence representations a_n = 4 * (0.5)^(n - 1) and table: b_1=4, b_2=2, b_3=1, b_4=0.5 at n = 4.

Problem 165

Compare the two sequence representations a_0 = 5; a_n = a_(n-1) + 10 and b_n = 5 + 10n at n = 2.

Problem 166

Compare the two sequence representations The sequence begins with 10 and increases by 5 for each subsequent term. and table: b_1=10, b_2=15, b_3=20, b_4=25, b_5=30 at n = 5.

Open in simulator
Problem 167

Compare the two sequence representations a_n = 100 * (1/2)^(n - 1) and b_1 = 200; b_n = b_(n-1) / 2 at n = 3.

Problem 168

Compare the two sequence representations table: a_1=1, a_2=3, a_3=5, a_4=7 and The first term is 0; each subsequent term is 2 more than the previous. at n = 4.

distinguish term number from input count or time elapsed.
12 problems Warmup Practice Mixed Review Assessment
Problem 169

Diagnose the indexing error in a_n = 10 + 2n for Row 1 has 10 seats and each row adds 2 seats.

Problem 170

Diagnose the indexing error in g_n = 50 - 5(n - 1) for At time 0, a tank has 50 gallons and loses 5 per minute.

Problem 171

Diagnose the indexing error in a_n = 100(2)^n for A population starts at 100 and doubles each generation, with generation 1 as the start.

Problem 172

Diagnose the indexing error in C_n = 5 + 3n for A stack of coins starts with 5 coins, and each subsequent stack adds 3 coins, with stack 1 being the first.

Problem 173

Diagnose the indexing error in C_n = 30 + 25(n - 1) for A car rental costs $30 for the base fee (0 days) plus $25 per day.

Problem 174

Diagnose the indexing error in P_n = 50 * 3^n for A bacteria colony starts with 50 cells, and triples every hour. Hour 1 is the first count.

Problem 175

Diagnose the indexing error in M_n = 1000 * (1/2)^(n - 1) for A radioactive substance starts with 1000g at time 0 and halves every year.

Problem 176

Diagnose the indexing error in a_n = 7 + 4(n + 1) for The first term of an arithmetic sequence is 7, and the common difference is 4. The sequence starts with n=1.

Problem 177

Diagnose the indexing error in A_n = 2000 * (1.05)^(n + 1) for An investment of $2000 grows by 5% annually, starting at year 0.

Problem 178

Diagnose the indexing error in a_n = 15 + 6n for The first term of a sequence is 15, and each subsequent term increases by 6. The sequence starts with n=1.

Problem 179

Diagnose the indexing error in H_n = 100 * (0.8)^n for A bouncing ball reaches 80% of its previous height. Its first bounce (n=1) reaches 100 cm.

Problem 180

Diagnose the indexing error in B_n = 1000 - 50(n - 1) for A loan balance starts at $1000 at month 0 and decreases by $50 each month.

Open in simulator