Math I · F-LE.1.a

Distinguishing Linear and Exponential Situations by Equal Differences and Equal Factors

This objective teaches students the difference between situations that add the same amount and situations that multiply by the same factor. That difference is the difference between wages and compound interest, steady speed and viral spread, flat fees and percentage growth.

Concept Functions
Domain Linear, Quadratic, and Exponential Models
Read time 9 minutes

What this learning objective is really asking you to learn

This objective asks students to identify the type of change in a relationship. The core distinction is simple and powerful: linear functions grow or shrink by equal differences over equal input intervals, while exponential functions grow or shrink by equal factors over equal input intervals. Linear means repeated addition. Exponential means repeated multiplication.

Consider the table x: 0, 1, 2, 3, 4 and y: 7, 10, 13, 16, 19. Each time \(x\) increases by 1, \(y\) increases by 3. The differences are equal: \(+3, +3, +3, +3\). That is linear. A rule would be \(y = 7 + 3x\). The graph is a line. The slope is 3.

Now consider x: 0, 1, 2, 3, 4 and y: 5, 10, 20, 40, 80. The differences are not equal: \(+5, +10, +20, +40\). But the ratios are equal: \(10/5 = 2\), \(20/10 = 2\), \(40/20 = 2\), \(80/40 = 2\). Each output is multiplied by 2. That is exponential. A rule would be \(y = 5 \cdot 2^x\).

The phrase “over equal intervals” matters. If the inputs are not equally spaced, ordinary first differences can mislead. Suppose the inputs are 0, 2, 4, 6, and the outputs are 10, 16, 22, 28. The output increases by 6 for every 2 units of input, which is still linear. The rate is 3 per 1 unit. For exponential relationships, equal factors must also be checked over equal input intervals. If a quantity doubles every 3 hours, then it multiplies by 2 over every equal 3-hour interval. It does not necessarily double every 1 hour unless the time unit is changed carefully.

The standard also uses the word “prove.” In Math I, proof does not always mean a long formal paragraph. It often means giving a convincing mathematical reason that works beyond one example. For a linear function \(f(x) = mx + b\), increasing \(x\) by \(h\) changes the output by \(mh\): \(f(x + h) - f(x) = [m(x + h) + b] - [mx + b] = mh\). That difference depends on the interval length \(h\), not on the starting input \(x\). Equal intervals give equal differences.

For an exponential function \(g(x) = a \cdot b^x\), increasing \(x\) by \(h\) multiplies the output by \(b^h\): \(g(x + h) / g(x) = [a \cdot b^{x + h}] / [a \cdot b^x] = b^h\), assuming the output is not zero. That factor depends on the interval length \(h\), not on the starting input \(x\). Equal intervals give equal factors. This is the machinery behind the distinction.

Why students should learn this math

Students should learn this objective because choosing the wrong model gives wrong predictions. If a situation is exponential and someone treats it as linear, they may badly underestimate future growth. If a situation is linear and someone treats it as exponential, they may exaggerate growth or panic over a pattern that is actually steady. The difference is practical.

Money is a clear example. If a worker earns 20 dollars per hour, the relationship between hours and pay is linear. Each extra hour adds 20 dollars. Equal time intervals produce equal dollar differences. But if an investment grows by 6 percent per year, the relationship is exponential. Each year multiplies the balance by 1.06. Equal time intervals produce equal factors. A 6 percent increase on 1000 dollars is 60 dollars. A 6 percent increase on 10,000 dollars is 600 dollars. The rate is the same percentage, but the dollar increase changes.

Population growth often behaves more like exponential growth than linear growth, at least under simplified conditions. If each generation produces a proportional increase, the population multiplies. Disease spread can also have exponential phases because new cases can generate more new cases. Technology adoption, online views, and rumors can show similar patterns. Early numbers may look small, but the multiplicative structure can lead to rapid change.

