Math II · F-BF.1.a

Building Quadratic and Exponential Functions from Context

This objective teaches students how to turn a real situation into a working function. It is the difference between being handed a formula and being able to create the formula yourself.

Concept Functions
Domain Building Functions
Read time 9 minutes

What this learning objective is really asking you to learn

This objective asks students to build functions from situations. That is a major shift. Earlier math often gives students an equation and asks them to solve it, graph it, or interpret it. Here, students must create the equation or process themselves. They must decide what the input means, what the output means, what kind of relationship is present, and what formula or procedure represents that relationship.

A function is a machine that assigns exactly one output to each allowed input. Building a function means designing that machine. If the context describes a ball thrown upward, the input might be time and the output might be height. If the context describes a bank account, the input might be years and the output might be balance. If the context describes a pattern of tiles, the input might be figure number and the output might be number of tiles. The function is not just a string of symbols; it is a structured description of how one quantity depends on another.

In Math II, the emphasis is on quadratic and exponential functions. A quadratic function is often appropriate when the situation involves area, projectile motion, a product of two linearly changing quantities, a maximum or minimum, or constant second differences. An exponential function is often appropriate when the situation involves repeated multiplication, constant percent growth or decay, compound interest, half-life, depreciation, or constant ratios over equal intervals.

Students should learn to recognize evidence. A table with constant first differences suggests a linear model. A table with constant second differences suggests a quadratic model. A table with constant ratios suggests an exponential model. A verbal description involving “increases by 5 each day” suggests linear change. A description involving “increases by 5 percent each day” suggests exponential change. A description involving “height under gravity” or “area enclosed by a changing length” may suggest a quadratic relationship.

The objective includes three ways to build a function: explicit expression, recursive process, and calculation steps. An explicit expression gives the output directly from the input, such as \(f(x) = -16x^2 + 48x + 6\) or \(g(t) = 200(1.04)^t\). A recursive process gives a starting value and a rule for getting the next value from the previous one, such as \(A_{0} = 200\), \(A_{n+1} = 1.04A_n\). Calculation steps may not begin as a single compact formula but can still define a function: take the input, square it, multiply by -16, add 48 times the input, then add 6. Students should understand that a function can be represented as a formula, a recursion, a table, a graph, a verbal rule, or an algorithmic process.

Why students should learn this math

The missing “why” here is especially important. In real life, formulas are not usually handed down from the sky. Someone has to build them. Scientists build functions to model motion, growth, decay, temperature, and energy. Engineers build functions to model cost, strength, flow, and efficiency. Businesses build functions to model revenue, demand, profit, and risk. Public health analysts build functions to model spread and decline. Game designers build functions to model motion, scoring, difficulty, and animation. A student who can build a function can turn a situation into a tool.

This is also a life skill. Suppose a phone loses 12 percent of its battery each hour. A student can model the remaining battery as an exponential decay function. Suppose a school fundraiser sells tickets, and profit depends on both price and number of buyers. A student can build a quadratic model and look for the best price. Suppose a pattern grows by adding a new layer each step. A student can decide whether the growth is linear, quadratic, or exponential. These are not isolated school exercises; they are examples of quantitative thinking.

Building functions also teaches intellectual honesty. A model is not reality. It is a simplified machine that captures selected features of reality. To build a model, students must make choices: what quantity to use as input, what assumptions to accept, what units to use, what domain makes sense, and what kind of function family fits the evidence. Good modeling includes checking whether the function’s predictions make sense. A quadratic projectile model may work for a short flight but ignore air resistance. An exponential growth model may work early but fail when resources are limited. A revenue model may assume a simple demand pattern that changes in the real market. Students should not be trained to worship formulas. They should be trained to build, use, question, and refine them.

This objective gives students agency. Instead of asking, “What formula do I plug into?” they begin asking, “What relationship is happening, and how can I represent it?” That shift matters. It is one of the clearest differences between passive math and active math.

The historical machinery behind function building

The idea of function building has deep historical roots. Ancient mathematics solved practical problems about land, trade, astronomy, construction, and taxation, often without modern notation. People were already modeling relationships: how area depends on side length, how distance depends on time, how shadow length depends on sun angle, how quantities change with repeated trade or interest.

The modern function concept developed over centuries. René Descartes connected algebraic equations to curves in the coordinate plane, making it possible to see formulas as geometric objects. Later mathematicians such as Leibniz, Euler, and others formalized the idea of a function as a relationship between variables. Euler’s notation \(f(x)\) helped make functions into named objects that could be studied, transformed, combined, and compared.

