Math II · F-BF.1.b

Combining Standard Function Types to Build Models

Real systems are rarely controlled by one simple rule. This objective teaches students how to build better models by adding, subtracting, multiplying, or otherwise combining simpler functions into a function that represents a more complete situation.

Concept Functions
Domain Building Functions
Read time 8 minutes

What this learning objective is really asking you to learn

This objective asks students to build new functions by combining functions they already understand. If \(f(x)\) represents one quantity and \(g(x)\) represents another quantity, then \(f(x) + g(x)\), \(f(x) - g(x)\), \(f(x)g(x)\), and sometimes \(f(x)/g(x)\) can represent new quantities. The operation depends on the context. Adding functions may combine two contributions. Subtracting may compare cost and revenue or remove one effect from another. Multiplying may represent an area, a scaled amount, or a combined rate-and-quantity relationship. Dividing may represent an average, unit rate, or ratio when the denominator is meaningful and nonzero.

The main idea is that real models often have parts. A temperature model might include a constant baseline plus a decaying exponential. A profit model might be revenue minus cost. A total cost model might include a fixed fee plus a variable fee. A population model might include starting population plus a growth component. A height model might include starting height, upward motion, and downward acceleration. A student who can combine functions can represent layered situations instead of pretending every situation has only one ingredient.

For example, suppose a company’s revenue is modeled by \(R(x) = -2x^2 + 120x\), and its cost is modeled by \(C(x) = 25x + 400\), where \(x\) is the number of items sold. Profit is revenue minus cost, so:

\[P(x) = R(x) - C(x) = (-2x^2 + 120x) - (25x + 400) = -2x^2 + 95x - 400\].

The profit function is not invented from nowhere. It is built from two functions with different meanings. Revenue tells how much money comes in. Cost tells how much money goes out. Profit is the difference. The arithmetic operation comes from the real meaning of the quantities.

Consider a cooling model. A cup of coffee may approach room temperature over time. One simple model is \(T(t) = 70 + 120(0.85)^t\), where 70 is the room temperature and \(120(0.85)^t\) is the amount by which the coffee is above room temperature. This is a constant function plus a decaying exponential function. The constant baseline and the decay component together describe the actual temperature. Without the constant part, the model might incorrectly predict that the coffee approaches zero degrees. Combining functions makes the model more realistic.

In Math II, students combine mostly familiar function types: linear, quadratic, exponential, constant, and sometimes absolute-value functions. The point is not to perform operations mechanically. The point is to interpret the operation. If two functions have compatible units and represent quantities that can be added, addition is meaningful. If one function represents revenue and another cost, subtraction is meaningful. If one function represents price and another represents number of units sold, multiplication may produce revenue. Units and context decide.

Why students should learn this math

Students should learn this because the world is built from interacting systems. A single function can describe one clean relationship, but real situations often have multiple forces, costs, constraints, or components. Combining functions teaches students to build models with structure.

In personal finance, total monthly cost might be a fixed subscription plus a per-use charge. In business, profit is revenue minus cost. In physics, position can be initial position plus displacement. In medicine, the amount of a drug in the body may reflect a dose added to a decaying previous amount. In environmental science, a population may grow naturally while also being reduced by harvesting or loss. In engineering, total load may be the sum of several forces. The same modeling habit appears everywhere: identify parts, define what each part does, and combine them according to meaning.

This objective also combats a common weakness in math education: students learn many function families separately but do not know how to use them together. Linear functions live in one chapter, quadratics in another, exponentials in another. Real modeling does not respect chapter boundaries. A useful model may combine a constant baseline with an exponential decay, or a linear cost with a quadratic revenue, or a fixed fee with a growth process. Students need to see the map as connected.

There is also an important literacy reason. Many formulas in science, economics, and technology are combinations of simpler relationships. If students can identify the parts, they are less likely to see formulas as random symbol soup. They can ask: What does this term represent? Why are these quantities added? Why are these quantities multiplied? What would change if one part changed? That is the beginning of serious quantitative understanding.

The historical machinery behind combining functions

Function combination is part of the long development of algebra as a language for systems. Ancient mathematical problems often combined quantities: total area from several shapes, total cost from several trades, total distance from several segments. Even before formal function notation, people were combining relationships.

