Math I · F-IF.5

Relating a Function's Domain to Its Graph and Real-World Meaning

Domain is the difference between a graph that is mathematically possible and a model that actually makes sense. It tells you what inputs are allowed, realistic, measurable, or meaningful.

Concept Functions
Domain Interpreting Functions
Read time 10 minutes

What this learning objective is really asking you to learn

This objective asks students to understand what inputs a function is allowed to accept and why those inputs matter. The set of allowed inputs is called the domain. In a pure formula, the domain might be determined by algebraic restrictions. In a real-world model, the domain is often determined by meaning. A graph can show a line stretching forever, but the real situation may only make sense for nonnegative time, whole numbers of people, realistic temperatures, or a limited range of measurements.

For example, the function \(C(x) = 12x + 50\) might represent the cost of producing \(x\) shirts. As a pure algebraic expression, you could plug in almost any real number for \(x\). You could calculate \(C(-3)\) or \(C(2.7)\). But in the real situation, negative shirts do not make sense, and fractional shirts may not make sense if shirts are counted as completed items. A reasonable domain might be whole numbers \(x \ge 0\). The formula alone does not tell the whole story. The context restricts the inputs.

This is why domain is not a boring technical detail. Domain is how a function stays honest. It tells us where the model applies. Without domain, a model can make absurd predictions. A linear model for a child's height might work over a few years, but if extended backward it could predict a negative height before birth, and if extended forward it could predict a thirty-foot adult. The formula may continue forever, but the model should not.

Graphically, domain appears as the horizontal extent of the graph. If the graph exists only from \(x = 0\) to \(x = 10\), then the domain is from 0 to 10, possibly including or excluding endpoints depending on the situation. A filled endpoint means the value is included. An open endpoint means the value is not included. Discrete points may mean the domain consists only of separated inputs, such as whole numbers.

The objective asks students to connect three things: the function's rule, the graph, and the real-world quantities. A student should be able to say, “The graph starts at \(x = 0\) because time cannot be negative,” or “The input must be a positive integer because the function counts engines,” or “The domain is limited to 0 through 100 because percent values outside that range are not possible in this context.”

Why students should learn this math

Students should learn domain because real-world math is full of boundaries. You cannot buy -4 tickets. You cannot have 2.6 people assigned to a bus seat in an ordinary counting model. A company cannot sell more items than it has in inventory. A phone battery percentage should stay between 0 and 100. A probability must be between 0 and 1. A rectangle side length cannot be negative. A school grade might be capped at 100 percent. A delivery time cannot be before the order is placed unless the model includes previous scheduling.

When students ignore domain, they may perform correct algebra and still give a wrong answer. That is one reason students sometimes feel math is disconnected from real life. They learn to manipulate symbols but not to ask whether the result makes sense. Domain brings meaning back into the work. It makes students ask: What does the input represent? What values are possible? What values are reasonable? What values are included? What values are excluded?

Domain is also critical in technology and data. A computer program must know what inputs are valid. If an app asks for age, it should not accept -12. If a form asks for number of guests, it should not accept 3.8. If a database stores dates, it must know the allowed range. If a calculator function involves division, it must avoid dividing by zero. If a square-root model represents a physical length, the input may need to be nonnegative. Every serious system has input restrictions.

In science, domain tells where a model has been tested. A medical dosage model may apply only to adults within a certain weight range. An engineering formula may apply only when temperature, pressure, or material limits stay within a safe range. A climate model may be meaningful over certain time scales but not others. A business forecast may be reliable only near the range of observed data. Domain is how responsible modelers say, “This is where the model should be trusted.”

Domain also affects fairness and decision-making. Suppose a model predicts student success based on attendance and prior grades. What students were included in the data used to build the model? What range of attendance values? What schools? What conditions? The domain of the model is not just mathematical; it is ethical. A model used outside its meaningful domain can produce misleading or harmful conclusions. Math I domain work is an early version of that larger lesson.

Where this objective fits on the full map of mathematics