Quadratic modeling has historical roots in geometry and motion. Area problems naturally produce quadratics because area often multiplies two lengths. Projectile motion became a key example after the development of modern physics. Galileo’s study of motion helped show that distance under constant acceleration is related to the square of time. Later Newtonian mechanics gave a broader framework for understanding why quadratic expressions appear in motion under constant acceleration.

Exponential modeling grew from repeated multiplication, compound interest, population studies, and scientific decay. As finance, biology, physics, and demography developed, people needed ways to represent quantities that changed by a constant factor over equal intervals. The exponential function became one of the central languages of modern science.

The history matters because it shows that functions were invented to describe the world. They were not created as textbook decorations. A function is a compact machine for prediction and explanation. This objective puts students into that historical role: not just solving someone else’s equation, but creating a mathematical representation of a relationship.

Technical execution: how to build the function

A reliable function-building routine begins with variables. Define the input and output clearly, including units. If time is the input, is it seconds, months, years, or steps? If money is the output, is it dollars, thousands of dollars, or profit after costs? Many modeling mistakes happen before algebra begins because the quantities are not defined.

Next, identify the pattern or mechanism. Is the output changing by equal additions, equal second differences, or equal factors? Equal additions suggest linear functions. Equal second differences suggest quadratic functions. Equal factors suggest exponential functions. A context can also give mechanism directly: constant acceleration points toward quadratic motion; compound interest points toward exponential growth; percent depreciation points toward exponential decay.

To build a quadratic from a context, students may use several forms. If the vertex is known, vertex form is often best: \(f(x) = a(x - h)^2 + k\). If the zeros are known, factored form is often best: \(f(x) = a(x - r)(x - s)\). If the initial value and coefficients are known, standard form may be natural: \(f(x) = ax^2 + bx + c\).

Suppose a ball is launched from a height of 5 feet with an initial upward velocity of 48 feet per second. In a simplified model using feet and seconds, height can be written as \(h(t) = -16t^2 + 48t + 5\). The \(-16t^2\) term comes from gravity, the 48t term comes from initial velocity, and 5 is the starting height. This is function building from physical context.

Suppose a profit model has break-even points at \(x = 20\) and \(x = 80\), and reaches a maximum of 1800 when \(x = 50\). Because the zeros are known, start with \(P(x) = a(x - 20)(x - 80)\). Use the known point \((50, 1800)\) to find \(a\): \(1800 = a(30)(-30) = -900a\), so \(a = -2\). The model is \(P(x) = -2(x - 20)(x - 80)\). The function was built from features, not guessed.

To build an exponential function, students usually need an initial amount and a growth or decay factor. If an account starts with 1200 dollars and grows by 6 percent per year, the model is \(A(t) = 1200(1.06)^t\). If a car worth 24000 dollars depreciates by 15 percent per year, the factor remaining is 0.85, so \(V(t) = 24000(0.85)^t\). If a population doubles every 3 hours, then the number of doubling periods after \(t\) hours is \(t/3\), so \(P(t) = P_{0}(2)^{t/3}\).

A recursive model may be more natural when the process happens step by step. For the account growing by 6 percent each year, write \(A_{0} = 1200\) and \(A_{n+1} = 1.06A_n\). This says each new value is 106 percent of the previous value. Recursive form highlights the repeated process. Explicit form highlights direct calculation for any time.

Students should also learn to build from tables. If outputs are 3, 12, 48, 192, the ratio is constantly 4, so an exponential model may be \(f(n) = 3(4)^n\) if \(n = 0\) gives the first output. If outputs are 2, 5, 12, 23, 38, first differences are 3, 7, 11, 15, and second differences are 4, suggesting a quadratic. The leading coefficient is half the constant second difference when the input step is 1, so \(a = 2\). Then use data points to find the remaining coefficients.

What this math represents in real life

Function building represents the act of turning a relationship into a usable tool. A weather forecast, a loan calculator, a business projection, a physics simulation, a medical dosage schedule, and a game animation all rely on functions built from assumptions and data.

Quadratic functions represent situations with curvature and turning points. They appear in area optimization, projectile motion, braking distance, revenue models, and designs where two changing quantities multiply. Exponential functions represent repeated percentage change. They appear in savings, debt, inflation, depreciation, population, disease spread, decay, and technology adoption.