As symbolic algebra developed, mathematicians gained the ability to represent complicated relationships by assembling simpler expressions. The emergence of function notation made this even more powerful. Once a relationship could be named \(f(x)\), it could be added to another relationship \(g(x)\), subtracted, multiplied, transformed, or compared. This turned functions into objects that could be operated on, not just rules to evaluate.

Science made function combination indispensable. In physics, forces combine. Energy terms combine. Motion can be modeled by adding initial position, velocity contribution, and acceleration contribution. In economics, profit combines revenue and cost. In probability and statistics, models combine baseline effects and variable effects. In engineering, total response often comes from several component responses.

The idea of superposition, especially in physics and engineering, is one historical example of the power of adding functions. In some systems, the total effect of multiple inputs is the sum of their individual effects. Not all systems are that simple, but the concept shows why function addition became so important. Multiplication of functions is equally central when one quantity scales another: price times quantity, density times volume, rate times time, probability factors under independence, or dimensions multiplied to form area.

This historical machinery teaches a practical lesson: complex formulas are often built from simpler meanings. Students who can decompose and recombine functions are learning to read and create the language of modern modeling.

Technical execution: how to combine functions correctly

The first step is to define each component function. What does \(f(x)\) represent? What does \(g(x)\) represent? What are their units? What inputs make sense? A combined function is only meaningful if the pieces are meaningful.

For addition, the outputs must represent quantities that can sensibly be added. If \(F(t)\) is a fixed fee and \(V(t)\) is a variable charge, total cost might be \(C(t) = F(t) + V(t)\). If \(F(t) = 20\) and \(V(t) = 3t\), then \(C(t) = 20 + 3t\). In Math II, a more complex example might be \(T(t) = 68 + 42(0.9)^t\), where the constant function 68 represents room temperature and the exponential term represents excess temperature.

For subtraction, one quantity is removed from or compared with another. Profit is the classic example: \(P(x) = R(x) - C(x)\). If \(R(x) = x(100 - 2x)\) because price depends on demand, and \(C(x) = 20x + 300\), then profit is:

\[P(x) = x(100 - 2x) - (20x + 300)\].

Expanding gives \(P(x) = -2x^2 + 80x - 300\), a quadratic function. The quadratic did not appear magically; it came from multiplying price by quantity and subtracting cost.

For multiplication, students should ask what product the context describes. Area is length times width. Revenue is price times quantity. A scaled population might be a base population multiplied by a survival factor. Suppose the number of customers is modeled by \(n(p) = 500 - 20p\), and the price is \(p\). Revenue is \(R(p) = p(500 - 20p)\), which is a quadratic. This example is important because it shows how quadratics often arise from multiplying linear relationships.

For division, students must be especially cautious. If total cost is \(C(x)\) and number of units is \(x\), then average cost may be \(A(x) = C(x)/x\), but only when \(x > 0\). Division creates domain restrictions because the denominator cannot be zero. Even if division is not the main focus of the course emphasis, students should learn that operations affect domains.

Combining functions also requires attention to domain. The domain of \(f + g\) includes inputs that are allowed for both \(f\) and \(g\). If one component only makes sense for whole numbers and another for nonnegative values, the combined model must respect both restrictions. In a real context, domain is not just algebraic. You cannot sell a negative number of tickets. You cannot wait negative time in most models. You cannot divide by zero units.

Students should also distinguish combining functions from composing functions. In \(f(x) + g(x)\), both functions receive the same input and their outputs are combined. In \(f(g(x))\), the output of one function becomes the input of another. This objective focuses on arithmetic combinations, but understanding the difference prepares students for later work.

What this math represents in real life

Combining functions represents systems made of parts. In a business, revenue, cost, tax, discount, and profit are connected. In a physical system, starting conditions, forces, and environmental effects combine. In a biological system, growth and loss may happen at the same time. In a digital system, a baseline signal may be combined with noise or adjustment. In design, total cost may include material, labor, shipping, and waste.

A simple but powerful example is profit. Students often learn revenue and cost separately, but businesses care about their difference. A product can have high revenue and still lose money if cost is higher. A quadratic revenue function combined with a linear cost function can reveal break-even points and maximum profit. This is a direct answer to “Why am I learning this?” The math describes decisions.

Another example is temperature. A model with only exponential decay toward zero may be wrong because real cooling often approaches surrounding temperature, not absolute zero. Adding a constant baseline creates a better model. Students see that combining functions is not just algebra; it improves realism.