On the other hand, many everyday situations are linear. Driving at a constant speed creates a linear relationship between time and distance. Buying items at a fixed price creates a linear relationship between number of items and cost. A tank filling at a constant number of gallons per minute is linear. A subscription with a fixed base fee plus a constant monthly charge is linear. In these cases, equal differences are the key.

The “why” is not only prediction. It is diagnosis. Before students solve a problem, they should ask what kind of relationship they are dealing with. Is the quantity adding the same amount each step? Is it multiplying by the same factor? Is it doing neither? That diagnostic habit is one of the most useful habits in mathematics. It prevents students from grabbing a formula just because it is familiar.

Where this objective fits on the full map of mathematics

This objective sits at the entrance to mathematical modeling. A model is a simplified mathematical description of a real relationship. The first modeling decision is often the function family: linear, exponential, quadratic, periodic, or something else. Objective 028 gives students the first major decision rule: equal differences suggest linear; equal factors suggest exponential.

This objective builds directly on sequences. Arithmetic sequences have equal differences, and geometric sequences have equal factors. Linear functions are the continuous-function relatives of arithmetic sequences. Exponential functions are the continuous-function relatives of geometric sequences. Students who understand this connection can see why the same idea appears in tables, graphs, formulas, and recursive rules.

It also connects to average rate of change. Linear functions have a constant average rate of change over every interval. Exponential functions do not have a constant additive rate; their average rate of change changes as the output changes. But exponential functions do have a constant multiplicative rate over equal intervals. This distinction helps students avoid confusing slope with percent growth.

Later, students will meet quadratic functions, which have neither constant first differences nor constant ratios. Quadratics have constant second differences over equal intervals. Polynomial functions, rational functions, logarithmic functions, and trigonometric functions have their own signatures. Objective 028 is the student's first real experience with a bigger truth: different function families have different fingerprints.

The historical machinery behind linear and exponential thinking

Linear thinking is ancient because it comes from direct measurement and proportionality. If one basket contains 12 apples, two similar baskets contain 24 apples. If one hour of work pays a fixed wage, five hours pay five times as much. This kind of repeated addition and proportional scaling appears in commerce, construction, surveying, and everyday arithmetic.

Exponential thinking is also old, but it is less intuitive because humans do not always feel multiplication over time. Compound interest made the issue unavoidable. A balance growing by a percentage does not add a fixed amount; it grows based on its current size. Population questions created the same pressure. A population can grow because existing members create more members, which then create more members. The output feeds future output.

The development of exponent notation and logarithms gave mathematicians tools to handle multiplicative change. Graphing then made the difference visible. A line and an exponential curve may begin close together, but their long-term behavior is radically different. This visual contrast became central in science, finance, and engineering.

The modern world makes this distinction more important than ever. We live surrounded by percentages: interest rates, inflation, discounts, depreciation, growth rates, engagement rates, risk rates, and return rates. Some are applied once. Others compound repeatedly. Students who understand equal differences and equal factors can tell the difference between “add 5” and “increase by 5 percent.” That difference can change financial decisions, scientific conclusions, and public understanding.

The technical machinery: equal differences

To test for a linear relationship in a table with equal input intervals, subtract consecutive outputs. If the differences are the same, the relationship is linear. For example:

| x | 0 | 1 | 2 | 3 | 4 | |---:|---:|---:|---:|---:|---:| | y | 12 | 17 | 22 | 27 | 32 |

The differences are \(+5, +5, +5, +5\), so the function is linear. The slope is 5, and the y-intercept is 12. The rule is \(y = 5x + 12\).

If the input interval is 2 instead of 1, divide the output difference by the input difference to find the rate per unit. If \(x\) values are 0, 2, 4, 6 and \(y\) values are 3, 11, 19, 27, the output increases by 8 every 2 units, so the rate is 4 per unit. The relationship is still linear.

In a graph, linear behavior appears as a straight line. But students should not rely only on appearance, especially when a graph is small or the scale is unusual. A table or rate calculation gives stronger evidence.