Domain is part of the foundation of functions. In Objective 019, students learn that a function maps each input in its domain to exactly one output. In Objective 020, students evaluate functions using notation. In Objective 021, students see that sequences have domains that are subsets of integers. In Objective 022, students interpret graph features. Now, Objective 023 makes the input set itself a central object of study.

On the big map, domain connects algebra, graphing, modeling, and logic. Algebra may restrict domain when certain operations are impossible. Division by zero is undefined. Square roots of negative numbers are not real numbers in a real-valued function. Logarithms require positive inputs. Even before students study all of those cases formally, they can learn the habit of asking what inputs are allowed.

Graphing makes domain visible. The horizontal span of a graph represents the inputs being considered. A full line might show all real numbers. A ray might show inputs starting at a value and continuing forever. A segment might show a limited interval. A set of separate points might show discrete inputs. Open and closed circles show excluded and included endpoints. When students understand graph-domain connections, they stop seeing graphs as drawings and start seeing them as representations of input-output rules.

Modeling gives domain its real-world meaning. A formula can often be extended beyond the context, but a model should not be trusted outside its meaningful domain. This is one of the great differences between school algebra and real applied mathematics. In pure algebra, \(y = 2x + 3\) is a line over all real numbers. In a business context, \(x\) may be units sold, so only certain values make sense. In a science context, \(x\) may be time during an experiment, so the domain may be the duration of the experiment.

Later courses return to domain again and again. Quadratic models may have restricted domains in projectile motion. Rational functions exclude values that make denominators zero. Radical functions require attention to nonnegative radicands. Inverse functions may require restricted domains to be functions. Trigonometric functions have periodic domains and range restrictions when inverted. Statistics and data science require attention to the population or range where conclusions apply. Domain is not a one-time topic. It is a permanent modeling habit.

The historical machinery behind domain

The word “function” did not always mean exactly what it means now. Earlier mathematicians often thought of functions mainly as formulas. Over time, especially through the development of calculus, analysis, and set theory, mathematicians refined the concept. A modern function is not just an expression; it is a relationship with a domain, a codomain or target set, and a rule assigning outputs to inputs.

This refinement mattered because mathematicians discovered strange and powerful examples. Some functions were not given by simple formulas. Some were defined in pieces. Some behaved differently on rational and irrational inputs. Some were continuous everywhere, others had jumps, and others were wildly irregular. To handle all this, mathematicians needed precise language. Domain became essential: before asking what a function does, you must know what inputs it accepts.

In applied mathematics, domain has always been connected to measurement and meaning. Ancient geometry dealt with lengths, areas, and volumes, which are naturally nonnegative. Astronomy dealt with angles and time cycles. Commerce dealt with counts and quantities. Even if people did not use the modern word “domain,” they understood that certain inputs were meaningful and others were not.

Modern technology has made domain even more important. Software systems must validate input. Engineering models must specify operating ranges. Statistical models must describe the population and data range. Machine learning systems must be evaluated on whether new data resembles training data. These are all sophisticated versions of the same Math I idea: the model only makes sense for certain inputs.

The technical machinery: types of domains

There are several common domain types students should recognize.

A continuous interval domain includes every real number between two values. For example, if a function models the temperature of water during the first 10 minutes of heating, the domain might be \(0 \le t \le 10\). Time can be 2.5 minutes or 7.83 minutes, so a continuous interval makes sense.

A nonnegative domain includes values greater than or equal to zero. Many real quantities use this: distance, time after a start, number of items, length, mass, cost, area, and volume. A graph for such a model should often begin at \(x = 0\) instead of extending left forever.

A discrete domain includes separated values, often integers or whole numbers. If the input is number of people, number of engines, number of tickets, number of weeks, or stage number in a pattern, then the domain may be discrete. The graph should be shown as points rather than a continuous line if intermediate values do not make sense.

A bounded domain has both lower and upper limits. If a parking lot holds at most 200 cars, then a function involving number of cars may have domain from 0 to 200. If a phone battery percentage is modeled, the input or output may be bounded by 0 and 100. If a school fundraiser sells tickets for a venue with 500 seats, the number of tickets sold cannot exceed 500.