Where this fits in the big map of mathematics

In the full map, function combination is one of the major ways mathematics builds complexity. Basic functions are like vocabulary words. Combining functions creates sentences. Later courses expand this idea through composition, inverses, transformations, piecewise definitions, polynomial operations, rational expressions, series, and differential equations.

This objective also reinforces expression structure. When students combine functions, they create expressions with terms, factors, and coefficients that need interpretation. A combined profit function might be quadratic, and students may then factor it to reveal break-even points or complete the square to reveal maximum profit. This connects directly back to Objectives 070 and 071.

The objective also connects to modeling with data. A fitted model may have a baseline term plus a growth term. A regression formula may combine several predictors. A scientific model may include multiple components. Function combination is the early algebraic version of this broader modeling practice.

Common student traps and how to avoid them

One trap is combining functions without meaning. Students may add two formulas simply because they are given two formulas. The operation must come from the context.

A second trap is ignoring units. You can add dollars to dollars, but you cannot directly add dollars to people or degrees to hours. Units reveal whether an operation makes sense.

A third trap is losing parentheses. In \(R(x) - C(x)\), subtracting the whole cost function requires distributing the minus sign. \((-2x^2 + 120x) - (25x + 400)\) becomes \(-2x^2 + 95x - 400\), not \(-2x^2 + 145x + 400\).

A fourth trap is forgetting domain restrictions. A combined model may inherit restrictions from all of its parts. A formula may be algebraically defined for many inputs but contextually meaningful for only some.

Problem Library

Problems in the App From This Objective

150 problems across 12 archetypes in the app.

form and interpret `(f+g)(x)`.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Add functions f(x)=2x+5 and g(x)=x^2-3 to model a combined quantity.

Problem 2

Add functions f(t)=100(1.05)^t and g(t)=20 to model a combined quantity.

Problem 3

Add functions f(n)=3n^2 and g(n)=4n+1 to model a combined quantity.

Problem 4

Add functions f(x)=x^2-1 and g(x)=-2x+7 to model a combined quantity.

Problem 5

Add functions f(x)=3x+2 and g(x)=x-1 to model a combined quantity.

Problem 6

Add functions f(y)=2y^2-5y and g(y)=-y^2+3y+4 to model a combined quantity.

Problem 7

Add functions f(t)=5(2)^t and g(t)=3t+1 to model a combined quantity.

Problem 8

Add functions f(z)=z^3+2z-5 and g(z)=-z^3+4z^2+10 to model a combined quantity.

Problem 9

Add functions f(x)=-4x+7 and g(x)=12 to model a combined quantity.

Open in simulator
Problem 10

Add functions f(m)=0.5m^2+2m and g(m)=1.5m^2-m+3 to model a combined quantity.

Problem 11

Add functions f(x)=3x^3-x^2+5x-2 and g(x)=-3x^3+2x^2-4x+8 to model a combined quantity.

Problem 12

Add functions f(p)=200(0.9)^p and g(p)=50 to model a combined quantity.

form and interpret `(f-g)(x)`.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Subtract functions R(x)=x(50-x) and C(x)=100 to model net value or difference.

Problem 14

Subtract functions f(t)=80 and g(t)=16t^2 to model net value or difference.

Problem 15

Subtract functions A(x)=x^2+5x and B(x)=2x+3 to model net value or difference.

Problem 16

Subtract functions P(n)=200(1.1)^n and Q(n)=50 to model net value or difference.

Problem 17

Subtract functions f(x)=3x^2+2x-1 and g(x)=x^2-5x+4 to model net value or difference.

Problem 18

Subtract functions h(t)=5t+10 and k(t)=2t-3 to model net value or difference.

Problem 19

Subtract functions M(p)=1000 and N(p)=50p to model net value or difference.

Problem 20

Subtract functions D(r)=4\pi r^2 and E(r)=\pi r^2 to model net value or difference.

Problem 21

Subtract functions V(x)=x^3-2x^2+x and W(x)=x^3+x^2-3x to model net value or difference.

Open in simulator
Problem 22

Subtract functions S(t)=250e^{0.05t} and T(t)=100 to model net value or difference.

Problem 23

Subtract functions C_1(q)=0.5q^2+10q+50 and C_2(q)=0.2q^2+5q+20 to model net value or difference.