In a context, linear language often includes phrases like “each,” “per,” “for every,” “adds,” “increases by,” or “decreases by,” when those phrases refer to a fixed amount. For example, “The taxi charges 4 dollars per mile plus a 6 dollar pickup fee” is linear. Each additional mile adds the same amount.

The technical machinery: equal factors

To test for an exponential relationship in a table with equal input intervals, divide consecutive outputs. If the ratios are the same, the relationship is exponential. For example:

| x | 0 | 1 | 2 | 3 | 4 | |---:|---:|---:|---:|---:|---:| | y | 3 | 6 | 12 | 24 | 48 |

The ratios are 2, 2, 2, 2, so the function is exponential. The initial value is 3, the growth factor is 2, and the rule is \(y = 3 \cdot 2^x\).

For decay:

| x | 0 | 1 | 2 | 3 | 4 | |---:|---:|---:|---:|---:|---:| | y | 80 | 40 | 20 | 10 | 5 |

The ratios are \(1/2, 1/2, 1/2, 1/2\), so the function is exponential decay. The rule is \(y = 80(0.5)^x\).

In a context, exponential language often includes “percent increase,” “percent decrease,” “doubles,” “triples,” “half-life,” “multiplies by,” “retains,” or “loses a percent.” A quantity that increases by 7 percent each year is multiplied by 1.07 each year. A quantity that decreases by 12 percent each month is multiplied by 0.88 each month.

A key technical point is that equal factors require nonzero outputs. Ratios involving zero are not useful. If a table includes zeros or negative values, students must think carefully. Some advanced exponential models can be shifted vertically and include negative outputs, but in Math I, most basic exponential growth and decay models use positive quantities.

Neither linear nor exponential

Not every relationship is linear or exponential. Students need permission to say “neither” when the evidence does not fit. Consider y: 1, 4, 9, 16, 25 for x: 1, 2, 3, 4, 5. The differences are \(+3, +5, +7, +9\), not equal. The ratios are 4, 2.25, 1.78, 1.56, not equal. This is quadratic, not linear or exponential.

This matters because students sometimes force every table into the current unit's topic. Real modeling requires humility. If the pattern does not have equal differences or equal factors, another model may be needed. In later courses, students learn additional fingerprints such as constant second differences for quadratics and periodic repetition for trigonometric functions.

Common mistakes and how to avoid them

The most common mistake is checking differences for everything. Students often learn slope first, so they try subtraction even when the situation is percentage growth. If differences are not equal, they should check ratios before giving up.

Another mistake is checking ratios when input intervals are not equal. If the inputs jump from 0 to 1 to 3 to 6, equal ratios between listed outputs do not automatically prove a simple exponential rule per one input unit. The intervals must be considered.

A third mistake is confusing “increases by 5” with “increases by 5 percent.” Adding 5 creates equal differences. Increasing by 5 percent creates equal factors of 1.05. The word “percent” changes the entire model.

A fourth mistake is assuming a curved graph must be exponential. Quadratic, square-root, logarithmic, rational, and many other functions are curved. Exponential means multiplicative change over equal intervals, not merely “not straight.”

How students know they have mastered this objective

Students have mastered this objective when they can look at a table, context, equation, or graph and justify whether the relationship is linear, exponential, or neither. They should be able to say, “The input intervals are equal, and the output differences are constant, so this is linear,” or “The output ratios are constant, so this is exponential.”

They should also be able to explain why the distinction matters. Linear models add. Exponential models multiply. Linear models have constant slope. Exponential models have constant percent change. Linear graphs are straight. Exponential graphs curve because the amount of change depends on the current amount.

The deepest sign of mastery is model selection. When students read a real problem, they should not ask first, “What formula did my teacher want?” They should ask, “What kind of change is happening?” That question is the doorway to mature mathematical thinking.

Problem Library

Problems in the App From This Objective

165 problems across 12 archetypes in the app.

compute first differences.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Use first differences to decide whether the table 2, 5, 8, 11 shows a linear pattern.

