Math I · F-BF.1.a

Building a Function from Context

Building functions from context is the act of turning a real process into a reusable mathematical model that can predict, compare, and explain.

Concept Functions
Domain Building Functions
Read time 11 minutes

What this learning objective is really asking you to learn

This objective asks students to turn a situation into a function. That is one of the central acts of mathematical modeling. A function is a rule that assigns each input exactly one output. Building a function from context means reading a real or described situation, deciding what the input and output should be, and creating a rule that connects them.

The rule may be an explicit formula, a recursive process, or a set of calculation steps. An explicit formula gives the output directly from the input. For example, if a babysitter charges $20 to arrive plus $15 per hour, then the total cost for \(h\) hours is \(C(h) = 20 + 15h\). Given \(h\), you can calculate \(C(h)\) immediately.

A recursive rule defines each value from a previous value. For example, if a savings account starts at $100 and grows by $20 each month, you might write \(A(0) = 100\) and \(A(n) = A(n - 1) + 20\). If the account grows by 5 percent each month, you might write \(A(0) = 100\) and \(A(n) = 1.05A(n - 1)\). Recursive rules are especially natural for sequences, repeated processes, and step-by-step change.

A calculation process gives instructions when a single simple formula may not be the clearest representation. For example, a parking garage might charge $5 for the first hour, $3 for each additional hour, and a maximum of $20 per day. That can be written with a piecewise formula, but it can also be described as a process: start with $5, add $3 for each hour after the first, and stop at $20. In many real systems, the process is the model.

This objective is part of the “Building Functions” domain. The word “building” matters. Students are not only evaluating functions someone else gives them. They are constructing the function. That requires choosing variables, deciding units, identifying patterns, recognizing constraints, and writing a rule that matches the situation.

In Integrated Math I, the focus is often on linear and exponential relationships, including arithmetic and geometric patterns. But the deeper skill is general: create a mathematical machine from a relationship. That machine can then produce predictions, answer questions, generate graphs, compare options, and support decisions.

Why students should learn this math

Students should learn this because building functions is one of the clearest answers to “How does math connect to real life?” A function is how a real situation becomes calculable. If you can build a function, you can turn a story into a tool.

Suppose a student wants to compare two summer job offers. Job A pays $16 per hour. Job B pays $12 per hour plus a $200 signing bonus. A function for Job A might be \(A(h) = 16h\). A function for Job B might be \(B(h) = 200 + 12h\). Once the functions exist, the student can compare them for different hours, graph them, find the break-even point, and make a decision. Without functions, the situation remains verbal. With functions, it becomes analyzable.

Suppose a person is tracking a fitness goal. If they can increase running distance by 0.5 miles each week, a linear function or recursive rule can model the plan. If a population grows by 3 percent per year, an exponential function can model the growth. If a phone loses 10 percent of its remaining battery per hour, an exponential decay rule may fit better than a linear one. Building the right function helps people predict and plan.

This skill is also essential in science. A function can model temperature over time, height of a projectile, concentration of a chemical, spread of a disease, or intensity of light with distance. In engineering, functions model stress, cost, load, signal, motion, and efficiency. In business, functions model revenue, profit, demand, depreciation, and growth. In computer science, functions are literal building blocks of programs: reusable rules that take inputs and produce outputs.

Students should also learn this because it gives them power over word problems. Many students dread word problems because they seem like traps. But building a function gives a process: identify the quantities, choose the input, choose the output, determine how the quantities are related, write the rule, and check it against the context. Word problems become less about guessing the teacher’s intended trick and more about modeling a relationship.

The “why” goes even deeper. Modern life is full of systems that use functions behind the scenes: pricing algorithms, GPS estimates, search rankings, recommendation engines, loan calculators, fitness trackers, climate models, medical dosage tools, and game physics. A person who understands functions is better prepared to question, use, and improve those systems. A person who does not may see only outputs without understanding the machinery.

Building functions also supports creativity. Students often think math is only about finding answers to prewritten problems. But when you build a function, you are creating a representation. You are deciding what matters, what to ignore, what variables to use, and what assumptions to make. That is a creative act with technical discipline.

The historical machinery: from dependency to functions

The function concept developed over a long period. Early mathematics certainly dealt with relationships between quantities, even before the modern word “function” was used. Astronomers, surveyors, builders, merchants, and scientists all used tables and rules connecting one quantity to another. A table of planetary positions, a rule for area, or a conversion between units all reflects functional thinking.