Problem 24

Subtract functions U(y)=\sqrt{y}+7 and V(y)=3 to model net value or difference.

interpret product of dependent quantities.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Multiply functions w(x)=x+3 and l(x)=x+8 to model area or revenue.

Problem 26

Multiply functions p(q)=q and d(q)=60-q to model area or revenue.

Problem 27

Multiply functions s(x)=2x and h(x)=x-5 to model area or revenue.

Problem 28

Multiply functions c(x)=5 and a(x)=x^2+4x to model area or revenue.

Problem 29

Multiply functions f(t)=t-2 and g(t)=t+7 to model area or revenue.

Problem 30

Multiply functions L(w)=3w and W(w)=w+4 to model area or revenue.

Problem 31

Multiply functions h(x)=x+1 and b(x)=x^2+2x-3 to model area or revenue.

Problem 32

Multiply functions P(s)=s^2-9 and Q(s)=s+3 to model area or revenue.

Problem 33

Multiply functions k(m)=10 and j(m)=m-5 to model area or revenue.

Open in simulator
Problem 34

Multiply functions f(x)=x^2+1 and g(x)=x^2-4 to model area or revenue.

Problem 35

Multiply functions f(y)=5-y and g(y)=2+y to model area or revenue.

Problem 36

Multiply functions f(z)=2z+3 and g(z)=z-1 to model area or revenue.

interpret quotient and state restrictions.
12 problems Warmup Practice Mixed Review Assessment
Problem 37

Divide functions C(n)=50n+100 and n to model an average or unit rate and state restrictions.

Problem 38

Divide functions d(t)=120 and t to model an average or unit rate and state restrictions.

Problem 39

Divide functions m(V)=8V and V to model an average or unit rate and state restrictions.

Problem 40

Divide functions P(x)=x^2-9 and x-3 to model an average or unit rate and state restrictions.

Problem 41

Divide functions A(w)=w^2+5w and w to model an average or unit rate and state restrictions.

Problem 42

Divide functions V(r)=(4/3)*pi*r^3 and r to model an average or unit rate and state restrictions.

Problem 43

Divide functions T(h)=3h+12 and h+4 to model an average or unit rate and state restrictions.

Problem 44

Divide functions N(x)=x^2-4x+4 and x-2 to model an average or unit rate and state restrictions.

Open in simulator
Problem 45

Divide functions C(q)=1000+5q and q to model an average or unit rate and state restrictions.

Problem 46

Divide functions D(s)=s^3-27 and s-3 to model an average or unit rate and state restrictions.

Problem 47

Divide functions R(p)=200p and p to model an average or unit rate and state restrictions.

Problem 48

Divide functions f(x)=x^2+7x+10 and x+5 to model an average or unit rate and state restrictions.

build composite arithmetic model.
15 problems Warmup Practice Mixed Review Assessment
Problem 49

Combine a linear and quadratic function for context: Revenue is R(p)=p(40-p) and cost is C(p)=100+2p. Build profit.

Problem 50

Combine a linear and quadratic function for context: Height is h(t)=-16t^2+64t and a reference line is r(t)=20. Build height above reference.

Problem 51

Combine a linear and quadratic function for context: Area is A(x)=x^2+5x and border cost is B(x)=3x. Build total expression.

Problem 52

Combine a linear and quadratic function for context: Quadratic demand is D(p)=100-p^2 and a linear adjustment is L(p)=4p. Build adjusted demand.

Problem 53

Combine a linear and quadratic function for context: A city's population growth is modeled by P(t)=100t^2+5000 and net migration is M(t)=200t. Build total population.

Problem 54

Combine a linear and quadratic function for context: A force is F(x)=5x^2-10x and a resistive force is R(x)=2x. Build net force.

Problem 55

Combine a linear and quadratic function for context: Material cost is M(q)=0.5q^2+10q and labor cost is L(q)=5q+50. Build total cost.

Problem 56

Combine a linear and quadratic function for context: Initial quantity is Q(t)=500-2t^2 and consumption is C(t)=10t. Build remaining quantity.

Problem 57

Combine a linear and quadratic function for context: Base crop yield is Y(f)=-f^2+20f and fertilizer effect is E(f)=5f. Build total yield.

Problem 58