Problem 2

Use first differences to decide whether the table 10, 7, 4, 1 shows a linear pattern.

Problem 3

Use first differences to decide whether the table 1, 4, 9, 16 shows a linear pattern.

Problem 4

Use first differences to decide whether the table 0, 5, 10, 15 shows a linear pattern.

Problem 5

Use first differences to decide whether the table 20, 18, 16, 14 shows a linear pattern.

Problem 6

Use first differences to decide whether the table 7, 7, 7, 7 shows a linear pattern.

Problem 7

Use first differences to decide whether the table 1, 11, 21, 31 shows a linear pattern.

Problem 8

Use first differences to decide whether the table 50, 45, 40, 35 shows a linear pattern.

Problem 9

Use first differences to decide whether the table 0, 1, 4, 9 shows a linear pattern.

Problem 10

Use first differences to decide whether the table 10, 9, 7, 4 shows a linear pattern.

Problem 11

Use first differences to decide whether the table 1, 2, 1, 2 shows a linear pattern.

Problem 12

Use first differences to decide whether the table 5, 8, 6, 9 shows a linear pattern.

Open in simulator
compute ratios over equal intervals.
15 problems Warmup Practice Mixed Review Assessment
Problem 13

Use ratios to decide whether the table 3, 6, 12, 24 shows an exponential pattern.

Problem 14

Use ratios to decide whether the table 80, 40, 20, 10 shows an exponential pattern.

Problem 15

Use ratios to decide whether the table 2, 5, 10, 17 shows an exponential pattern.

Open in simulator
Problem 16

Use ratios to decide whether the table 5, 15, 45, 135 shows an exponential pattern.

Problem 17

Use ratios to decide whether the table 16, 24, 36, 54 shows an exponential pattern.

Problem 18

Use ratios to decide whether the table 243, 81, 27, 9 shows an exponential pattern.

Problem 19

Use ratios to decide whether the table 625, 125, 25, 5 shows an exponential pattern.

Problem 20

Use ratios to decide whether the table 4, 7, 10, 13 shows an exponential pattern.

Problem 21

Use ratios to decide whether the table 1, 4, 9, 16 shows an exponential pattern.

Problem 22

Use ratios to decide whether the table 1, 4, 16, 64 shows an exponential pattern.

Problem 23

Use ratios to decide whether the table 256, 64, 16, 4 shows an exponential pattern.

Problem 24

Use ratios to decide whether the table 10, 12, 15, 19 shows an exponential pattern.

Problem 25

Use ratios to decide whether the table 2, 8, 32, 128 shows an exponential pattern.

Problem 26

Use ratios to decide whether the table 1, 2, 1, 2 shows an exponential pattern.

Problem 27

Use ratios to decide whether the table 1000, 750, 562.5, 421.875 shows an exponential pattern.

identify constant addition versus constant multiplication.
15 problems Warmup Practice Mixed Review Assessment
Problem 28

Classify the verbal description starts at 50 and adds 8 each week as linear or exponential, and explain.

Problem 29

Classify the verbal description starts at 50 and grows by 8 percent each week as linear or exponential, and explain.

Problem 30

Classify the verbal description doubles every hour as linear or exponential, and explain.

Problem 31

Classify the verbal description decreases by 4 gallons per minute as linear or exponential, and explain.

Problem 32

Classify the verbal description loses 10 pounds every month as linear or exponential, and explain.

Problem 33

Classify the verbal description triples every year as linear or exponential, and explain.

Problem 34

Classify the verbal description increases by 5 units per day as linear or exponential, and explain.

Problem 35

Classify the verbal description shrinks by 15 percent annually as linear or exponential, and explain.

Problem 36

Classify the verbal description earns an extra $20 each week as linear or exponential, and explain.

Problem 37

Classify the verbal description halves every decade as linear or exponential, and explain.

Problem 38

Classify the verbal description subtracts 3 from its value every second as linear or exponential, and explain.