The important real-life skill is choosing the model. If a population gains about 100 people each year, a linear model may be reasonable. If it grows by about 5 percent each year, an exponential model may be better. If a ball rises and falls, a quadratic model may be better. If students learn only formulas, they may plug numbers into the wrong machine. If they learn model building, they can choose the machine thoughtfully.

Where this fits in the big map of mathematics

In the big map, building functions is where algebra becomes modeling. Expressions are parts. Equations make claims. Functions describe relationships. Graphs visualize those relationships. Data tests them. This objective connects all of those ideas.

It also prepares students for later mathematics. In Math III, students will build and analyze polynomial, rational, radical, logarithmic, and trigonometric models. In statistics, they will fit models to data and evaluate reports. In calculus, they will analyze rates and accumulated change. All of that depends on being able to define quantities and construct functions.

This objective also strengthens students’ understanding of equivalent representations. A function can be explicit, recursive, tabular, graphical, verbal, or procedural. Different representations are useful for different reasons. Model builders choose representations strategically.

Common student traps and how to avoid them

One trap is choosing a function type based on keywords alone. The word “growth” does not automatically mean exponential. The question is whether growth happens by repeated addition or repeated multiplication.

A second trap is ignoring the starting input. If a table begins at \(n = 1\) instead of \(n = 0\), the explicit formula changes. Students must define the input carefully.

A third trap is using percent change incorrectly. A 7 percent increase means multiply by 1.07; a 7 percent decrease means multiply by 0.93.

A fourth trap is treating all contexts as exact. Models are often approximations. Students should check whether predictions make sense and whether the domain is reasonable.

Problem Library

Problems in the App From This Objective

216 problems across 15 archetypes in the app.

identify initial height, velocity, and gravity-style term.
15 problems Warmup Practice Mixed Review Assessment
Problem 1

Build a quadratic function for projectile context: A ball is thrown upward from 5 feet with initial velocity 48 ft/s.

Problem 2

Build a quadratic function for projectile context: A rocket starts at 12 meters and has upward velocity 30 m/s using -4.9t^2 gravity term.

Problem 3

Build a quadratic function for projectile context: A ball is dropped from 80 feet with no initial upward velocity.

Problem 4

Build a quadratic function for projectile context: A diver leaves a platform 32 feet high with upward velocity 16 ft/s.

Problem 5

Build a quadratic function for projectile context: A stone is launched from a 100-meter cliff with an initial upward velocity of 20 m/s, using a gravity term of -9.8t^2.

Open in simulator
Problem 6

Build a quadratic function for projectile context: A ball is dropped from a 64-foot building.

Problem 7

Build a quadratic function for projectile context: A rock is thrown downward from a 50-foot bridge with an initial speed of 10 ft/s.

Problem 8

Build a quadratic function for projectile context: An object is launched from 200 feet high with an initial upward velocity of 24 ft/s.

Problem 9

Build a quadratic function for projectile context: A package is released from a helicopter at 150 meters, with gravity as -4.9t^2.

Problem 10

Build a quadratic function for projectile context: A diver jumps from a 10-meter platform with an initial downward velocity of 2 m/s, using -4.9t^2 for gravity.

Problem 11

Build a quadratic function for projectile context: A firework is launched from 2 feet off the ground with an initial upward velocity of 96 ft/s.

Problem 12

Build a quadratic function for projectile context: A pebble is dropped from 75 meters, and the gravity term is -9.8t^2.

Problem 13

Build a quadratic function for projectile context: An arrow is shot upward from a height of 6 feet with an initial velocity of 60 ft/s, considering gravity as -16t^2.

Problem 14

Build a quadratic function for projectile context: A person throws a ball into the air from a height of 6 feet with an initial upward speed of 32 ft/s.

Problem 15

Build a quadratic function for projectile context: A projectile is fired from 250 meters with an initial upward velocity of 40 m/s, using -4.9t^2 for gravity.

express dimensions in terms of one variable and multiply.
15 problems Warmup Practice Mixed Review Assessment
Problem 16

Build a quadratic area function for context: A rectangle has width x and length x+7.

Problem 17

Build a quadratic area function for context: A rectangle has dimensions 2x+3 and x-1.

Problem 18

Build a quadratic area function for context: A square has side x+5.

Problem 19

Build a quadratic area function for context: A triangle has base x+4 and height x, so area is half base times height.

Problem 20

Build a quadratic area function for context: A rectangle has width x and length 2x+5.

Problem 21