Combine a linear and quadratic function for context: Value A is V_A(x)=3x^2+7x and Value B is V_B(x)=2x+5. Build the difference V_A - V_B.

Open in simulator
Problem 59

Combine a linear and quadratic function for context: Machine A's output is A(h)=-0.1h^2+10h and Machine B's output is B(h)=5h. Build combined output.

Problem 60

Combine a linear and quadratic function for context: Revenue is R(x)=100x-x^2 and fixed costs are F(x)=20x+50. Build net profit.

Problem 61

Combine a linear and quadratic function for context: Displacement is d(t)=0.5t^2+3t and initial position is p(t)=5t. Build total distance from origin.

Problem 62

Combine a linear and quadratic function for context: Area of a main section is A_1(w)=w^2+8w and an additional section is A_2(w)=2w. Build total area.

Problem 63

Combine a linear and quadratic function for context: Initial temperature change is T_i(x)=-0.5x^2+10x and a subsequent change is T_s(x)=2x. Build the net temperature change.

model simultaneous additive and multiplicative quantities.
15 problems Warmup Practice Mixed Review Assessment
Problem 64

Combine a linear and exponential function for context: A baseline fee grows linearly as L(t)=10t and an account grows as A(t)=100(1.05)^t. Build total.

Problem 65

Combine a linear and exponential function for context: A target line is G(t)=500+20t and a population is P(t)=300(1.1)^t. Build population minus target.

Problem 66

Combine a linear and exponential function for context: A machine has fixed linear maintenance M(n)=50n and resale value V(n)=2000(0.8)^n. Build net value after maintenance.

Problem 67

Combine a linear and exponential function for context: Savings grows as S(t)=400(1.02)^t and deposits add linearly D(t)=25t. Build combined amount.

Problem 68

Combine a linear and exponential function for context: A company's production cost is C(x)=15x and its revenue from a specific product line is R(x)=5000(0.95)^x. Build the profit function.

Problem 69

Combine a linear and exponential function for context: A base population of cells grows linearly as F(h)=100+5h and a new strain grows exponentially as G(h)=200(1.03)^h. Build the total count function.

Problem 70

Combine a linear and exponential function for context: The remaining distance to a destination is D(m)=200-10m and a vehicle's speed increases as S(m)=50(1.2)^m. Build the difference function of speed minus distance.

Problem 71

Combine a linear and exponential function for context: A worker completes tasks at a rate of W(d)=30d and the available energy in a system depletes as E(d)=1000(0.9)^d. Build the combined output function.

Problem 72

Combine a linear and exponential function for context: The annual operating cost for equipment is C(y)=2000+150y and its market value depreciates as V(y)=15000(0.85)^y. Build the net value function.

Problem 73

Combine a linear and exponential function for context: A plant's height grows linearly as P(x)=50+2x and an insect population grows exponentially as I(x)=10(1.5)^x. Build the total population function.

Problem 74

Combine a linear and exponential function for context: A natural resource depletes as R(k)=1000-50k and a bacterial colony grows as B(k)=20(1.08)^k. Build the difference function of resource minus bacteria.

Problem 75

Combine a linear and exponential function for context: Monthly sales increase linearly as S(m)=500+10m and advertising reach grows as A(m)=200(1.04)^m. Build the total impact function.

Problem 76

Combine a linear and exponential function for context: Energy consumption for a process is E(h)=25h and the power output of a decaying battery is P(h)=1000(0.98)^h. Build the net power function.

Open in simulator
Problem 77

Combine a linear and exponential function for context: The base cost of a project increases linearly as C(w)=500+75w and its scope grows exponentially as G(w)=100(1.15)^w. Build the combined scope and cost function.

Problem 78

Combine a linear and exponential function for context: A quantity decreases linearly as L(x)=300-5x and another quantity grows exponentially as E(x)=10(2)^x. Build the difference function of the exponential quantity minus the linear quantity.

substitute input and perform arithmetic.
12 problems Warmup Practice Mixed Review Assessment
Problem 79

Evaluate the combined function (f+g)(2) for f(x)=x^2+3, g(x)=2x-1, at x=2.

Problem 80

Evaluate the combined function (f-g)(3) for f(x)=5x+4, g(x)=x^2, at x=3.

Problem 81

Evaluate the combined function (fg)(4) for f(t)=2t, g(t)=t+5, at t=4.