Problem 39

Classify the verbal description grows by 25% each quarter as linear or exponential, and explain.

Open in simulator
Problem 40

Classify the verbal description a car travels 60 miles every hour as linear or exponential, and explain.

Problem 41

Classify the verbal description reduces to 80% of its value daily as linear or exponential, and explain.

Problem 42

Classify the verbal description the population quadruples every minute as linear or exponential, and explain.

recognize straight-line versus curved multiplicative growth.
15 problems Warmup Practice Mixed Review Assessment
Problem 43

Classify the graph description a straight line increasing at a constant rate as linear or exponential.

Problem 44

Classify the graph description a curve increasing slowly at first and then more rapidly, approaching y=0 to the left as linear or exponential.

Problem 45

Classify the graph description a curve decreasing quickly and then leveling toward y=0 as linear or exponential.

Problem 46

Classify the graph description a straight horizontal line as linear or exponential.

Problem 47

Classify the graph description a straight line decreasing at a constant rate as linear or exponential.

Problem 48

Classify the graph description a line with a constant positive slope as linear or exponential.

Problem 49

Classify the graph description a line with a constant negative slope as linear or exponential.

Problem 50

Classify the graph description a curve that increases by a constant percentage over equal intervals as linear or exponential.

Problem 51

Classify the graph description a curve that decreases by a constant percentage over equal intervals as linear or exponential.

Problem 52

Classify the graph description a curve that starts flat and then rises sharply as linear or exponential.

Problem 53

Classify the graph description a curve that drops sharply and then flattens out as linear or exponential.

Problem 54

Classify the graph description a graph where the y-value changes by a fixed amount for every unit change in x as linear or exponential.

Problem 55

Classify the graph description a graph where the y-value is multiplied by a constant factor for every unit change in x, with the factor greater than 1 as linear or exponential.

Problem 56

Classify the graph description a graph where the y-value is multiplied by a constant factor for every unit change in x, with the factor between 0 and 1 as linear or exponential.

Open in simulator
Problem 57

Classify the graph description a graph that forms a diagonal line passing through the origin as linear or exponential.

check input spacing.
12 problems Warmup Practice Mixed Review Assessment
Problem 58

Before comparing changes in the table x=0, y=2; x=1, y=5; x=2, y=8; x=3, y=11, decide whether the input intervals are equal.

Problem 59

Before comparing changes in the table x=0, y=2; x=2, y=6; x=5, y=12, decide whether the input intervals are equal.

Problem 60

Before comparing changes in the table x=1, y=10; x=4, y=20; x=7, y=30, decide whether the input intervals are equal.

Problem 61

Before comparing changes in the table x=0, y=10; x=2, y=15; x=4, y=20; x=6, y=25, decide whether the input intervals are equal.

Open in simulator
Problem 62

Before comparing changes in the table x=0, y=100; x=0.5, y=105; x=1.0, y=110; x=1.5, y=115, decide whether the input intervals are equal.

Problem 63

Before comparing changes in the table x=0, y=1; x=1, y=3; x=3, y=7; x=4, y=9, decide whether the input intervals are equal.

Problem 64

Before comparing changes in the table x=5, y=50; x=4, y=45; x=3, y=40; x=2, y=35, decide whether the input intervals are equal.

Problem 65

Before comparing changes in the table x=10, y=100; x=12, y=110; x=15, y=125; x=16, y=130, decide whether the input intervals are equal.

Problem 66

Before comparing changes in the table x=100, y=10; x=110, y=20; x=120, y=30, decide whether the input intervals are equal.

Problem 67

Before comparing changes in the table x=0, y=0; x=0.5, y=1; x=1.5, y=3; x=2.0, y=4, decide whether the input intervals are equal.

Problem 68

Before comparing changes in the table x=0, y=1000; x=5, y=1005, decide whether the input intervals are equal.

Problem 69

Before comparing changes in the table x=0, y=5; x=1, y=7; x=3, y=11, decide whether the input intervals are equal.