Build a quadratic area function for context: A rectangle has dimensions x-2 and x+3.

Problem 22

Build a quadratic area function for context: A rectangle has dimensions 3x and x+1.

Problem 23

Build a quadratic area function for context: A rectangle has dimensions 2x-1 and 3x+2.

Problem 24

Build a quadratic area function for context: The length of a rectangle is x, and its width is x-3.

Problem 25

Build a quadratic area function for context: A square has side 2x-1.

Problem 26

Build a quadratic area function for context: A square has side x/2 + 3.

Problem 27

Build a quadratic area function for context: A triangle has base x and height 2x+6.

Open in simulator
Problem 28

Build a quadratic area function for context: A triangle has base x-1 and height x+5.

Problem 29

Build a quadratic area function for context: A triangle has base 2x and height x+3.

Problem 30

Build a quadratic area function for context: A rectangle has a length that is 5 more than its width x.

multiply price and quantity expressions or subtract costs.
15 problems Warmup Practice Mixed Review Assessment
Problem 31

Build a quadratic revenue or profit function from context: Price is p dollars and quantity sold is 80-p.

Problem 32

Build a quadratic revenue or profit function from context: Ticket price is x and attendance is 200-10x.

Problem 33

Build a quadratic revenue or profit function from context: Revenue is p(50-p) and fixed cost is 100.

Problem 34

Build a quadratic revenue or profit function from context: Quantity is q and price per item is 40-2q.

Problem 35

Build a quadratic revenue or profit function from context: Price is p dollars and quantity sold is 100-2p.

Problem 36

Build a quadratic revenue or profit function from context: Ticket price is x and attendance is 300-5x.

Problem 37

Build a quadratic revenue or profit function from context: Number of items sold is n, and price per item is 25-0.5n.

Problem 38

Build a quadratic revenue or profit function from context: Price is p, quantity is 60-p, and production cost is 5p.

Problem 39

Build a quadratic revenue or profit function from context: Revenue is x(150-3x), and variable cost is 10x.

Problem 40

Build a quadratic revenue or profit function from context: Price per unit is y, demand is 120-4y, and fixed cost is 200.

Problem 41

Build a quadratic revenue or profit function from context: Quantity sold is q, price is 75-3q, and total cost is 10q+50.

Problem 42

Build a quadratic revenue or profit function from context: Price is p dollars and quantity sold is 90-3p.

Problem 43

Build a quadratic revenue or profit function from context: Tickets sold are t, and price per ticket is 15-0.1t.

Open in simulator
Problem 44

Build a quadratic revenue or profit function from context: Revenue is q(200-2q), and fixed cost is 300.

Problem 45

Build a quadratic revenue or profit function from context: Price is x, quantity is 180-6x, and variable cost is 8x.

use vertex form and solve for scale factor.
15 problems Warmup Practice Mixed Review Assessment
Problem 46

Build a quadratic function with vertex (2,5) passing through point (4,13).

Problem 47

Build a quadratic function with vertex (-1,3) passing through point (1,-5).

Problem 48

Build a quadratic function with vertex (0,-4) passing through point (3,14).

Problem 49

Build a quadratic function with vertex (5,1) passing through point (3,9).

Problem 50

Build a quadratic function with vertex (1,1) passing through point (2,3).

Problem 51

Build a quadratic function with vertex (-2,-3) passing through point (-1,-1).

Problem 52

Build a quadratic function with vertex (0,0) passing through point (2,8).

Problem 53

Build a quadratic function with vertex (3,-2) passing through point (1,6).

Problem 54

Build a quadratic function with vertex (-4,0) passing through point (-2,-8).

Problem 55

Build a quadratic function with vertex (0,5) passing through point (1,2).

Open in simulator
Problem 56

Build a quadratic function with vertex (6,-1) passing through point (4,7).

Problem 57

Build a quadratic function with vertex (-3,4) passing through point (-1,0).

Problem 58

Build a quadratic function with vertex (10,20) passing through point (11,21).

Problem 59

Build a quadratic function with vertex (-5,-10) passing through point (-6,-9).

Problem 60

Build a quadratic function with vertex (2,7) passing through point (0,-1).

use intercept form and solve for scale factor.
15 problems Warmup Practice Mixed Review Assessment
Problem 61

Build a quadratic function with zeros 2, 6 passing through point (0,12).

Problem 62

Build a quadratic function with zeros -1, 3 passing through point (1,-8).

Problem 63