Problem 82

Evaluate the combined function (f/g)(3) for f(x)=x^2-1, g(x)=x-1, at x=3.

Problem 83

Evaluate the combined function (f+g)(1) for f(x)=3x+2, g(x)=x^2, at x=1.

Problem 84

Evaluate the combined function (f-g)(2) for f(x)=x^2+5, g(x)=x+1, at x=2.

Problem 85

Evaluate the combined function (fg)(5) for f(y)=y-3, g(y)=y+2, at y=5.

Problem 86

Evaluate the combined function (f/g)(3) for f(z)=z^2+z, g(z)=z+1, at z=3.

Open in simulator
Problem 87

Evaluate the combined function (f+g)(-1) for f(x)=x^2, g(x)=3x+1, at x=-1.

Problem 88

Evaluate the combined function (f-g)(4) for f(t)=t^2-t, g(t)=2t, at t=4.

Problem 89

Evaluate the combined function (fg)(2) for f(x)=0.5x, g(x)=2x+1, at x=2.

Problem 90

Evaluate the combined function (f/g)(1) for f(x)=x^3+1, g(x)=x+1, at x=1.

combine corresponding outputs.
12 problems Warmup Practice Mixed Review Assessment
Problem 91

Use table values x: 1,2,3; f(x): 4,7,10; g(x): 2,5,8 to evaluate (f+g)(2).

Problem 92

Use table values x: 0,1,2; f(x): 9,6,3; g(x): 1,2,4 to evaluate (f-g)(1).

Open in simulator
Problem 93

Use table values x: 2,4,6; f(x): 3,5,7; g(x): 10,8,6 to evaluate (fg)(4).

Problem 94

Use table values x: 1,3,5; f(x): 12,18,24; g(x): 2,3,4 to evaluate (f/g)(3).

Problem 95

Use table values x: -1,0,1; f(x): 5,10,15; g(x): 1,2,3 to evaluate (f+g)(0).

Problem 96

Use table values x: 10,20,30; f(x): 100,80,60; g(x): 5,10,15 to evaluate (f-g)(20).

Problem 97

Use table values x: 5,10,15; f(x): 2,4,6; g(x): 3,5,7 to evaluate (fg)(10).

Problem 98

Use table values x: 1,2,3; f(x): 20,30,40; g(x): 2,5,10 to evaluate (f/g)(2).

Problem 99

Use table values x: -2,-1,0; f(x): -5,0,5; g(x): 1,2,3 to evaluate (f+g)(-1).

Problem 100

Use table values x: -3,-2,-1; f(x): 10,5,0; g(x): -1,-2,-3 to evaluate (f-g)(-2).

Problem 101

Use table values x: 0,1,2; f(x): -2,-4,-6; g(x): 3,5,7 to evaluate (fg)(1).

Problem 102

Use table values x: 4,5,6; f(x): -10,-20,-30; g(x): 2,5,10 to evaluate (f/g)(5).

intersect domains and exclude quotient zeros.
12 problems Warmup Practice Mixed Review Assessment
Problem 103

Determine the domain of combined function (f+g)(x), f domain all real, g domain x>=2.

Problem 104

Determine the domain of combined function (f/g)(x), f(x)=x+1 and g(x)=x-4.

Problem 105

Determine the domain of combined function sqrt(x-3)+x^2.

Problem 106

Determine the domain of combined function (x+2)/(x^2-9).

Problem 107

Determine the domain of combined function 1/sqrt(x-5).

Problem 108

Determine the domain of combined function sqrt(x^2-4).

Problem 109

Determine the domain of combined function sqrt(x+1)/(x-2).

Problem 110

Determine the domain of combined function ln(x-3).

Open in simulator
Problem 111

Determine the domain of combined function log(x^2-x-6).

Problem 112

Determine the domain of combined function (x+5)/sqrt(x-1).

Problem 113

Determine the domain of combined function sqrt(x-2) + sqrt(5-x).

Problem 114

Determine the domain of combined function (2x-1)/(x^2+x-6).

distinguish total, difference, product, and ratio.
12 problems Warmup Practice Mixed Review Assessment
Problem 115

Choose the function arithmetic operation that matches context: Total attendance is students plus guests.

Problem 116

Choose the function arithmetic operation that matches context: Profit is revenue minus cost.

Problem 117