As algebra and analytic geometry developed, mathematicians gained better tools for representing variable relationships. A curve could be described by an equation. A changing quantity could be represented by a symbol. Over time, the idea of a function became more formal: one quantity depends on another according to a rule. Leonhard Euler helped popularize function notation and the language of functions in the eighteenth century, and later mathematicians refined the definition to handle increasingly general relationships.

The rise of calculus made functions central. Calculus studies how quantities change, and to study change you need objects that can vary. Position as a function of time, velocity as a function of time, area as a function of radius, pressure as a function of volume: these relationships became the language of science. Functions allowed mathematicians to describe motion, growth, optimization, and accumulation.

In the modern world, functions are not only mathematical objects but computational objects. In programming, a function takes inputs, performs steps, and returns an output. This is closely related to the school mathematics idea, though programming functions can have additional features. A spreadsheet formula is a function-like rule. A search algorithm is built from function-like processes. A simulation updates values according to rules. Recursive definitions are especially important in computing because many processes repeat step by step.

The historical machinery shows why F-BF.1.a is so central. Students are learning the basic act behind mathematical modeling: express a dependency. When one quantity depends on another, write a rule. When the rule repeats, write a recursion. When the rule has conditions, write a process or piecewise definition. This is how mathematics became a language for science, engineering, economics, and computation.

Where this fits in the big map of mathematics

F-BF.1.a sits at the center of the functions strand. It connects earlier work on equations, graphs, tables, and expressions. It also prepares students for nearly every advanced topic in high school mathematics.

Before this objective, students may evaluate functions, graph relationships, and interpret equations. F-BF.1.a asks them to reverse the direction: do not just use a function; build one. This is a higher-level skill. It requires understanding structure well enough to create it from context.

It connects to linear models. If a situation has a constant rate of change, students can build a function of the form \(f(x) = mx + b\), where \(m\) is the rate and \(b\) is the starting value. It connects to exponential models. If a situation changes by a constant factor or percent over equal intervals, students can build a function of the form \(f(x) = ab^x\), where \(a\) is the initial amount and \(b\) is the growth or decay factor.

It connects to sequences. Arithmetic sequences can be represented explicitly, such as \(a_{n} = a_{1} + (n - 1)d\), or recursively, such as \(a_{n} = a_{n-1} + d\). Geometric sequences can be represented explicitly, such as \(a_{n} = a_{1r}^{n-1}\), or recursively, such as \(a_{n} = r a_{n-1}\). F-BF.1.a prepares for this by showing that some relationships are best described directly and others step by step.

It connects to graphing. Once a function is built, its graph shows the relationship visually. The y-intercept, slope, growth factor, domain, and range all become interpretable. It connects to systems. Two functions can be compared by solving \(f(x) = g(x)\). It connects to statistics, where functions are used to model data. It connects to calculus, where functions become the objects whose rates of change and accumulated values are studied.

In the big map, building functions is the bridge from “math as a subject” to “math as a modeling language.” Arithmetic computes quantities. Algebra expresses relationships. Functions turn relationships into reusable machines. Modeling chooses and tests those machines against reality.

How to execute the skill technically

A strong function-building process begins by defining variables. Do not rush to an equation. First ask: what is the input? What is the output? What units are involved? What does the function name mean? For example, \(C(h)\) might mean cost in dollars after \(h\) hours. Writing this down prevents confusion.

Next, identify the starting value. Does the situation begin with a fixed amount, initial fee, original population, starting height, or baseline value? In a linear function, this often becomes the constant term. In an exponential function, it often becomes the initial factor.

Then identify how the output changes. If the output increases or decreases by the same amount for each equal input step, the relationship is linear. If it is multiplied by the same factor for each equal input step, the relationship is exponential. If it changes according to conditions, thresholds, or stages, a piecewise rule or calculation process may be better.

Consider a linear example. A streaming service charges $9 per month plus a one-time setup fee of $15. Let \(m\) be months and \(C(m)\) be total cost. The starting amount is 15. The rate is 9 dollars per month. The function is

\[C(m) = 15 + 9m\]

The domain may be nonnegative whole numbers if billing occurs by full months.

Consider an exponential example. A town has 8,000 people and grows by 2 percent per year. Let \(t\) be years after now and \(P(t)\) be population. The initial amount is 8,000. The growth factor is 1.02. The function is

\[P(t) = 8000(1.02)^t\]

If the model is used for yearly estimates, \(t\) may be whole numbers. If the model is treated continuously as an approximation, \(t\) may be real numbers, though that requires more advanced assumptions.