An algebraically restricted domain occurs when the expression itself forbids certain inputs. In Math I, students may not yet handle all advanced cases, but they can begin with simple examples. A function such as \(f(x) = 10/x\) cannot accept \(x = 0\) because division by zero is undefined. A square-root function in real numbers cannot accept inputs that make the expression under the radical negative. These restrictions come from mathematical structure rather than only context.

A contextual domain is chosen because of the situation. The formula may work algebraically for more inputs, but the model does not. This is the most important type for Math I modeling. For \(C(x) = 25 + 8x\), the formula accepts all real \(x\), but if \(x\) is the number of movie tickets, the domain is whole numbers, probably starting at zero.

A concrete example: assembling engines

Suppose a function \(h(n)\) gives the number of person-hours required to assemble \(n\) engines in a factory. The input \(n\) represents the number of engines. What is the domain?

Since engines are counted as whole completed objects, \(n\) should probably be a whole number: 0, 1, 2, 3, .... Negative engines do not make sense. Fractional engines might not make sense if the function counts completed engines. If the factory has a daily capacity of 40 engines, and the model is for one day, then the domain may be \({0, 1, 2, ..., 40}\).

Now think about the graph. If \(h(n) = 6n\), the pure graph is a line through the origin with slope 6. But the contextual graph should be discrete points at whole-number inputs. The point \((3, 18)\) means 3 engines require 18 person-hours. The point \((3.5, 21)\) may not have meaning if half an engine is not a counted output in this model.

This example shows why domain matters. The formula, graph, and context must agree. A student who draws a full continuous line from negative infinity to positive infinity is not thinking about the factory. A student who restricts the graph to whole-number inputs in the realistic range is modeling.

Common misconceptions students need to defeat

The first misconception is thinking the domain is always “all real numbers.” Many textbook graphs show full lines and curves, so students get used to unrestricted domains. Real situations are rarely that unlimited.

The second misconception is thinking domain comes only from formulas. Sometimes it does, but often it comes from context. The formula \(C(x) = 5x + 20\) allows many inputs, but if \(x\) is children attending a camp, the domain is whole numbers in a realistic range.

The third misconception is forgetting that graph endpoints communicate domain. An open circle excludes a value. A closed circle includes it. A graph starting at \(x = 0\) says negative inputs are not being used. Discrete points say only certain inputs are allowed.

The fourth misconception is confusing domain and range. Domain is the input set. Range is the output set. If a graph models cost as a function of tickets, tickets belong to the domain and cost belongs to the range.

The fifth misconception is believing a calculator graph automatically knows the domain. Technology will often draw a formula over whatever window is chosen. The machine does not know the real-world meaning unless a human supplies it. Students need to become that human judge.

Mastery in student language

A student has mastered this objective when they can say: “The domain is the set of inputs that make sense for the function. I can find it from the graph, from the formula, or from the context. In real situations, I have to ask what the input represents. If the input is time, it may start at zero. If the input is people or items, it may have to be whole numbers. If the situation has a maximum capacity, the domain may be bounded. A graph should show only the inputs that belong to the model.”

This objective matters because it teaches intellectual discipline. Math is powerful, but only when used within its assumptions. Domain is the habit of checking those assumptions.

Problem Library

Problems in the App From This Objective

147 problems across 12 archetypes in the app.

read x-values shown by endpoints and arrows.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Identify the domain from the continuous graph description closed segment from x=-2 to x=5.

Problem 2

Identify the domain from the continuous graph description ray starting at open point x=3 and extending right.

Problem 3

Identify the domain from the continuous graph description line with arrows both directions.

Problem 4

Identify the domain from the continuous graph description two pieces from x<0 and x>=2.

Problem 5

Identify the domain from the continuous graph description open segment from x=-5 to x=1.

Open in simulator
Problem 6