connect sequence type to linear/exponential model.
12 problems Warmup Practice Mixed Review Assessment
Problem 70

Classify the sequence 5, 9, 13, 17 as arithmetic or geometric and connect it to a model type.

Problem 71

Classify the sequence 3, 6, 12, 24 as arithmetic or geometric and connect it to a model type.

Problem 72

Classify the sequence 100, 80, 64, 51.2 as arithmetic or geometric and connect it to a model type.

Problem 73

Classify the sequence 1, 4, 9, 16 as arithmetic or geometric and connect it to a model type.

Problem 74

Classify the sequence 20, 17, 14, 11 as arithmetic or geometric and connect it to a model type.

Problem 75

Classify the sequence 0.5, 1.0, 1.5, 2.0 as arithmetic or geometric and connect it to a model type.

Open in simulator
Problem 76

Classify the sequence 2, 8, 32, 128 as arithmetic or geometric and connect it to a model type.

Problem 77

Classify the sequence 1, -2, 4, -8 as arithmetic or geometric and connect it to a model type.

Problem 78

Classify the sequence 81, 27, 9, 3 as arithmetic or geometric and connect it to a model type.

Problem 79

Classify the sequence 1, 8, 27, 64 as arithmetic or geometric and connect it to a model type.

Problem 80

Classify the sequence 1, 1, 2, 3 as arithmetic or geometric and connect it to a model type.

Problem 81

Classify the sequence -5, -2, 1, 4 as arithmetic or geometric and connect it to a model type.

connect percent to multiplicative factor.
15 problems Warmup Practice Mixed Review Assessment
Problem 82

Explain why the percent-change situation a population increases by 6 percent each year indicates exponential behavior.

Problem 83

Explain why the percent-change situation a car loses 12 percent of its value each year indicates exponential behavior.

Problem 84

Explain why the percent-change situation an account earns 3 percent interest each month indicates exponential behavior.

Problem 85

Explain why the percent-change situation a bacterial colony doubles every hour indicates exponential behavior.

Problem 86

Explain why the percent-change situation a radioactive substance decays by 50 percent every 10 years indicates exponential behavior.

Problem 87

Explain why the percent-change situation the price of a stock increases by 1.5 percent daily indicates exponential behavior.

Problem 88

Explain why the percent-change situation a drug concentration in the bloodstream decreases by 20 percent every 4 hours indicates exponential behavior.

Open in simulator
Problem 89

Explain why the percent-change situation a company's revenue grows by 8 percent quarter over quarter indicates exponential behavior.

Problem 90

Explain why the percent-change situation the number of unread emails in an inbox decreases by 10 percent each day after a cleanup indicates exponential behavior.

Problem 91

Explain why the percent-change situation an investment loses 0.5 percent of its value each week indicates exponential behavior.

Problem 92

Explain why the percent-change situation the height of a plant increases by 2 percent each week indicates exponential behavior.

Problem 93

Explain why the percent-change situation the intensity of light passing through a filter decreases by 15 percent per filter indicates exponential behavior.

Problem 94

Explain why the percent-change situation a virus spreads, increasing the number of infected people by 30 percent each day indicates exponential behavior.

Problem 95

Explain why the percent-change situation the value of a collectible coin appreciates by 7 percent annually indicates exponential behavior.

Problem 96

Explain why the percent-change situation the air pressure decreases by 1 percent for every 100 meters of altitude gain indicates exponential behavior.

connect constant difference to constant rate.
12 problems Warmup Practice Mixed Review Assessment
Problem 97

Explain why the fixed-amount-change situation a savings jar gains 10 dollars each week indicates linear behavior.

Problem 98

Explain why the fixed-amount-change situation a tank loses 4 gallons each minute indicates linear behavior.

Problem 99

Explain why the fixed-amount-change situation a runner travels 6 miles each hour indicates linear behavior.

Problem 100