Consider a recursive example. A student starts with 10 practice problems on Monday and completes 4 more problems each day. Let \(p(n)\) be the total number completed after \(n\) days. One recursive rule is

\[p(0) = 10\]
\[p(n) = p(n - 1) + 4\]

An explicit formula is

\[p(n) = 10 + 4n\]

Both describe the same linear pattern. The recursive form emphasizes the daily process. The explicit form gives the total directly.

Consider a calculation process. A taxi ride costs $4 to start, $2.50 per mile, and an additional $3 airport fee if the ride begins at the airport. A function could include a variable for miles and a condition for the airport fee. The rule might be described in steps: start with $4, add $2.50m, and add $3 only if the airport condition applies. In higher courses, this could become a piecewise or indicator-variable function. In Integrated Math I, recognizing the process is already valuable.

After writing a function, test it. Choose an input that is easy to reason about and see whether the output makes sense. If \(C(0)\) for a monthly service equals the setup fee, that may be correct. If a population function gives a negative population, something is wrong. If a ticket function gives fractional people in a context requiring whole people, the domain must be restricted.

Finally, interpret the function. Do not stop at the formula. Explain what each part means, what inputs make sense, what outputs mean, and what assumptions the model makes.

A worked example: comparing fundraising plans

A club is choosing between two fundraising plans. Plan A starts with a $100 donation and earns $25 for each event. Plan B starts with no donation but earns $40 for each event. Build functions for both plans.

Let \(e\) be the number of events. Let \(A(e)\) and \(B(e)\) be the total money raised.

Plan A has starting value 100 and rate 25:

\[A(e) = 100 + 25e\]

Plan B has starting value 0 and rate 40:

\[B(e) = 40e\]

These functions now allow comparison. At 0 events, Plan A has $100 and Plan B has $0. At 4 events, Plan A has \(100 + 25(4) = 200\), and Plan B has \(40(4) = 160\). At 7 events, Plan A has $275, and Plan B has $280. The functions show that Plan B eventually catches up because it has the higher rate.

Solving \(100 + 25e = 40e\) gives \(100 = 15e\), so \(e = 6 2/3\). Since events must be whole numbers, Plan B first exceeds Plan A after 7 events. This example shows why building functions is useful: the formulas make comparison precise.

Common mistakes and how to avoid them

A common mistake is failing to define variables. If the equation is written without saying what the variables mean, interpretation becomes shaky. Always name the input, output, and units.

Another mistake is confusing starting value and rate. In \(C(m) = 15 + 9m\), 15 is not the monthly cost. It is the initial fee. The 9 is the monthly cost. Context determines the roles.

Students also confuse linear and exponential change. Adding 5 each month is linear. Increasing by 5 percent each month is exponential. The first uses repeated addition; the second uses repeated multiplication.

Another mistake is using a formula outside its reasonable domain. A model for ticket sales should not allow negative tickets. A model for months may require whole numbers. A model for height over time may stop being meaningful after an object hits the ground. Functions are powerful, but context controls their valid use.

Students sometimes think recursive rules are inferior because they do not give the answer “all at once.” In reality, recursive rules are natural for processes that unfold step by step. They are especially important in sequences, finance, biology, and computing.

A final mistake is treating the function as the real world rather than a model of the real world. A function simplifies. It may ignore random variation, changing rates, limits, or outside factors. Building a function includes making assumptions. Good modelers know what their assumptions are.

What students should be able to say

A student who has mastered this objective should be able to say: “I can read a context, choose input and output variables, and build a function that describes the relationship. I can write an explicit formula when the output can be found directly, a recursive rule when the process repeats step by step, or a calculation process when the situation has stages or conditions. I can explain the meaning of the function’s parts, restrict the domain when needed, and use the function to answer questions.”

That is one of the most important skills in high school mathematics. It is the act of turning the world into a mathematical model.

Problem Library

Problems in the App From This Objective

189 problems across 15 archetypes in the app.

identify initial value and slope.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Build an explicit linear function for A plant starts at 6 cm and grows 2 cm each week. Define variables.

Problem 2

Build an explicit linear function for A taxi costs 4 dollars plus 3 dollars per mile. Define variables.

Problem 3

Build an explicit linear function for A tank starts with 50 gallons and loses 5 gallons per minute. Define variables.

Problem 4

Build an explicit linear function for A person has 100 dollars and saves 10 dollars each week. Define variables.

Problem 5

Build an explicit linear function for A car is 300 miles from home and drives towards it at 50 miles per hour. Define variables.

Open in simulator
Problem 6