Identify the domain from the continuous graph description segment from x=0 (inclusive) to x=4 (exclusive).

Problem 7

Identify the domain from the continuous graph description ray starting at closed point x=-1 and extending right.

Problem 8

Identify the domain from the continuous graph description ray starting at open point x=7 and extending left.

Problem 9

Identify the domain from the continuous graph description ray starting at closed point x=10 and extending left.

Problem 10

Identify the domain from the continuous graph description two pieces from x<-3 and x>5.

Problem 11

Identify the domain from the continuous graph description two pieces: a closed segment from x=1 to x=2, and an open segment from x=3 to x=4.

Problem 12

Identify the domain from the continuous graph description line with a hole at x=0.

list or describe allowed x-values.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Identify the domain from the discrete graph description points at x=1,2,3,4.

Problem 14

Identify the domain from the discrete graph description sequence points for integer n from 0 through 6.

Problem 15

Identify the domain from the discrete graph description points (-2,5), (0,1), (4,9).

Open in simulator
Problem 16

Identify the domain from the discrete graph description points at x=-3, -1, 0, 2, 5.

Problem 17

Identify the domain from the discrete graph description sequence points for integer n from -3 through 1.

Problem 18

Identify the domain from the discrete graph description points (-5,2), (-3,0), (-1,-4).

Problem 19

Identify the domain from the discrete graph description sequence points for integer n from 10 through 14.

Problem 20

Identify the domain from the discrete graph description points at x=1, 5, 9, 13.

Problem 21

Identify the domain from the discrete graph description points (0,0), (3,7), (6,-2).

Problem 22

Identify the domain from the discrete graph description sequence points for integer n from 7 through 7.

Problem 23

Identify the domain from the discrete graph description points at x= -4, 0, 3.

Problem 24

Identify the domain from the discrete graph description points (-10,1), (-8,3), (-6,5), (-4,7).

rule out impossible input values.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Determine the contextual domain for buying whole tickets with room capacity 120 using C(n)=8n.

Problem 26

Determine the contextual domain for height of a ball from launch until it hits the ground at t=6 using h(t).

Problem 27

Determine the contextual domain for side length x of a rectangle with positive dimensions and maximum 20 meters using A(x).

Problem 28

Determine the contextual domain for number of students attending a field trip, with a bus capacity of 50 using C(s) = 20s + 100.

Problem 29

Determine the contextual domain for height of a tree measured annually for 15 years after planting using H(y).

Problem 30

Determine the contextual domain for volume of water in a 100-liter pool being filled at 5 liters per minute, starting empty using V(t) = 5t.

Problem 31

Determine the contextual domain for number of books a person can read, where they can't read negative books using R(b) = 5b.

Open in simulator
Problem 32

Determine the contextual domain for temperature of a freezer set to operate between -10°C and 0°C using T(x).

Problem 33

Determine the contextual domain for length of fabric cut from a 12-meter roll, where a minimum of 0.5 meters is required for a project using Cost(L) = 3L.

Problem 34

Determine the contextual domain for number of employees in a small business that must have at least 5 but no more than 20 employees using Salary(e).

Problem 35

Determine the contextual domain for amount of sugar (in grams) in a recipe that calls for at most 500 grams using Sweetness(s).

Problem 36

Determine the contextual domain for distance traveled by a car on a 300-mile trip, starting from the beginning using Fuel_Consumed(d).

avoid zero denominators and invalid square roots.
15 problems Warmup Practice Mixed Review Assessment
Problem 37

Determine the mathematical domain of f(x)=1/(x-4).

Problem 38

Determine the mathematical domain of g(x)=sqrt(x+3).

Problem 39

Determine the mathematical domain of h(x)=2x^2-5.

Problem 40

Determine the mathematical domain of p(x)=sqrt(5-x)/(x+2).

Problem 41

Determine the mathematical domain of f(x)=1/(2x-6).

Problem 42

Determine the mathematical domain of g(x)=1/(x^2-9).

Problem 43

Determine the mathematical domain of h(x)=sqrt(2x-8).