Build a quadratic function with zeros 0, 5 passing through point (2,12).

Problem 64

Build a quadratic function with zeros 4 passing through point (2,8).

Problem 65

Build a quadratic function with zeros 1, 5 passing through point (0,10).

Problem 66

Build a quadratic function with zeros -2, 4 passing through point (1,-9).

Open in simulator
Problem 67

Build a quadratic function with zeros 0, -3 passing through point (1,4).

Problem 68

Build a quadratic function with zeros 3 passing through point (1,8).

Problem 69

Build a quadratic function with zeros -1, -5 passing through point (0,-10).

Problem 70

Build a quadratic function with zeros 2, 7 passing through point (1,12).

Problem 71

Build a quadratic function with zeros -3, 0 passing through point (-1,-4).

Problem 72

Build a quadratic function with zeros -2 passing through point (0,12).

Problem 73

Build a quadratic function with zeros 1/2, 2 passing through point (0,4).

Problem 74

Build a quadratic function with zeros -1/3, 3 passing through point (0,1).

Problem 75

Build a quadratic function with zeros 0.5, 1.5 passing through point (0,3).

write explicit exponential model.
15 problems Warmup Practice Mixed Review Assessment
Problem 76

Build an exponential function from initial value 500 and growth factor 1.08.

Problem 77

Build an exponential function from initial value 1200 and growth factor 0.9.

Problem 78

Build an exponential function from initial value 40 and growth factor 2.

Problem 79

Build an exponential function from initial value 75 and growth factor 0.5.

Problem 80

Build an exponential function from initial value 100 and growth factor 1.05.

Problem 81

Build an exponential function from initial value 2500 and growth factor 0.8.

Problem 82

Build an exponential function from initial value 10 and growth factor 3.

Problem 83

Build an exponential function from initial value 200 and growth factor 0.25.

Problem 84

Build an exponential function from initial value 1 and growth factor 1.1.

Open in simulator
Problem 85

Build an exponential function from initial value 0.5 and growth factor 1.5.

Problem 86

Build an exponential function from initial value 150 and growth factor 0.95.

Problem 87

Build an exponential function from initial value 30 and growth factor 4.

Problem 88

Build an exponential function from initial value -1000 and growth factor 1.02.

Problem 89

Build an exponential function from initial value 80 and growth factor 0.75.

Problem 90

Build an exponential function from initial value 2.5 and growth factor 2.1.

convert percent to multiplier.
15 problems Warmup Practice Mixed Review Assessment
Problem 91

Build an exponential function from percent-change context: An account starts at 900 dollars and grows 6% per year.

Problem 92

Build an exponential function from percent-change context: A car starts at value 24000 dollars and loses 15% per year.

Problem 93

Build an exponential function from percent-change context: A population starts at 1500 and increases 2.5% each month.

Problem 94

Build an exponential function from percent-change context: A medicine amount starts at 80 mg and decreases 40% each hour.

Problem 95

Build an exponential function from percent-change context: A bacterial colony starts with 500 cells and grows 10% per day.

Problem 96

Build an exponential function from percent-change context: An investment starts at 12000 dollars and declines 8% per year.

Problem 97

Build an exponential function from percent-change context: The temperature of a substance starts at 300 degrees Celsius and increases 0.5% per hour.

Problem 98

Build an exponential function from percent-change context: A city's population starts at 100000 and decreases 12.5% each quarter.

Problem 99

Build an exponential function from percent-change context: A plant's height starts at 75 cm and increases 1.2% per week.

Open in simulator
Problem 100

Build an exponential function from percent-change context: The amount of a radioactive isotope starts at 5000 grams and decays 0.1% per minute.

Problem 101

Build an exponential function from percent-change context: A company's revenue starts at 180 thousand dollars and grows 30% per month.

Problem 102

Build an exponential function from percent-change context: The value of a rare coin starts at 60000 dollars and depreciates 1.5% per year.

Problem 103

Build an exponential function from percent-change context: The number of social media followers starts at 25 and increases 7% per day.

Problem 104

Build an exponential function from percent-change context: A machine's efficiency starts at 950 units and drops 20% per cycle.

Problem 105

Build an exponential function from percent-change context: A digital signal strength starts at 100 units and amplifies 0.01% per second.

infer growth factor and initial value.
15 problems Warmup Practice Mixed Review Assessment
Problem 106

Build an exponential model through data points (0,5), (1,15).

Problem 107

Build an exponential model through data points (0,80), (2,20).

