Math I · F-IF.1

What a Function Is and Why the Input-Output Rule Matters

The function concept is the backbone of modern math because it organizes change, dependency, inputs, outputs, and prediction into one clear structure.

Concept Functions
Domain Interpreting Functions
Read time 11 minutes

What this learning objective is really asking you to learn

This objective is asking students to understand the function concept itself. That may sound basic, but it is one of the most important ideas in all of mathematics. A function is a rule, relationship, or mapping that assigns each allowed input exactly one output. The phrase “exactly one” is the key. For every input in the domain, a function gives one and only one output.

A simple example is \(f(x) = 2x + 3\). If the input is 4, the output is 11. If the input is 0, the output is 3. If the input is -2, the output is -1. Each input produces exactly one output. That makes it a function.

The set of allowed inputs is called the domain. The set of outputs that actually occur is called the range. If a function represents a real situation, the domain may be restricted by meaning. For example, if \(C(n) = 5n + 20\) represents the cost of buying \(n\) tickets plus a service fee, then \(n\) cannot be negative. It probably must be a whole number. The algebraic formula might accept many values, but the real-world function has a meaningful domain.

The objective also uses the word “mapping.” A mapping is a way of connecting elements from one set to elements of another set. Imagine a machine: you put in an input, the machine follows a rule, and it produces an output. Or imagine arrows from inputs to outputs. If input 1 points to output 5, input 2 points to output 7, and input 3 points to output 9, that can be a function. But if input 2 points to both 7 and 10, then it is not a function because one input has two outputs.

This is why a circle is not the graph of a function of \(x\) in the ordinary sense. For some x-values, a circle has two y-values: one above and one below. The same input \(x\) produces two outputs. A vertical line test captures this idea visually. If any vertical line crosses a graph more than once, then some input has more than one output, so the graph does not represent \(y\) as a function of \(x\).

Function notation is part of the objective. If the function is named \(f\), then \(f(x)\) means the output of \(f\) when the input is \(x\). It does not mean \(f\) times \(x\). It is a notation for a relationship. If \(f(4) = 11\), that means the function gives output 11 for input 4.

The graph of a function is the graph of the equation \(y = f(x)\). This means every point on the graph has the form \((x, f(x))\). The x-coordinate is the input. The y-coordinate is the output. A graph is therefore not just a picture. It is a visual collection of input-output pairs.

This objective is the foundation for nearly everything that follows in high school math. Linear equations, exponential models, sequences, transformations, inverse functions, rates of change, statistics, calculus, and computer science all depend on understanding what a function is.

Why students should learn this math

Students should learn functions because functions are the mathematics of dependence. One quantity depends on another: cost depends on number of items, distance depends on time, temperature depends on time, pay depends on hours, grade depends on score, area depends on side length, population depends on year, and battery percentage depends on usage. Whenever a predictable relationship connects an input to an output, a function may be the right language.

This is not just school math. Modern life is full of functions. A search engine takes a query and returns results. A GPS app takes a location and destination and returns a route. A calculator takes an expression and returns a value. A vending machine takes a selection and returns an item. A thermostat takes a temperature reading and triggers a response. A bank system takes a transaction and updates a balance. A video game takes controller input and changes the player’s position. These are input-output systems.

Understanding functions helps students think clearly about cause, dependence, and prediction. If you know the input-output rule, you can predict what will happen for a given input. If you have a graph, you can read outputs from inputs. If you have a table, you can look for patterns. If you have a formula, you can calculate values. If you have a context, you can define a meaningful domain.

The “exactly one output” idea is important because it creates reliability. A function is dependable: give it the same input, and it gives the same output. That is why functions are so important in science and technology. A scientific law often says that under certain conditions, one quantity determines another. A computer function must return a defined result. A model must be clear about what it predicts. If one input could randomly produce multiple outputs without additional information, the model is incomplete.