Build an explicit linear function for A store starts with 250 shirts and sells 12 shirts per day. Define variables.

Problem 7

Build an explicit linear function for The temperature is 5 degrees Celsius and rises 3 degrees per hour. Define variables.

Problem 8

Build an explicit linear function for A puppy weighs 5 pounds and gains 0.5 pounds each week. Define variables.

Problem 9

Build an explicit linear function for A pool contains 10,000 liters of water and drains at a rate of 200 liters per hour. Define variables.

Problem 10

Build an explicit linear function for A student has 5000 dollars in student loan debt and it increases by 25 dollars each month. Define variables.

Problem 11

Build an explicit linear function for A book has 400 pages and a reader reads 40 pages per day. Define variables.

Problem 12

Build an explicit linear function for A phone battery starts at 100% and drains at 5% per hour. Define variables.

write `f(x)=kx` and define variables.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Build an explicit proportional function for Each ticket costs 9 dollars. Define variables.

Problem 14

Build an explicit proportional function for A runner travels 7 miles each hour. Define variables.

Problem 15

Build an explicit proportional function for Each box holds 24 cans. Define variables.

Problem 16

Build an explicit proportional function for A tutor earns 35 dollars per hour. Define variables.

Problem 17

Build an explicit proportional function for Each serving of cereal contains 120 calories. Define variables.

Problem 18

Build an explicit proportional function for Water weighs 1 kilogram per liter. Define variables.

Problem 19

Build an explicit proportional function for A printer prints 50 pages per minute. Define variables.

Open in simulator
Problem 20

Build an explicit proportional function for A download speed is 150 megabytes per second. Define variables.

Problem 21

Build an explicit proportional function for A car uses 0.05 gallons of fuel per mile. Define variables.

Problem 22

Build an explicit proportional function for Fabric costs 12 dollars per yard. Define variables.

Problem 23

Build an explicit proportional function for Each pack contains 6 pencils. Define variables.

Problem 24

Build an explicit proportional function for Light travels 300,000 kilometers per second. Define variables.

define starting term and common difference.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Build a recursive arithmetic sequence model for A student saves 20 dollars at first and adds 5 dollars each week.

Problem 26

Build a recursive arithmetic sequence model for Row 1 has 12 seats and each next row has 3 more seats.

Problem 27

Build a recursive arithmetic sequence model for A tank has 80 gallons and loses 6 gallons each hour.

Problem 28

Build a recursive arithmetic sequence model for A plant is 10 cm tall and grows 2 cm each day.

Problem 29

Build a recursive arithmetic sequence model for A library starts with 100 books and loses 5 books each month due to damage.

Problem 30

Build a recursive arithmetic sequence model for The first term of a sequence is 7 and each subsequent term is 4 more than the previous one.

Problem 31

Build a recursive arithmetic sequence model for A runner starts a race with 50 points and loses 7 points for every minute over the target time.

Problem 32

Build a recursive arithmetic sequence model for The number of items in a collection starts at 1 and increases by 1 each year.

Problem 33

Build a recursive arithmetic sequence model for A company's debt is 200 dollars and decreases by 25 dollars each week.

Problem 34

Build a recursive arithmetic sequence model for A painter uses 15 gallons of paint for the first room and 8 more gallons for each additional room.

Open in simulator
Problem 35

Build a recursive arithmetic sequence model for A battery starts at 99% charge and loses 11% charge every hour of use.

Problem 36

Build a recursive arithmetic sequence model for A baker bakes 30 cookies on the first day and 6 more cookies each subsequent day.

connect term number to linear expression.
12 problems Warmup Practice Mixed Review Assessment
Problem 37

Build an explicit arithmetic sequence model for Row 1 has 10 seats and each next row has 4 more seats.

Problem 38

Build an explicit arithmetic sequence model for A student starts with 25 pages read and reads 8 more pages each day.

Problem 39

Build an explicit arithmetic sequence model for A machine value starts at 100 and decreases by 7 each period.

Problem 40

Build an explicit arithmetic sequence model for A savings account starts with $5 and increases by $3 each month.

Problem 41

Build an explicit arithmetic sequence model for The initial temperature is 50 degrees Celsius and drops by 5 degrees each hour.

Problem 42

Build an explicit arithmetic sequence model for The first term of a sequence is 1 and the common difference is 2.

Problem 43

Build an explicit arithmetic sequence model for A plant is 0 inches tall when planted and grows 10 inches each week.

Problem 44

Build an explicit arithmetic sequence model for A runner's first lap is 1.5 minutes and each subsequent lap takes 0.5 minutes longer.