Problem 108

Build an exponential model through data points (1,12), (3,48).

Open in simulator
Problem 109

Build an exponential model through data points (2,45), (4,405).

Problem 110

Build an exponential model through data points (0,10), (1,50).

Problem 111

Build an exponential model through data points (0,100), (1,25).

Problem 112

Build an exponential model through data points (1,6), (2,18).

Problem 113

Build an exponential model through data points (1,80), (2,20).

Problem 114

Build an exponential model through data points (1,7), (3,63).

Problem 115

Build an exponential model through data points (1,64), (3,4).

Problem 116

Build an exponential model through data points (-1,2), (0,6).

Problem 117

Build an exponential model through data points (-1,50), (0,10).

Problem 118

Build an exponential model through data points (0,2), (2,18).

Problem 119

Build an exponential model through data points (0,1000), (1,100).

Problem 120

Build an exponential model through data points (2,10), (3,50).

define starting value and multiplier recurrence.
15 problems Warmup Practice Mixed Review Assessment
Problem 121

Build a recursive exponential process for context: A population starts at 200 and doubles each generation.

Problem 122

Build a recursive exponential process for context: A car starts at 18000 dollars and keeps 85% of its value each year.

Problem 123

Build a recursive exponential process for context: A medicine dose starts at 64 mg and halves each hour.

Problem 124

Build a recursive exponential process for context: An account starts at 500 dollars and grows 4% each month.

Problem 125

Build a recursive exponential process for context: A bacterial culture starts with 1000 cells and triples every 30 minutes.

Open in simulator
Problem 126

Build a recursive exponential process for context: A radioactive substance has an initial mass of 128 grams and decays by 25% every day.

Problem 127

Build a recursive exponential process for context: The value of a collectible coin starts at 150 dollars and increases by 10% annually.

Problem 128

Build a recursive exponential process for context: A pond has 50 fish, and their population grows by 20% each year.

Problem 129

Build a recursive exponential process for context: A digital file starts at 1024 KB and is compressed to 75% of its size with each iteration.

Problem 130

Build a recursive exponential process for context: An investment starts with 2500 dollars and earns 3% interest compounded monthly.

Problem 131

Build a recursive exponential process for context: The number of unread emails starts at 300 and decreases by 15% each hour.

Problem 132

Build a recursive exponential process for context: A rumor starts with 2 people and the number of people who know it quadruples each day.

Problem 133

Build a recursive exponential process for context: A ball is dropped from a height of 80 feet and bounces to 60% of its previous height.

Problem 134

Build a recursive exponential process for context: A tree is 5 feet tall and grows by 12% each year.

Problem 135

Build a recursive exponential process for context: A chemical reaction starts with 25 moles of a substance, and its quantity reduces by 50% every minute.

identify changing rate pattern informally.
15 problems Warmup Practice Mixed Review Assessment
Problem 136

Build a recursive quadratic-style sequence model from values 2, 5, 10, 17.

Problem 137

Build a recursive quadratic-style sequence model from values 1, 4, 9, 16.

Problem 138

Build a recursive quadratic-style sequence model from values 6, 11, 18, 27.

Problem 139

Build a recursive quadratic-style sequence model from values 10, 17, 26, 37.

Problem 140

Build a recursive quadratic-style sequence model from values 1, 3, 7, 13.

Problem 141

Build a recursive quadratic-style sequence model from values 2, 3, 6, 11.

Problem 142

Build a recursive quadratic-style sequence model from values 3, 3, 5, 9.

Problem 143

Build a recursive quadratic-style sequence model from values 4, 3, 4, 7.

Problem 144

Build a recursive quadratic-style sequence model from values 3, 7, 13, 21.

Problem 145

Build a recursive quadratic-style sequence model from values 5, 11, 19, 29.

Problem 146

Build a recursive quadratic-style sequence model from values 7, 15, 25, 37.

Problem 147

Build a recursive quadratic-style sequence model from values 3, 6, 11, 18.

Problem 148

Build a recursive quadratic-style sequence model from values 4, 9, 16, 25.

Problem 149

Build a recursive quadratic-style sequence model from values 5, 3, 3, 5.

Problem 150

Build a recursive quadratic-style sequence model from values 8, 17, 28, 41.

Open in simulator
distinguish area/acceleration/turning-point behavior from percent change.
15 problems Warmup Practice Mixed Review Assessment
Problem 151