Functions also help students avoid confusion between relationships and functions. Some relationships are not functions. For example, “people and their phone numbers” might be a function if each person has one main phone number in a simplified setting, but “phone numbers and people” may not be, because one phone number might connect to several people in a household. “A student and their birthdate” is a function from students to birthdates, but “a birthdate and the student born on that date” is not necessarily a function because many students can share a birthdate. Direction matters.

This has real-world importance. In databases, each ID number should identify exactly one record. In programming, a key should map to a value. In medicine, a test result may not determine exactly one diagnosis, so more information is needed. In law and administration, a Social Security number or student ID is designed to function as a unique identifier. The mathematical idea of mapping shows up in information systems everywhere.

Functions also empower students to understand graphs. Many students see graphs as drawings. But a function graph is a compressed representation of infinitely many or many possible input-output pairs. One curve can show an entire relationship at once. That is why graphs are used in science, business, economics, sports analytics, health data, and engineering. A graph shows not just individual values but trends, changes, intercepts, and behavior.

The deeper reason to learn functions is that they are one of the main languages of the modern world. Algebra is not just about solving for \(x\); it is about describing how quantities are connected. Functions are the grammar of that description.

The historical machinery: from changing quantities to modern functions

The function concept did not appear fully formed. It developed over centuries as mathematicians tried to describe changing quantities. Early mathematics included many relationships, but they were not always expressed as functions in the modern sense. People used tables, rules, geometric diagrams, and verbal descriptions.

Astronomy was one major driver. To predict planetary positions, eclipses, and calendars, mathematicians needed relationships between time and location in the sky. A planet’s position could be treated as depending on time. This is a function idea, even before the modern definition existed.

Physics was another driver. During the development of calculus in the seventeenth century, mathematicians studied motion, velocity, acceleration, and curves. The position of an object could be described as a function of time. The slope of a curve could represent a rate of change. The area under a curve could represent accumulated quantity. Functions became essential for describing motion and change.

The notation \(f(x)\) became common through the work of Leonhard Euler in the eighteenth century. Euler helped popularize the idea of writing a function as an expression involving a variable. At that time, functions were often thought of as formulas or analytic expressions.

Later, mathematicians realized that functions did not have to be nice formulas. A function could be defined by a table, a graph, a piecewise rule, a verbal process, or even a strange assignment. The nineteenth century brought a more general definition associated with mathematicians such as Dirichlet: a function assigns outputs to inputs according to a definite rule. Eventually, set theory gave the modern mapping definition: a function from one set to another assigns each element of the first set exactly one element of the second.

This historical shift matters because students often think a function must be a formula. That is too narrow. A formula is one way to describe a function, but not the only way. A table can describe a function. A graph can describe a function. A computer algorithm can describe a function. A recursive rule can describe a function. A real-world procedure can describe a function.

The development of the function concept changed mathematics. It allowed mathematicians to unify algebra, geometry, calculus, probability, and later computer science. Instead of studying isolated equations, mathematicians could study relationships as objects. They could compare functions, transform functions, combine functions, invert functions, approximate functions, and analyze functions.

F-IF.1 introduces students to this powerful historical idea in a precise but accessible form: a function is a mapping from inputs to exactly one output.

Where this fits in the big map of mathematics

In the big map of mathematics, the function concept is a central hub. It connects arithmetic, algebra, geometry, statistics, calculus, discrete mathematics, and computer science.

Backward, functions connect to arithmetic operations. A rule like “multiply by 2 and add 3” is an arithmetic process. When the input can vary, that process becomes a function: \(f(x) = 2x + 3\).

Functions connect to algebra because variables allow general relationships. Instead of calculating one output, students can write a rule for all possible inputs. Algebra gives functions their symbolic language.

Functions connect to geometry through graphs. The equation \(y = f(x)\) creates a set of points in the coordinate plane. This means a relationship can be seen as a shape. A linear function becomes a line. An exponential function becomes a curve. Later, quadratic functions become parabolas, trigonometric functions become waves, and rational functions can have asymptotes.