Explain why the fixed-amount-change situation a plant grows 2 centimeters every day indicates linear behavior.

Problem 101

Explain why the fixed-amount-change situation a pool is drained by 50 liters every hour indicates linear behavior.

Problem 102

Explain why the fixed-amount-change situation a student reads 30 pages every night indicates linear behavior.

Problem 103

Explain why the fixed-amount-change situation a debt is reduced by 25 dollars each month indicates linear behavior.

Problem 104

Explain why the fixed-amount-change situation a car consumes 0.5 gallons of fuel every hour while idling indicates linear behavior.

Problem 105

Explain why the fixed-amount-change situation the temperature drops 3 degrees Celsius every hour overnight indicates linear behavior.

Problem 106

Explain why the fixed-amount-change situation a factory produces 15 widgets every 30 minutes indicates linear behavior.

Open in simulator
Problem 107

Explain why the fixed-amount-change situation a bucket fills with 2 liters of water every 10 seconds indicates linear behavior.

Problem 108

Explain why the fixed-amount-change situation a person gains 0.5 kilograms each week on a specific diet indicates linear behavior.

test differences and ratios and reject both if inconsistent.
15 problems Warmup Practice Mixed Review Assessment
Problem 109

Use differences and ratios to show that the data 1, 4, 9, 16 is neither linear nor exponential.

Problem 110

Use differences and ratios to show that the data 2, 5, 11, 23 is neither linear nor exponential.

Problem 111

Use differences and ratios to show that the data 10, 13, 19, 28 is neither linear nor exponential.

Problem 112

Use differences and ratios to show that the data 1, 3, 7, 13 is neither linear nor exponential.

Problem 113

Use differences and ratios to show that the data 5, 6, 9, 14 is neither linear nor exponential.

Problem 114

Use differences and ratios to show that the data 10, 12, 17, 25 is neither linear nor exponential.

Problem 115

Use differences and ratios to show that the data 20, 18, 14, 8 is neither linear nor exponential.

Problem 116

Use differences and ratios to show that the data 3, 4, 6, 10 is neither linear nor exponential.

Open in simulator
Problem 117

Use differences and ratios to show that the data 1, 2, 5, 14 is neither linear nor exponential.

Problem 118

Use differences and ratios to show that the data 100, 90, 70, 40 is neither linear nor exponential.

Problem 119

Use differences and ratios to show that the data 2, 4, 7, 12 is neither linear nor exponential.

Problem 120

Use differences and ratios to show that the data 1, 2, 4, 7, 11 is neither linear nor exponential.

Problem 121

Use differences and ratios to show that the data 50, 55, 45, 60 is neither linear nor exponential.

Problem 122

Use differences and ratios to show that the data 1, 3, 9, 21 is neither linear nor exponential.

Problem 123

Use differences and ratios to show that the data 4, 5, 9, 18 is neither linear nor exponential.

justify linear or exponential using pattern evidence.
15 problems Warmup Practice Mixed Review Assessment
Problem 124

Choose the better model type for the contextual data set values 100, 110, 121, 133.1 at equal yearly intervals for an account.

Problem 125

Choose the better model type for the contextual data set values 20, 27, 34, 41 at equal weekly intervals.

Problem 126

Choose the better model type for the contextual data set population grows by about the same percent each year.

Problem 127

Choose the better model type for the contextual data set distance increases by about the same number of miles each hour.

Problem 128

Choose the better model type for the contextual data set values 50, 45, 40, 35 at equal daily intervals.

Problem 129

Choose the better model type for the contextual data set values 800, 400, 200, 100 at equal hourly intervals.

Open in simulator
Problem 130

Choose the better model type for the contextual data set a car's fuel efficiency decreases by 2 miles per gallon each year.

Problem 131

Choose the better model type for the contextual data set a bacterial colony doubles in size every 30 minutes.

Problem 132

Choose the better model type for the contextual data set values 15, 22.5, 30, 37.5 at equal monthly intervals.

Problem 133