Choose whether A rectangle area changes as both side lengths depend on x. is better modeled by a quadratic or exponential function.

Problem 152

Choose whether A population increases by 8% each year. is better modeled by a quadratic or exponential function.

Problem 153

Choose whether An object's height follows projectile motion under gravity. is better modeled by a quadratic or exponential function.

Problem 154

Choose whether A medicine amount is halved every hour. is better modeled by a quadratic or exponential function.

Problem 155

Choose whether The total number of handshakes possible among 'n' people. is better modeled by a quadratic or exponential function.

Problem 156

Choose whether The value of an investment that earns 5% interest compounded annually. is better modeled by a quadratic or exponential function.

Problem 157

Choose whether The area of a circular ripple expanding from a drop of water, where its radius increases linearly with time. is better modeled by a quadratic or exponential function.

Problem 158

Choose whether The intensity of light passing through a filter that reduces its intensity by 10% for each unit of thickness. is better modeled by a quadratic or exponential function.

Problem 159

Choose whether The sum of the first 'n' positive integers. is better modeled by a quadratic or exponential function.

Problem 160

Choose whether The number of bacteria in a colony that doubles every 20 minutes. is better modeled by a quadratic or exponential function.

Problem 161

Choose whether The product of two consecutive integers. is better modeled by a quadratic or exponential function.

Problem 162

Choose whether The depreciation of a car's value by 12% each year. is better modeled by a quadratic or exponential function.

Open in simulator
Problem 163

Choose whether The total distance traveled by an object starting from rest and accelerating at a constant rate. is better modeled by a quadratic or exponential function.

Problem 164

Choose whether The spread of a certain type of mold that triples its coverage area every day. is better modeled by a quadratic or exponential function.

Problem 165

Choose whether The maximum number of distinct diagonals in a polygon with 'n' vertices. is better modeled by a quadratic or exponential function.

define valid inputs for context.
12 problems Warmup Practice Mixed Review Assessment
Problem 166

Build a model for A ball height is h(t)=-16t^2+32t+4 until it hits the ground. and state a reasonable domain.

Problem 167

Build a model for A rectangle has width x and length x+5. and state a reasonable domain.

Problem 168

Build a model for A population starts at 300 and grows 5% yearly for 10 years. and state a reasonable domain.

Problem 169

Build a model for Tickets cost p dollars and demand is 100-p. and state a reasonable domain.

Problem 170

Build a model for A factory produces 'x' units of a product. The fixed cost is $500, and the variable cost is $15 per unit. The factory has a maximum production capacity of 1000 units. and state a reasonable domain.

Problem 171

Build a model for A gardener has 80 feet of fencing to enclose a rectangular garden along the side of a house. Let 'w' be the width of the garden perpendicular to the house. and state a reasonable domain.

Problem 172

Build a model for A rectangular sheet of metal, 12 inches by 18 inches, has squares of side length 'x' cut from each corner. The sides are then folded up to form an open-top box. and state a reasonable domain.

Problem 173

Build a model for A cyclist rides at an average speed of 18 km/h for 't' hours. The cyclist plans to ride for no more than 4 hours. and state a reasonable domain.

Open in simulator
Problem 174

Build a model for A theater has 300 seats. The current ticket price is $25. For every $0.50 increase in ticket price, 2 fewer tickets are sold. Let 'x' be the number of $0.50 increases. and state a reasonable domain.

Problem 175

Build a model for A bacterial culture starts with 5000 cells and decreases by 8% every hour. The observation period is 48 hours. and state a reasonable domain.

Problem 176

Build a model for A moving truck rental costs $39.99 per day plus $0.79 per mile. A customer rents the truck for 2 days and drives 'm' miles, with a maximum allowed mileage of 500 miles. and state a reasonable domain.

Problem 177

Build a model for A stone is thrown upward from a cliff 50 feet high with an initial velocity of 60 ft/s. Its height 'h' in feet after 't' seconds is given by h(t) = -16t^2 + 60t + 50 until it lands in the water below. and state a reasonable domain.

construct function and compute output.
15 problems Warmup Practice Mixed Review Assessment
Problem 178

Build the model for A population starts at 100 and doubles each hour. and evaluate it at t=3.

Problem 179

Build the model for A rectangle has width x and length x+4. and evaluate it at x=6.

Problem 180

Build the model for Height is modeled by h(t)=-16t^2+48t+5. and evaluate it at t=2.

Problem 181

Build the model for An account starts at 500 and grows 10% yearly. and evaluate it at t=2.