Functions connect to modeling because real-world relationships can be represented as input-output rules. Choosing the right domain, interpreting outputs, and reading graphs are all modeling skills.

Functions connect to statistics because data often show relationships between variables. A scatter plot may suggest a function model. A line of best fit is a function used to predict one variable from another.

Functions connect to calculus because calculus studies how functions change and accumulate. Derivatives, integrals, limits, and differential equations all depend on functions.

Functions connect to computer science because programming uses functions constantly. A function in code takes input, performs instructions, and returns output. The mathematical idea of a function is not identical to every programming function, but the input-output structure is deeply connected.

Functions also connect to logic and set theory. The precise definition of a function as a mapping from one set to another depends on sets and rules. This makes functions part of the foundation of modern mathematics.

For Integrated Math I, F-IF.1 is the doorway into the Functions strand. Students cannot deeply understand function notation, transformations, sequences, exponential models, or average rate of change without first understanding what a function is.

The big-picture map is: arithmetic gives procedures, algebra generalizes procedures with variables, functions turn procedures into relationships, graphs visualize those relationships, and calculus and advanced modeling analyze them deeply.

How to execute the skill technically

To decide whether a relationship is a function, ask: does each input have exactly one output?

From a table, check whether any input appears with two different outputs. For example:

| x | y | |---|---| | 1 | 4 | | 2 | 7 | | 3 | 10 |

This is a function because each input appears once with one output. But:

| x | y | |---|---| | 1 | 4 | | 2 | 7 | | 2 | 9 |

This is not a function because input 2 has two outputs.

From a graph, use the vertical line test. If any vertical line intersects the graph more than once, the relation is not a function of \(x\). This test works because a vertical line represents one x-value. More than one intersection means that x-value has more than one y-value.

From a mapping diagram, check the arrows from inputs. Each input must have exactly one arrow going to an output. Different inputs may point to the same output; that is allowed. For example, two students can have the same score. But one input cannot point to two different outputs.

From a formula, most familiar formulas define functions unless an input creates more than one output or falls outside the domain. For example, \(f(x) = x^2\) is a function because each input has one squared output. But an equation like \(x^2 + y^2 = 25\) does not define \(y\) as a function of \(x\) over the whole circle because many x-values have two y-values.

To connect function notation to graphs, remember that \(f(x)\) is the y-value. If \(f(3) = 8\), then the point \((3, 8)\) is on the graph of \(y = f(x)\). If the point \((-2, 5)\) is on the graph, then \(f(-2) = 5\).

To identify domain, ask which inputs are allowed. In pure algebra, a function such as \(f(x) = 2x + 3\) may have all real numbers as its domain. In context, the domain may be limited. If \(f(t)\) represents the number of students in a classroom \(t\) hours after school starts, negative time may not make sense, and fractional outputs may not make sense if the function counts people.

To identify range, ask which outputs occur. If \(f(x) = x^2\) over all real numbers, the range is all values greater than or equal to zero. If \(C(n) = 5n + 20\) for whole-number ticket counts, the range is values like 20, 25, 30, 35, and so on.

A careful student should also distinguish between input variable and function name. In \(f(x)\), the \(f\) names the function and \(x\) names the input. In \(g(t)\), \(g\) names the function and \(t\) names the input. The letters can change. The concept is the same.

Common mistakes and how to avoid them

One common mistake is thinking that a function cannot have two inputs with the same output. That is allowed. A function only forbids one input from having two different outputs.

Another mistake is thinking every graph is a function. A circle, sideways parabola, or vertical line may fail the vertical line test.

A third mistake is treating \(f(x)\) as multiplication. It is not \(f\) times \(x\). It means the output of function \(f\) at input \(x\).

A fourth mistake is ignoring domain. A formula may be algebraically possible for values that do not make sense in context. If \(x\) counts people, negative values and fractions may be invalid.

A fifth mistake is confusing range with domain. Domain is input values. Range is output values.

What students should be able to say