Choose the better model type for the contextual data set values 10, 10.2, 10.404, 10.61208 at equal yearly intervals.

Problem 134

Choose the better model type for the contextual data set the cost of a rental car is a fixed daily fee plus a per-mile charge.

Problem 135

Choose the better model type for the contextual data set the value of an antique painting appreciates by 5% each decade.

Problem 136

Choose the better model type for the contextual data set values 1000, 950, 900, 850 over equal time periods.

Problem 137

Choose the better model type for the contextual data set values 5, 15, 45, 135 over equal time periods.

Problem 138

Choose the better model type for the contextual data set the number of unread emails decreases by 15 each hour.

translate "more each time" versus "times as much."
12 problems Warmup Practice Mixed Review Assessment
Problem 139

Translate the growth language in The account gains 15 dollars each month. into additive or multiplicative form.

Problem 140

Translate the growth language in The population doubles each year. into additive or multiplicative form.

Problem 141

Translate the growth language in The price increases by 8% each year. into additive or multiplicative form.

Problem 142

Translate the growth language in The tank loses 3 gallons each minute. into additive or multiplicative form.

Problem 143

Translate the growth language in The plant grows 2 centimeters every week. into additive or multiplicative form.

Problem 144

Translate the growth language in The temperature drops 4 degrees each hour. into additive or multiplicative form.

Problem 145

Translate the growth language in The bacteria population triples every 30 minutes. into additive or multiplicative form.

Problem 146

Translate the growth language in The investment grows by 6% annually. into additive or multiplicative form.

Problem 147

Translate the growth language in The radioactive substance halves its mass every day. into additive or multiplicative form.

Problem 148

Translate the growth language in The car's value depreciates by 15% each year. into additive or multiplicative form.

Problem 149

Translate the growth language in The runner adds 0.5 miles to their distance each day. into additive or multiplicative form.

Problem 150

Translate the growth language in The company's revenue increases by 25% each quarter. into additive or multiplicative form.

Open in simulator
find incorrect difference/ratio reasoning.
15 problems Warmup Practice Mixed Review Assessment
Problem 151

A student classifies a value increases by 12% each year as linear because 12 is added every year. Diagnose the error.

Problem 152

A student classifies a balance grows by 25 dollars each month as exponential because it keeps growing. Diagnose the error.

Problem 153

A student classifies a quantity is multiplied by 0.8 each hour as linear because it decreases by the same amount. Diagnose the error.

Problem 154

A student classifies a population decreases by 5% every year as linear because it goes down by 5 each year. Diagnose the error.

Problem 155

A student classifies the temperature drops by 3 degrees Celsius every hour as exponential because it's changing over time. Diagnose the error.

Problem 156

A student classifies the number of bacteria doubles every 30 minutes as linear because it increases by the same amount. Diagnose the error.

Problem 157

A student classifies a car's value depreciates by $1500 each year as exponential because its value is decreasing. Diagnose the error.

Problem 158

A student classifies an investment loses a quarter of its value every decade as linear because it's decreasing by a consistent amount. Diagnose the error.

Problem 159

A student classifies a plant grows 2 inches taller every week as exponential because it's growing steadily. Diagnose the error.

Problem 160

A student classifies the intensity of light is halved for every meter of depth as linear because it decreases by the same amount. Diagnose the error.

Problem 161

A student classifies a swimming pool is drained at a rate of 10 gallons per minute as exponential because the amount of water is decreasing over time. Diagnose the error.

Problem 162

A student classifies the number of viral infections triples every day as linear because it's increasing by a lot. Diagnose the error.

Problem 163

A student classifies a student saves $50 from their paycheck every two weeks as exponential because their savings are growing. Diagnose the error.

Problem 164

A student classifies a radioactive substance decays by 10% every hour as linear because it loses 10 units each hour. Diagnose the error.

Open in simulator
Problem 165

A student classifies the cost of a service increases by $2.50 per year as exponential because the cost is going up over time. Diagnose the error.