Problem 45

Build an explicit arithmetic sequence model for A loan balance starts at $200 and decreases by $15 each month.

Problem 46

Build an explicit arithmetic sequence model for The initial position is -2 and it moves 3 units to the right each second.

Open in simulator
Problem 47

Build an explicit arithmetic sequence model for A water tank contains 1000 liters and drains 50 liters each minute.

Problem 48

Build an explicit arithmetic sequence model for A constant value starts at 7 and does not change.

write `f(x)=ab^x`.
15 problems Warmup Practice Mixed Review Assessment
Problem 49

Build an explicit exponential function for A population starts at 500 and grows by 8 percent each year.

Problem 50

Build an explicit exponential function for A car worth 12000 dollars loses 15 percent of its value each year.

Problem 51

Build an explicit exponential function for A bacteria culture starts at 40 and doubles each hour.

Problem 52

Build an explicit exponential function for An investment of 1000 dollars grows by 4 percent annually.

Problem 53

Build an explicit exponential function for A radioactive substance starts with 200 grams and decays by 10 percent every day.

Problem 54

Build an explicit exponential function for A cell culture begins with 10 cells and triples each hour.

Open in simulator
Problem 55

Build an explicit exponential function for The intensity of light starts at 1000 lux and halves every meter.

Problem 56

Build an explicit exponential function for A population of insects starts at 250 and multiplies by a factor of 1.5 each week.

Problem 57

Build an explicit exponential function for The pressure in a tank starts at 500 psi and decreases by a factor of 0.9 each minute.

Problem 58

Build an explicit exponential function for A savings account with an initial deposit of 5000 dollars earns 2.5 percent interest compounded annually.

Problem 59

Build an explicit exponential function for A new computer depreciates by 20 percent each year from its initial value of 1500 dollars.

Problem 60

Build an explicit exponential function for A rare plant species starts with 5 individuals and increases by 12 percent each year.

Problem 61

Build an explicit exponential function for A chemical reaction starts with 10000 units of a substance, which decreases by 5 percent every hour.

Problem 62

Build an explicit exponential function for A certain type of virus starts with 2 particles and quadruples each hour.

Problem 63

Build an explicit exponential function for The strength of a signal starts at 800 units and quarters each kilometer.

define initial term and common ratio.
12 problems Warmup Practice Mixed Review Assessment
Problem 64

Build a recursive geometric sequence model for A culture starts at 30 cells and doubles each hour.

Problem 65

Build a recursive geometric sequence model for A value starts at 800 and keeps 75 percent each year.

Problem 66

Build a recursive geometric sequence model for A pattern starts at 5 and triples each step.

Problem 67

Build a recursive geometric sequence model for A population of bacteria starts at 100 and grows by a factor of 1.5 every hour.

Problem 68

Build a recursive geometric sequence model for An investment of $1000 earns 5% interest compounded annually.

Problem 69

Build a recursive geometric sequence model for A radioactive substance starts with 200 grams and decays by half every day.

Problem 70

Build a recursive geometric sequence model for A bouncy ball is dropped from a height of 10 feet and bounces back to 80% of its previous height.

Open in simulator
Problem 71

Build a recursive geometric sequence model for The number of viewers for a viral video starts at 2000 and quadruples every day.

Problem 72

Build a recursive geometric sequence model for A plant starts at 12 cm tall and its height increases by 10% each week.

Problem 73

Build a recursive geometric sequence model for A car's value starts at $25,000 and depreciates by 15% each year.

Problem 74

Build a recursive geometric sequence model for A chain letter starts with 2 people and each person sends it to 3 new people.

Problem 75

Build a recursive geometric sequence model for The area of a fractal pattern starts at 64 square units and is reduced by a factor of 1/4 at each iteration.

infer linear or exponential pattern and write rule.
15 problems Warmup Practice Mixed Review Assessment
Problem 76

Build a function rule from the table (0, 5), (1, 8), (2, 11), (3, 14).

Open in simulator
Problem 77

Build a function rule from the table (0, 2), (1, 6), (2, 18), (3, 54).

Problem 78

Build a function rule from the table (1, 10), (2, 15), (3, 20), (4, 25).

Problem 79

Build a function rule from the table (0, 1), (1, 3), (2, 5), (3, 7).

Problem 80

Build a function rule from the table (0, 10), (1, 9), (2, 8), (3, 7).

Problem 81

Build a function rule from the table (0, 4), (1, 4.5), (2, 5), (3, 5.5).

Problem 82

Build a function rule from the table (0, -2), (1, 2), (2, 6), (3, 10).