Problem 44

Determine the mathematical domain of k(x)=sqrt(x^2-4).

Problem 45

Determine the mathematical domain of m(x)=sqrt(10-2x).

Problem 46

Determine the mathematical domain of n(x)=x^3+4x-1.

Problem 47

Determine the mathematical domain of q(x)=sqrt(x-1)/(x-5).

Problem 48

Determine the mathematical domain of r(x)=1/sqrt(x+7).

Problem 49

Determine the mathematical domain of s(x)=1/sqrt(x^2-16).

Problem 50

Determine the mathematical domain of t(x)=(x+1)/(x^2+x-6).

Open in simulator
Problem 51

Determine the mathematical domain of u(x)=sqrt(x+5)/(x^2+1).

distinguish algebraic possibilities from real-world limits.
12 problems Warmup Practice Mixed Review Assessment
Problem 52

Compare the mathematical domain and contextual domain for C(n)=8n in number of tickets n in a 100-seat theater.

Problem 53

Compare the mathematical domain and contextual domain for h(t)=-16t^2+64t+5 in height of a ball while in the air.

Open in simulator
Problem 54

Compare the mathematical domain and contextual domain for A(s)=s^2 in area of a square with side length s.

Problem 55

Compare the mathematical domain and contextual domain for d(t) = 60t in distance traveled by a car at 60 mph on a 3-hour trip.

Problem 56

Compare the mathematical domain and contextual domain for V(r) = 10πr^2 in volume of a cylindrical can with height 10 units, where r is the radius.

Problem 57

Compare the mathematical domain and contextual domain for P(t) = 100 * (1.05)^t in population of a town over the next 10 years, starting at t=0.

Problem 58

Compare the mathematical domain and contextual domain for C(x) = 2.50x in cost of buying x apples, where you can only buy whole apples, and the store has 50 apples.

Problem 59

Compare the mathematical domain and contextual domain for F(C) = (9/5)C + 32 in temperature in a specific city, historically between -20°C and 40°C.

Problem 60

Compare the mathematical domain and contextual domain for A(t) = 1000(1 + 0.05t) in amount in an account after t years, where the investment is for 5 years.

Problem 61

Compare the mathematical domain and contextual domain for A(l) = l(10-l) in area of a rectangular garden with a perimeter of 20 units, where l is the length.

Problem 62

Compare the mathematical domain and contextual domain for M(s) = -0.01s^2 + s + 10 in fuel efficiency of a car at speed s, driving on a highway between 40 mph and 80 mph.

Problem 63

Compare the mathematical domain and contextual domain for N(t) = 100 * 2^(t/2) in number of bacteria in a petri dish over a 24-hour experiment, starting at t=0.

explain starting and ending input values.
12 problems Warmup Practice Mixed Review Assessment
Problem 64

Interpret the domain endpoints [0,10] in the context time in minutes while a tank drains.

Problem 65

Interpret the domain endpoints (0,50] in the context weight in pounds for a shipping rate.

Problem 66

Interpret the domain endpoints [1,120] integers in the context seat number in a theater.

Problem 67

Interpret the domain endpoints [20, 100) in the context temperature in degrees Celsius for an experiment.

Problem 68

Interpret the domain endpoints (10, 20) in the context speed in mph for a specific lane.

Problem 69

Interpret the domain endpoints [0, 24] in the context hours in a day on a 24-hour clock.

Problem 70

Interpret the domain endpoints (5, 15] integers in the context number of items in a package.

Problem 71

Interpret the domain endpoints [0, 1] in the context probability of an event.

Problem 72

Interpret the domain endpoints (100, 1000) integers in the context population size for a small town category.

Open in simulator
Problem 73

Interpret the domain endpoints [5, infinity) integers in the context minimum age for an activity.

Problem 74

Interpret the domain endpoints (-infinity, 0) in the context profit in dollars (representing a loss).

Problem 75

Interpret the domain endpoints [0, 100] in the context percentage of battery charge.