A student who understands this objective should be able to say: “A function assigns each allowed input exactly one output. The domain is the set of inputs, and the range is the set of outputs. The notation \(f(x)\) means the output for input \(x\), and the graph of \(y = f(x)\) is the set of points \((x, f(x))\). I can tell whether a table, graph, mapping, or rule represents a function.”

Problem Library

Problems in the App From This Objective

144 problems across 12 archetypes in the app.

check for repeated input with different outputs.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Does the ordered-pair set (1,3), (2,5), (3,5) represent a function? Explain.

Problem 2

Does the ordered-pair set (1,2), (1,4), (2,6) represent a function? Explain.

Problem 3

Does the ordered-pair set (-1,0), (0,0), (1,0) represent a function? Explain.

Problem 4

Does the ordered-pair set (1,2), (3,4), (5,6) represent a function? Explain.

Problem 5

Does the ordered-pair set (1,10), (2,20), (3,10) represent a function? Explain.

Problem 6

Does the ordered-pair set (5,1), (5,2), (6,3) represent a function? Explain.

Problem 7

Does the ordered-pair set (0,0), (1,1), (2,1), (3,2) represent a function? Explain.

Problem 8

Does the ordered-pair set (10,1), (20,2), (10,3), (30,4) represent a function? Explain.

Open in simulator
Problem 9

Does the ordered-pair set (-2,5), (-1,5), (0,6) represent a function? Explain.

Problem 10

Does the ordered-pair set (-3,1), (-3,2), (-4,3) represent a function? Explain.

Problem 11

Does the ordered-pair set (100,10), (200,20), (300,30) represent a function? Explain.

Problem 12

Does the ordered-pair set (7,1), (8,2), (7,3), (8,4) represent a function? Explain.

verify each input maps to exactly one output.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Does the mapping diagram description 1 maps to 4, 2 maps to 4, 3 maps to 5 represent a function? Explain.

Problem 14

Does the mapping diagram description 1 maps to 3 and 4; 2 maps to 5 represent a function? Explain.

Problem 15

Does the mapping diagram description 1 maps to 7; 2 maps to 7; output 8 is unused represent a function? Explain.

Problem 16

Does the mapping diagram description A maps to X, B maps to Y, C maps to Z represent a function? Explain.

Problem 17

Does the mapping diagram description 5 maps to 10, 6 maps to 10, 7 maps to 11 represent a function? Explain.

Problem 18

Does the mapping diagram description 10 maps to 20 and 21; 11 maps to 22 represent a function? Explain.

Problem 19

Does the mapping diagram description Red maps to Apple, Blue maps to Sky, Green maps to Grass; Yellow is unused represent a function? Explain.

Problem 20

Does the mapping diagram description P maps to Q and R; S maps to T and U represent a function? Explain.

Problem 21

Does the mapping diagram description a maps to 1, b maps to 2, c maps to 2, d maps to 3 represent a function? Explain.

Problem 22

Does the mapping diagram description Dog maps to Mammal, Cat maps to Mammal; Bird maps to Fly and Sing represent a function? Explain.

Problem 23

Does the mapping diagram description X maps to 100, Y maps to 100, Z maps to 100 represent a function? Explain.

Open in simulator
Problem 24

Does the mapping diagram description Input A maps to Output 1, Input B maps to Output 2 and Output 3, Input C maps to Output 4 represent a function? Explain.

determine whether x-values have one y-value.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Use the vertical line test on a nonvertical line. Is it a function?

Problem 26

Use the vertical line test on a circle centered at the origin. Is it a function?

Problem 27

Use the vertical line test on an upward-opening parabola. Is it a function?

Problem 28

Use the vertical line test on a sideways parabola. Is it a function?

Problem 29

Use the vertical line test on a horizontal line. Is it a function?

Problem 30

Use the vertical line test on a vertical line. Is it a function?

Problem 31

Use the vertical line test on a V-shaped graph like y = |x|. Is it a function?

Open in simulator
Problem 32