Problem 83

Build a function rule from the table (1, 12), (2, 9), (3, 6), (4, 3).

Problem 84

Build a function rule from the table (0, 0), (1, 10), (2, 20), (3, 30).

Problem 85

Build a function rule from the table (0, 1), (1, 2), (2, 4), (3, 8).

Problem 86

Build a function rule from the table (0, 5), (1, 10), (2, 20), (3, 40).

Problem 87

Build a function rule from the table (0, 100), (1, 50), (2, 25), (3, 12.5).

Problem 88

Build a function rule from the table (0, 3), (1, 12), (2, 48), (3, 192).

Problem 89

Build a function rule from the table (0, 1), (1, 10), (2, 100), (3, 1000).

Problem 90

Build a function rule from the table (0, 81), (1, 27), (2, 9), (3, 3).

extract intercept/rate or visible growth pattern.
15 problems Warmup Practice Mixed Review Assessment
Problem 91

Build a function from the graph features line with y-intercept 4 and slope 3.

Problem 92

Build a function from the graph features line passing through (0, 10) and decreasing 2 per x-unit.

Problem 93

Build a function from the graph features exponential graph with initial value 5 and doubles each x-unit.

Problem 94

Build a function from the graph features line with y-intercept -2 and slope 5.

Problem 95

Build a function from the graph features line with y-intercept 7 and slope -1.

Problem 96

Build a function from the graph features horizontal line passing through (0, 6).

Problem 97

Build a function from the graph features line with y-intercept 1 and slope 1/2.

Problem 98

Build a function from the graph features line passing through (0, -3) and decreasing by 3/4 per x-unit.

Open in simulator
Problem 99

Build a function from the graph features line passing through the origin with slope 4.

Problem 100

Build a function from the graph features line starting at y=12 and increasing by 3 per x-unit.

Problem 101

Build a function from the graph features exponential graph with initial value 100 and halves each x-unit.

Problem 102

Build a function from the graph features exponential graph with initial value 2 and triples each x-unit.

Problem 103

Build a function from the graph features exponential graph with initial value 80 and a decay factor of 0.8.

Problem 104

Build a function from the graph features exponential graph with initial value 0.5 and a growth factor of 4.

Problem 105

Build a function from the graph features exponential graph with initial value 20 and increases by 10% each x-unit.

write rules for separate intervals and conditions.
12 problems Warmup Practice Mixed Review Assessment
Problem 106

Build a piecewise function for Parking costs 5 dollars for the first hour and 2 dollars for each additional hour h after that.

Problem 107

Build a piecewise function for Shipping is 4 dollars for packages up to 2 pounds and 3 dollars per pound beyond 2 pounds.

Problem 108

Build a piecewise function for Pay is 15 dollars per hour up to 40 hours and 22.50 dollars per overtime hour after 40.

Problem 109

Build a piecewise function for A taxi ride costs 3 dollars initial fee plus 2 dollars per mile for the first 5 miles, and 1.50 dollars per mile for every mile after 5 miles.

Open in simulator
Problem 110

Build a piecewise function for A mobile data plan costs 20 dollars for the first 2 GB of data. Any data used beyond 2 GB costs 5 dollars per GB.

Problem 111

Build a piecewise function for An electricity company charges 0.10 dollars per kWh for the first 500 kWh and 0.15 dollars per kWh for usage over 500 kWh.

Problem 112

Build a piecewise function for A car rental costs 40 dollars per day for the first 3 days and 30 dollars per day for each additional day after 3 days.

Problem 113

Build a piecewise function for Library late fees are 0.25 dollars per day for the first 7 days, and 0.50 dollars per day for each day after the first 7 days.

Problem 114

Build a piecewise function for A water utility charges a flat fee of 10 dollars plus 1.50 dollars per 1000 gallons for the first 10,000 gallons, and 2.00 dollars per 1000 gallons for usage over 10,000 gallons.

Problem 115

Build a piecewise function for T-shirts cost 12 dollars each for the first 10 shirts. For quantities over 10, the price is 10 dollars per shirt for the additional shirts.

Problem 116

Build a piecewise function for A phone call costs 0.05 dollars per minute for the first 20 minutes and 0.03 dollars per minute for every minute after 20 minutes.

Problem 117

Build a piecewise function for Income tax is 10% on the first 10,000 dollars of income and 15% on income over 10,000 dollars.

describe input-output steps before symbolic rule.
12 problems Warmup Practice Mixed Review Assessment
Problem 118