translate interval notation, inequalities, and graph endpoints.
12 problems Warmup Practice Mixed Review Assessment
Problem 76

Match the domain statement [-2,5) to a graph description.

Open in simulator
Problem 77

Match the domain statement x >= 3 to a graph description.

Problem 78

Match the domain statement (-infinity,0) union (2,infinity) to a graph description.

Problem 79

Match the domain statement [1, 4] to a graph description.

Problem 80

Match the domain statement (-3, 0) to a graph description.

Problem 81

Match the domain statement x <= -1 to a graph description.

Problem 82

Match the domain statement x < 5 to a graph description.

Problem 83

Match the domain statement x > -2 to a graph description.

Problem 84

Match the domain statement [0, 1] union (2, 3] to a graph description.

Problem 85

Match the domain statement [-5, -3) union [1, infinity) to a graph description.

Problem 86

Match the domain statement (-infinity, infinity) to a graph description.

Problem 87

Match the domain statement (-infinity, 0) union (0, infinity) to a graph description.

choose valid input constraints.
12 problems Warmup Practice Mixed Review Assessment
Problem 88

Choose the domain statement matching the verbal situation whole-number tickets from 0 to 50.

Problem 89

Choose the domain statement matching the verbal situation time after launch until 8 seconds.

Problem 90

Choose the domain statement matching the verbal situation positive side length less than 12 inches.

Problem 91

Choose the domain statement matching the verbal situation number of tickets available, from 1 to 100.

Problem 92

Choose the domain statement matching the verbal situation time a machine operates, for at least 3 hours.

Problem 93

Choose the domain statement matching the verbal situation width of a screen, greater than 15 inches.

Problem 94

Choose the domain statement matching the verbal situation number of students in a class, between 15 and 30, inclusive.

Problem 95

Choose the domain statement matching the verbal situation temperature in a freezer, no more than 0 degrees Celsius.

Problem 96

Choose the domain statement matching the verbal situation speed of a car, strictly between 0 and 120 mph.

Problem 97

Choose the domain statement matching the verbal situation number of successful attempts, from 0 to 5.

Open in simulator
Problem 98

Choose the domain statement matching the verbal situation duration of a chemical reaction, at most 45 seconds.

Problem 99

Choose the domain statement matching the verbal situation depth of a pool, between 1.5 and 3 meters.

determine possible outputs over valid inputs.
12 problems Warmup Practice Mixed Review Assessment
Problem 100

Find the range of f(x)=2x+3 over the contextual domain 0 <= x <= 5.

Problem 101

Find the range of h(t)=50-5t over the contextual domain 0 <= t <= 10.

Problem 102

Find the range of A(s)=s^2 over the contextual domain 0 <= s <= 4.

Problem 103

Find the range of f(x)=3x-1 over the contextual domain -2 <= x <= 3.

Problem 104

Find the range of g(x)=10-2x over the contextual domain -1 <= x <= 4.

Problem 105

Find the range of f(x)=x^2+1 over the contextual domain -3 <= x <= 0.

Problem 106

Find the range of f(x)=x^2-4x+3 over the contextual domain 0 <= x <= 5.

Open in simulator
Problem 107

Find the range of f(x)=-x^2+6x-5 over the contextual domain 1 <= x <= 4.

Problem 108

Find the range of f(x)=|x-2| over the contextual domain 0 <= x <= 5.

Problem 109

Find the range of f(x)=sqrt(x+1) over the contextual domain 3 <= x <= 8.

Problem 110

Find the range of f(x)=0.5x+2 over the contextual domain -4 <= x <= 6.

Problem 111

Find the range of f(x)=x^2+2x+1 over the contextual domain 0 <= x <= 3.

cite graph, formula, or context restriction.
12 problems Warmup Practice Mixed Review Assessment
Problem 112

Explain why the proposed input x=4 is outside the domain of f(x)=1/(x-4).

Problem 113

Explain why the proposed input x=-5 is outside the domain of g(x)=sqrt(x+2).