Use the vertical line test on a cubic graph like y = x^3. Is it a function?

Problem 33

Use the vertical line test on the upper half of a circle. Is it a function?

Problem 34

Use the vertical line test on the lower half of a circle. Is it a function?

Problem 35

Use the vertical line test on an ellipse. Is it a function?

Problem 36

Use the vertical line test on a sine wave. Is it a function?

state reasoning in terms of inputs and outputs.
12 problems Warmup Practice Mixed Review Assessment
Problem 37

Explain why the table x: 1,2,3 and y: 4,4,5 is or is not a function.

Problem 38

Explain why the relation (2,3), (2,8), (4,9) is or is not a function.

Problem 39

Explain why the context assigning each student to their birth month is or is not a function.

Problem 40

Explain why the equation y = 3x - 2 is or is not a function.

Problem 41

Explain why the equation x = |y| is or is not a function.

Problem 42

Explain why the relation (1,5), (2,6), (3,7) is or is not a function.

Problem 43

Explain why the table x: 5, 6, 5 and y: 10, 11, 12 is or is not a function.

Problem 44

Explain why the context assigning each country to its major rivers is or is not a function.

Problem 45

Explain why the context assigning each person to their biological mother is or is not a function.

Problem 46

Explain why the graph of y = x^2 is or is not a function.

Problem 47

Explain why the graph of x^2 + y^2 = 25 is or is not a function.

Open in simulator
Problem 48

Explain why the table x: 10, 11, 12 and y: 20, 20, 21 is or is not a function.

define independent and dependent variables.
12 problems Warmup Practice Mixed Review Assessment
Problem 49

In the context total cost depends on number of tickets bought, identify the input and output quantities.

Problem 50

In the context height of a plant depends on weeks since planting, identify the input and output quantities.

Problem 51

In the context temperature is recorded for each hour of a day, identify the input and output quantities.

Problem 52

In the context distance traveled depends on time at a constant speed, identify the input and output quantities.

Problem 53

In the context amount of paint needed depends on the area to be painted, identify the input and output quantities.

Problem 54

In the context electricity bill depends on kilowatt-hours used, identify the input and output quantities.

Problem 55

In the context number of cookies baked depends on the amount of flour used, identify the input and output quantities.

Problem 56

In the context grade on a test depends on the number of hours studied, identify the input and output quantities.

Problem 57

In the context volume of water in a tank depends on the time it has been filling, identify the input and output quantities.

Problem 58

In the context cost of shipping depends on the weight of the package, identify the input and output quantities.

Open in simulator
Problem 59

In the context number of items produced depends on the number of workers, identify the input and output quantities.

Problem 60

In the context amount of interest earned depends on the principal amount invested, identify the input and output quantities.

read function output from `y=f(x)`.
12 problems Warmup Practice Mixed Review Assessment
Problem 61

Use the graph description the graph of y=f(x) contains point (3,7) to find f(3).

Problem 62

Use the graph description the graph contains point (-2,5) to find f(-2).

Problem 63

Use the graph description at x=4, the graph has y=-1 to find f(4).

Problem 64

Use the graph description the graph of f(x) passes through the point (0, 10) to find f(0).

Problem 65

Use the graph description the graph of y=f(x) has an x-intercept at (6, 0) to find f(6).

Problem 66

Use the graph description the point (-5, -8) is on the graph of f(x) to find f(-5).

Problem 67

Use the graph description when x is 1, the value of f(x) is 9 to find f(1).

Problem 68

Use the graph description the graph shows that f(-7) = 2 to find f(-7).

Problem 69

Use the graph description the graph of f(x) contains the point (1.5, 3.5) to find f(1.5).

Problem 70

Use the graph description at x = -0.5, the y-value of f(x) is -2.5 to find f(-0.5).

Open in simulator
Problem 71

Use the graph description for the function f, when x=8, y=-4 to find f(8).

Problem 72

Use the graph description the graph of f(x) has a root at x=-9 to find f(-9).