Choose the function arithmetic operation that matches context: Area is length times width.

Problem 118

Choose the function arithmetic operation that matches context: Average cost is total cost divided by number of items.

Problem 119

Choose the function arithmetic operation that matches context: The total number of students is the sum of students in class A and class B.

Problem 120

Choose the function arithmetic operation that matches context: The net profit is the revenue minus the expenses.

Problem 121

Choose the function arithmetic operation that matches context: The total distance traveled is the average speed multiplied by the time.

Problem 122

Choose the function arithmetic operation that matches context: The cost per liter is the total cost divided by the number of liters.

Problem 123

Choose the function arithmetic operation that matches context: The combined weight of two packages is the weight of the first package plus the weight of the second package.

Problem 124

Choose the function arithmetic operation that matches context: The difference in height is the taller person's height minus the shorter person's height.

Problem 125

Choose the function arithmetic operation that matches context: The total number of items is the number of boxes times the items per box.

Open in simulator
Problem 126

Choose the function arithmetic operation that matches context: The average score is the total points divided by the number of games.

connect combined expression to context behavior.
12 problems Warmup Practice Mixed Review Assessment
Problem 127

Interpret the feature of combined model P(x)=x(40-x)-100: zero.

Problem 128

Interpret the feature of combined model D(t)=300(1.1)^t-(500+20t): positive value.

Problem 129

Interpret the feature of combined model T(x)=x^2+8x+12: y-intercept.

Problem 130

Interpret the feature of combined model A(t)=400(1.02)^t+25t: linear term.

Open in simulator
Problem 131

Interpret the feature of combined model P(x) = (50x - x^2) - (10x + 20): 50x - x^2.

Problem 132

Interpret the feature of combined model H(t) = 200 - 16t^2: H(t) = 0.

Problem 133

Interpret the feature of combined model C(x) = 1000 + 50x + 0.1x^2: 1000.

Problem 134

Interpret the feature of combined model D(t) = 500(1.03)^t - 600: D(t) > 0.

Problem 135

Interpret the feature of combined model A(x) = (100 + 2x) / x: horizontal asymptote.

Problem 136

Interpret the feature of combined model S(t) = 100(0.8)^t + 5t: 100.

Problem 137

Interpret the feature of combined model N(x) = (x^2 + 5x + 10) - (2x + 4): vertex of the quadratic part.

Problem 138

Interpret the feature of combined model B(t) = 2000 - 50t - 10t^2: negative value.

catch wrong operation, grouping, domain, or interpretation.
12 problems Warmup Practice Mixed Review Assessment
Problem 139

Correct the error in this combined-function model: Profit from R(x)=x(50-x) and C(x)=100 is P(x)=R(x)+C(x).

Problem 140

Correct the error in this combined-function model: For f(x)=x+1 and g(x)=x-3, (f/g)(x)=(x+1)/(x-3) with no restrictions.

Problem 141

Correct the error in this combined-function model: Area from l(x)=x+4 and w(x)=x is A(x)=x+4+x.

Problem 142

Correct the error in this combined-function model: (f-g)(x) for f=x^2 and g=2x+1 is x^2-2x+1.

Open in simulator
Problem 143

Correct the error in this combined-function model: For f(x)=2x and g(x)=x+1, (f o g)(x) = 2x+1.

Problem 144

Correct the error in this combined-function model: For f(x)=x-5, sqrt(f(x)) = sqrt(x-5) with no domain restrictions.

Problem 145

Correct the error in this combined-function model: Perimeter of a rectangle with length L(x)=x+2 and width W(x)=x is P(x)=(x+2)x.

Problem 146

Correct the error in this combined-function model: If f(x)=x and g(x)=3, then (f+g)^2(x) = x^2+9.

Problem 147

Correct the error in this combined-function model: For f(x)=x^2 and g(x)=x+1, (g/f)(x) = x^2/(x+1).

Problem 148

Correct the error in this combined-function model: For f(x)=x^2-4 and g(x)=x-2, (f/g)(x) = (x^2-4)/(x-2) with no restrictions.

Problem 149

Correct the error in this combined-function model: For f(x)=x and g(x)=2, the square of their product is (x^2)(2^2).

Problem 150

Correct the error in this combined-function model: For f(x)=x^2 and g(x)=x-1, (f o g)(x) = x^2-1.