Problem 182

Build the model for A square has side length s. If the side length is increased by 3 units, what is the new area? and evaluate it at s=5.

Problem 183

Build the model for A town with 20,000 people is decreasing at a rate of 5% per year. and evaluate it at t=4.

Problem 184

Build the model for A ball is thrown upwards from a height of 6 feet with an initial velocity of 32 feet per second. and evaluate it at t=1.

Problem 185

Build the model for An investment of $1000 earns 6% interest compounded annually. and evaluate it at t=3.

Problem 186

Build the model for A rectangle has a length that is 5 more than its width w. and evaluate it at w=7.

Problem 187

Build the model for A bacterial culture starts with 500 cells and triples every hour. and evaluate it at t=2.

Open in simulator
Problem 188

Build the model for The revenue R(x) from selling x items is given by R(x) = -2x^2 + 100x. and evaluate it at x=20.

Problem 189

Build the model for A car bought for $25,000 depreciates at a rate of 15% per year. and evaluate it at t=2.

Problem 190

Build the model for A square garden with side length x has a path of width 2 feet around it. What is the total area of the garden and path? and evaluate it at x=10.

Problem 191

Build the model for A radioactive substance has an initial mass of 100 grams and a half-life of 5 years. and evaluate it at t=10.

Problem 192

Build the model for The product of two numbers where one number is x and the other is 7 less than x. and evaluate it at x=12.

solve quadratic or simple exponential equation.
12 problems Warmup Practice Mixed Review Assessment
Problem 193

Build a model for A ball height is h(t)=-16t^2+64t. and solve when output equals 0.

Problem 194

Build a model for A rectangle area is A(x)=x(x+5). and solve when output equals 84.

Open in simulator
Problem 195

Build a model for An account model is A(t)=100(2)^t. and solve when output equals 800.

Problem 196

Build a model for Revenue is R(p)=p(20-p). and solve when output equals 96.

Problem 197

Build a model for A projectile's height is h(t) = -5t^2 + 20t + 15. and solve when output equals 15.

Problem 198

Build a model for The area of a square is A(s) = s^2. and solve when output equals 144.

Problem 199

Build a model for An investment grows according to P(t) = 500(1.05)^t. and solve when output equals 607.75.

Problem 200

Build a model for The product of two numbers, where one is 3 more than the other, is P(x) = x(x+3). and solve when output equals 40.

Problem 201

Build a model for The volume of a cube is V(s) = s^3. and solve when output equals 27.

Problem 202

Build a model for A population grows according to N(t) = 200 * (3)^t. and solve when output equals 1800.

Problem 203

Build a model for The cost to produce x items is C(x) = x^2 - 10x + 50. and solve when output equals 26.

Problem 204

Build a model for The path of a diver is given by y(x) = -x^2 + 6x + 7. and solve when output equals 12.

detect wrong model type, parameter, domain, or unit.
12 problems Warmup Practice Mixed Review Assessment
Problem 205

Critique the proposed model P(t)=500+0.04t for context A population starts at 500 and grows 4% each year.

Problem 206

Critique the proposed model A(x)=x+x+3 for context A rectangle has width x and length x+3.

Problem 207

Critique the proposed model h(t)=16t^2+32t+6 for context A ball starts at height 6 with upward velocity 32 ft/s.

Problem 208

Critique the proposed model V(t)=10000(1.2)^t for context A car loses 20% of value each year from 10000 dollars.

Problem 209

Critique the proposed model P(t)=1000(0.5)^t for context A population decreases by 50 people each year, starting at 1000.

Problem 210

Critique the proposed model P(s)=s^2 for context The perimeter of a square with side length s.

Problem 211

Critique the proposed model C(m)=2m for context Cost of a taxi ride is $3 initial fee plus $2 per mile.

Open in simulator
Problem 212

Critique the proposed model A(t)=1000(0.05)^t for context An investment of $1000 earns 5% interest compounded annually.

Problem 213

Critique the proposed model N(t)=100+2t for context A bacterial colony doubles every hour, starting with 100 bacteria.

Problem 214

Critique the proposed model y=a(x-2)^2-5 for context A parabola opens downwards with vertex at (2, 5).

Problem 215

Critique the proposed model Sum=x+5x for context The sum of two numbers, where one number is 5 more than the other. Let the smaller number be x.

Problem 216

Critique the proposed model Sale Price=P*0.25 for context A shirt is on sale for 25% off its original price P.