list input and output sets.
12 problems Warmup Practice Mixed Review Assessment
Problem 73

Find the domain and range of the finite relation (1,4), (2,4), (3,7).

Problem 74

Find the domain and range of the finite relation (-2,5), (0,1), (4,5).

Problem 75

Find the domain and range of the finite relation (3,-1), (3,2), (5,2).

Problem 76

Find the domain and range of the finite relation (1,2), (2,3), (3,4).

Problem 77

Find the domain and range of the finite relation (-1,-2), (0,0), (1,2).

Problem 78

Find the domain and range of the finite relation (1,5), (1,6), (2,7).

Problem 79

Find the domain and range of the finite relation (1,10), (2,10), (3,11).

Problem 80

Find the domain and range of the finite relation (5,5), (6,5), (5,6).

Problem 81

Find the domain and range of the finite relation (1,0), (2,1), (3,0), (4,-1).

Problem 82

Find the domain and range of the finite relation (0,-1), (0,-2), (-1,-3).

Problem 83

Find the domain and range of the finite relation (7,7), (7,7), (7,7).

Open in simulator
Problem 84

Find the domain and range of the finite relation (10,20), (11,21), (12,20), (13,22).

read x-extent and y-extent.
12 problems Warmup Practice Mixed Review Assessment
Problem 85

Find the domain and range from the graph description closed segment from (1,2) to (5,8).

Problem 86

Find the domain and range from the graph description ray starting at open point (0,3) and extending right and upward.

Problem 87

Find the domain and range from the graph description discrete points (-1,4), (0,2), (3,2).

Problem 88

Find the domain and range from the graph description open segment from (-2,-1) to (3,5).

Problem 89

Find the domain and range from the graph description a line passing through (0,0) and (1,1) extending infinitely in both directions.

Problem 90

Find the domain and range from the graph description ray starting at closed point (5,1) and extending left and upward.

Problem 91

Find the domain and range from the graph description horizontal closed segment from (-3,4) to (2,4).

Problem 92

Find the domain and range from the graph description vertical open segment from (1,-5) to (1,0).

Problem 93

Find the domain and range from the graph description a parabola opening upward with its vertex at (0,0).

Open in simulator
Problem 94

Find the domain and range from the graph description a parabola opening left with its vertex at (2,3).

Problem 95

Find the domain and range from the graph description discrete points (2,1), (4,-2), (2,3), (0,-2).

Problem 96

Find the domain and range from the graph description the top half of a circle centered at (0,0) with radius 3.

decide if each input has a single output.
12 problems Warmup Practice Mixed Review Assessment
Problem 97

Can the context each day maps to the high temperature recorded that day be modeled as a function? Explain.

Problem 98

Can the context each person maps to their favorite movie, if they can list several be modeled as a function? Explain.

Problem 99

Can the context each student ID maps to a student name be modeled as a function? Explain.

Problem 100

Can the context each employee maps to their unique employee ID be modeled as a function? Explain.

Problem 101

Can the context each recipe maps to its ingredients be modeled as a function? Explain.

Problem 102

Can the context each day of the week maps to the number of hours in that day be modeled as a function? Explain.

Problem 103

Can the context each book maps to its genre, if it can belong to multiple genres be modeled as a function? Explain.

Problem 104

Can the context each state in the USA maps to its official bird be modeled as a function? Explain.

Problem 105

Can the context each person maps to their favorite colors be modeled as a function? Explain.

Problem 106

Can the context each product barcode maps to its specific item be modeled as a function? Explain.

Problem 107

Can the context each country maps to its official languages be modeled as a function? Explain.

Open in simulator
Problem 108

Can the context each circle's radius maps to its circumference be modeled as a function? Explain.

connect symbolic rule to input-output pairs.
12 problems Warmup Practice Mixed Review Assessment
Problem 109

Match the function rule y=2x+3 to the graph description.

Problem 110

Match the function rule y=x^2 to the graph description.