Define a function for the calculation process: start with input x, multiply by 3, then add 7.

Problem 119

Define a function for the calculation process: start with input x, subtract 4, then divide by 2.

Problem 120

Define a function for the calculation process: start with input x dollars, add 8 percent tax.

Problem 121

Define a function for the calculation process: start with input x, add 5, then multiply by 2.

Problem 122

Define a function for the calculation process: start with input x, divide by 3, then subtract 1.

Problem 123

Define a function for the calculation process: start with input x, multiply by 0.5, then add 10.

Problem 124

Define a function for the calculation process: start with input x, subtract 7, then multiply by -1.

Problem 125

Define a function for the calculation process: start with input x, multiply by 2, then subtract 5.

Problem 126

Define a function for the calculation process: start with input x, add 10, then divide by 5.

Problem 127

Define a function for the calculation process: start with input x, divide by 4, then add 3.

Open in simulator
Problem 128

Define a function for the calculation process: start with input x, multiply by -4, then add 1.

Problem 129

Define a function for the calculation process: start with input x, subtract 1, then multiply by 3.

choose representation based on question being asked.
12 problems Warmup Practice Mixed Review Assessment
Problem 130

For the task find the 50th term directly, decide whether an explicit or recursive model is more useful and explain.

Problem 131

For the task generate the next few terms from a starting value, decide whether an explicit or recursive model is more useful and explain.

Problem 132

For the task compare long-term values for two sequences, decide whether an explicit or recursive model is more useful and explain.

Problem 133

For the task determine the 100th term of an arithmetic sequence, decide whether an explicit or recursive model is more useful and explain.

Problem 134

For the task find a general formula for the nth term of a geometric sequence, decide whether an explicit or recursive model is more useful and explain.

Problem 135

For the task calculate the total number of seats in the 20th row of an auditorium where each row has 2 more seats than the previous one, decide whether an explicit or recursive model is more useful and explain.

Problem 136

For the task graph the first 100 terms of a sequence, decide whether an explicit or recursive model is more useful and explain.

Problem 137

For the task check if the number 256 is a term in a given sequence, decide whether an explicit or recursive model is more useful and explain.

Problem 138

For the task model the population growth of bacteria where the next day's population depends on the current day's population, decide whether an explicit or recursive model is more useful and explain.

Problem 139

For the task simulate the spread of a rumor day by day, decide whether an explicit or recursive model is more useful and explain.

Problem 140

For the task find the first 5 terms of a sequence given its first term and a rule relating each term to the one before it, decide whether an explicit or recursive model is more useful and explain.

Open in simulator
Problem 141

For the task calculate the amount of money in a savings account at the end of each month, given an initial deposit and a monthly interest rate, decide whether an explicit or recursive model is more useful and explain.

state rule and valid input values.
12 problems Warmup Practice Mixed Review Assessment
Problem 142

Build a function with restricted domain for C(n)=6n for buying up to 10 tickets.

Problem 143

Build a function with restricted domain for h(t)=50-5t for draining a 50 gallon tank at 5 gallons per minute.

Problem 144

Build a function with restricted domain for P(x)=12x+20 for whole-number items with capacity 30.

Problem 145

Build a function with restricted domain for Cost of renting a bike for up to 8 hours at $15 per hour.

Problem 146

Build a function with restricted domain for Distance traveled by a car moving at 60 mph for a maximum of 3 hours.

Problem 147

Build a function with restricted domain for Number of remaining pages in a 200-page book after reading 'p' pages.

Problem 148

Build a function with restricted domain for Amount of water in a pool initially holding 1000 gallons, being filled at 50 gallons per minute, for up to 10 minutes.

Problem 149

Build a function with restricted domain for Total cost for 'n' items at $25 each, plus a $50 shipping fee, for orders up to 100 items.

Problem 150

Build a function with restricted domain for Height of a plant starting at 10 cm and growing 2 cm per day, for the first two weeks.

Problem 151

Build a function with restricted domain for Number of empty seats in a bus with a capacity of 50, if 'p' passengers are on board.

Problem 152

Build a function with restricted domain for Temperature of an oven starting at 70 degrees F and increasing by 5 degrees per minute for 30 minutes.

Problem 153

Build a function with restricted domain for Total earnings for selling 's' paintings at $150 each, with a maximum of 12 paintings available.

Open in simulator
define dependent and independent variables.
12 problems Warmup Practice Mixed Review Assessment
Problem 154

Build a function from the verbal comparison y is 7 more than x. Define input and output.

Problem 155

Build a function from the verbal comparison the output is twice the input minus 3. Define input and output.