Problem 114

Explain why the proposed input n=2.5 is outside the domain of number of tickets.

Problem 115

Explain why the proposed input t=-1 is outside the domain of time after start.

Problem 116

Explain why the proposed input x=0 is outside the domain of f(x) = (x+1)/x.

Problem 117

Explain why the proposed input x=-10 is outside the domain of g(x) = sqrt(x+8).

Problem 118

Explain why the proposed input x=1 is outside the domain of h(x) = log(x-1).

Open in simulator
Problem 119

Explain why the proposed input x=-2 is outside the domain of k(x) = ln(x+1).

Problem 120

Explain why the proposed input p=150% is outside the domain of percentage of a whole.

Problem 121

Explain why the proposed input length = -5 cm is outside the domain of length of a side.

Problem 122

Explain why the proposed input theta = pi/2 is outside the domain of tan(theta).

Problem 123

Explain why the proposed input people = 3.7 is outside the domain of number of people in a room.

set axes to show meaningful values.
12 problems Warmup Practice Mixed Review Assessment
Problem 124

Choose a reasonable graph window for ticket cost with domain 0 to 20 tickets and range 0 to 160 dollars.

Open in simulator
Problem 125

Choose a reasonable graph window for plant height over 12 weeks with domain 0 to 12 weeks and range 5 to 30 cm.

Problem 126

Choose a reasonable graph window for account balance over 10 months with domain 0 to 10 months and range 100 to 500 dollars.

Problem 127

Choose a reasonable graph window for temperature over a day with domain 0 to 24 hours and range 10 to 30 degrees Celsius.

Problem 128

Choose a reasonable graph window for distance traveled by a car with domain 0 to 5 hours and range 0 to 300 miles.

Problem 129

Choose a reasonable graph window for population growth of a town with domain 0 to 50 years and range 10000 to 25000 people.

Problem 130

Choose a reasonable graph window for water level in a tank with domain 0 to 60 minutes and range 0 to 10 feet.

Problem 131

Choose a reasonable graph window for cost of producing items with domain 0 to 100 items and range 50 to 500 dollars.

Problem 132

Choose a reasonable graph window for speed of a falling object with domain 0 to 10 seconds and range 0 to 98 m/s.

Problem 133

Choose a reasonable graph window for battery charge over time with domain 0 to 8 hours and range 0 to 100 percent.

Problem 134

Choose a reasonable graph window for revenue from sales with domain 0 to 50 units sold and range 0 to 1000 dollars.

Problem 135

Choose a reasonable graph window for height of a ball thrown in the air with domain 0 to 5 seconds and range 0 to 20 meters.

add missing restriction or remove invalid restriction.
12 problems Warmup Practice Mixed Review Assessment
Problem 136

Correct the domain error in the model statement C(n)=8n for any real n tickets.

Problem 137

Correct the domain error in the model statement A(s)=s^2 for all real side lengths s.

Problem 138

Correct the domain error in the model statement f(x)=1/(x-2), domain all real numbers.

Open in simulator
Problem 139

Correct the domain error in the model statement The number of students in a class is given by S(x) = x, where x is any real number.

Problem 140

Correct the domain error in the model statement The height of a ball is h(t) = -5t^2 + 20t for any real number t.

Problem 141

Correct the domain error in the model statement The cost of shipping an item is C(w) = 0.5w + 2 for any real weight w.

Problem 142

Correct the domain error in the model statement The cost of a product is C(p) = p, where p is any real number.

Problem 143

Correct the domain error in the model statement f(x) = 1/(x^2 - 4), domain all real numbers.

Problem 144

Correct the domain error in the model statement g(x) = sqrt(x), domain all real numbers.

Problem 145

Correct the domain error in the model statement h(x) = sqrt(x - 3), domain all real numbers.

Problem 146

Correct the domain error in the model statement k(x) = 1/sqrt(x), domain all real numbers.

Problem 147

Correct the domain error in the model statement The area of a circle is A(r) = pi*r^2 for any real radius r.