Problem 111

Match the function rule y=|x-2| to the graph description.

Problem 112

Match the function rule y=-x+4 to the graph description.

Problem 113

Match the function rule y = -3x + 1 to the graph description.

Problem 114

Match the function rule y = (1/2)x - 2 to the graph description.

Open in simulator
Problem 115

Match the function rule y = (x+1)^2 to the graph description.

Problem 116

Match the function rule y = -(x-3)^2 to the graph description.

Problem 117

Match the function rule y = 2|x| to the graph description.

Problem 118

Match the function rule y = |x| + 1 to the graph description.

Problem 119

Match the function rule y = x^2 - 4 to the graph description.

Problem 120

Match the function rule y = 5 to the graph description.

distinguish many-to-one functions from non-functions.
12 problems Warmup Practice Mixed Review Assessment
Problem 121

Identify multiple inputs that produce the same output in f(-2)=4, f(2)=4, f(0)=1.

Problem 122

Identify multiple inputs that produce the same output in points (1,5), (3,5), (4,7).

Problem 123

Identify multiple inputs that produce the same output in table x: 0,1,2 and y: 6,7,8.

Problem 124

Identify multiple inputs that produce the same output in g(1)=10, g(2)=5, g(3)=10, g(4)=8.

Problem 125

Identify multiple inputs that produce the same output in points (0,1), (5,2), (10,1), (15,3).

Problem 126

Identify multiple inputs that produce the same output in table x: -1,0,1,2 and y: 3,4,3,5.

Problem 127

Identify multiple inputs that produce the same output in h(1)=1, h(2)=2, h(3)=3, h(4)=4.

Open in simulator
Problem 128

Identify multiple inputs that produce the same output in f(-1)=2, f(0)=3, f(1)=2, f(2)=3.

Problem 129

Identify multiple inputs that produce the same output in {(a,b) | (1,7), (2,8), (3,7), (4,9)}.

Problem 130

Identify multiple inputs that produce the same output in table x: 10,20,30,40,50 and y: 1,2,3,4,5.

Problem 131

Identify multiple inputs that produce the same output in k(0)=0, k(1)=1, k(-1)=1, k(2)=4.

Problem 132

Identify multiple inputs that produce the same output in f(a)=5, f(b)=6, f(c)=5, f(d)=7, f(e)=5.

locate the exact input causing failure or explain validity.
12 problems Warmup Practice Mixed Review Assessment
Problem 133

Correct the mistaken classification: Not a function because two inputs have output 5 for (1,5), (2,5), (3,7).

Problem 134

Correct the mistaken classification: Function because all outputs are different for (1,2), (1,3), (2,4).

Problem 135

Correct the mistaken classification: The graph is not a function because a horizontal line hits twice for an upward-opening parabola.

Problem 136

Correct the mistaken classification: Not a function because the output 7 appears twice. for (a,7), (b,7), (c,8).

Problem 137

Correct the mistaken classification: It's a function because each output is unique. for (4,1), (4,2), (5,3).

Open in simulator
Problem 138

Correct the mistaken classification: It is a function because no horizontal line intersects it more than once. for a circle centered at the origin.

Problem 139

Correct the mistaken classification: Not a function because it doesn't pass the horizontal line test. for the graph of y = x^3.

Problem 140

Correct the mistaken classification: Not a function because it's not one-to-one. for {(1,1), (2,1), (3,2)}.

Problem 141

Correct the mistaken classification: This relation is not a function because there are two pairs with the same output value. for {(0,0), (1,1), (-1,1), (2,4)}.

Problem 142

Correct the mistaken classification: It's a function because all numbers in the domain are unique. for {(1,2), (2,3), (1,4), (3,5)}.

Problem 143

Correct the mistaken classification: This graph is a function because it's a parabola. for a parabola opening to the right (e.g., x = y^2).

Problem 144

Correct the mistaken classification: Not a function because it extends infinitely in both directions. for the graph of y = 2x + 1.