Problem 156

Build a function from the verbal comparison the total is 5 less than three times the number n. Define input and output.

Problem 157

Build a function from the verbal comparison y is 10 more than x. Define input and output.

Problem 158

Build a function from the verbal comparison the output is 5 less than the input. Define input and output.

Problem 159

Build a function from the verbal comparison the total is 4 times the number n. Define input and output.

Problem 160

Build a function from the verbal comparison the value v is 6 more than twice the quantity q. Define input and output.

Problem 161

Build a function from the verbal comparison the result r is 7 less than half the variable z. Define input and output.

Problem 162

Build a function from the verbal comparison p is the product of 3 and q. Define input and output.

Problem 163

Build a function from the verbal comparison the cost c is 20 more than the number of items i. Define input and output.

Problem 164

Build a function from the verbal comparison the score s is 15 less than the maximum possible m. Define input and output.

Problem 165

Build a function from the verbal comparison the weight w is one-fourth of the total mass M. Define input and output.

Open in simulator
create rule and use it accurately.
12 problems Warmup Practice Mixed Review Assessment
Problem 166

Build a function for a taxi costs 4 dollars plus 3 dollars per mile, then evaluate it at m = 8.

Problem 167

Build a function for a plant starts at 6 cm and grows 2 cm per week, then evaluate it at w = 5.

Problem 168

Build a function for a population starts at 100 and doubles each period, then evaluate it at t = 3.

Problem 169

Build a function for a tank holds 500 liters of water and drains at 10 liters per minute, then evaluate it at t = 15.

Problem 170

Build a function for the cost of apples is 1.50 dollars per pound, then evaluate it at p = 7.

Problem 171

Build a function for a bacteria colony starts with 50 cells and triples every hour, then evaluate it at h = 2.

Open in simulator
Problem 172

Build a function for a candle is 20 cm long and burns down 0.5 cm per hour, then evaluate it at h = 10.

Problem 173

Build a function for a radioactive substance starts with 1000 grams and halves each period, then evaluate it at t = 2.

Problem 174

Build a function for a salary of 40000 dollars increases by 2000 dollars each year, then evaluate it at y = 3.

Problem 175

Build a function for the area of a square with side length s cm, then evaluate it at s = 9.

Problem 176

Build a function for the time it takes to travel 120 miles at a speed of s mph, then evaluate it at s = 40.

Problem 177

Build a function for a car rental costs a flat fee of 30 dollars plus 0.25 dollars per mile, then evaluate it at m = 150.

identify wrong rate, wrong initial value, or wrong operation.
12 problems Warmup Practice Mixed Review Assessment
Problem 178

Critique the proposed function C(m) = 20m + 5 for a plan costs 20 dollars plus 5 dollars per month. Identify the error and give a corrected model.

Problem 179

Critique the proposed function V(t) = 500 - 10t for a value decreases by 10 percent each year from 500. Identify the error and give a corrected model.

Open in simulator
Problem 180

Critique the proposed function C(x)=8x for all real x for buying whole tickets at 8 dollars each up to 12 tickets. Identify the error and give a corrected model.

Problem 181

Critique the proposed function C(m) = 3m + 2 for a taxi charges a flat fee of 3 dollars and 2 dollars per mile. Identify the error and give a corrected model.

Problem 182

Critique the proposed function C(m) = 30 + 0.5m for a phone plan costs 30 dollars per month plus a 5 dollar activation fee. Identify the error and give a corrected model.

Problem 183

Critique the proposed function H(w) = 10 - 2w for a plant grows 2 inches per week starting at 10 inches. Identify the error and give a corrected model.

Problem 184

Critique the proposed function A(t) = 1000 * 0.05^t for an investment of 1000 dollars increases by 5 percent each year. Identify the error and give a corrected model.

Problem 185

Critique the proposed function A(s) = s^2 for all real s for the area of a square with side length s. Identify the error and give a corrected model.

Problem 186

Critique the proposed function S(x) = 25x for all real x >= 0 for the number of students in x classes, where each class has 25 students. Identify the error and give a corrected model.

Problem 187

Critique the proposed function P(t) = 2 * (500)^t for a population of 500 bacteria doubles every hour. Identify the error and give a corrected model.

Problem 188

Critique the proposed function C(m) = m / 100 for converting meters to centimeters (1 meter = 100 centimeters). Identify the error and give a corrected model.

Problem 189

Critique the proposed function A(r) = 2 * pi * r for the area of a circle with radius r. Identify the error and give a corrected model.