instagram

Bootstrap lessons align with several important teaching standards, textbooks, and practices. Select from the following menu to see which lessons meet those alignments.

Common Core Math Standards

6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

CSTA Standards

1B-AP-09

Create programs that use variables to store and modify data. [See: Defining Values; Structures, Reactors, and Animations; Key Events; Your Own Drawing Functions; Build Your Own Animation; Adding Collisions.]

1B-AP-10

Create programs that include sequences, events, loops, and conditionals. [See: Structures, Reactors, and Animations; Key Events; Adding Collisions.]

1B-AP-11

Decompose (break down) problems into smaller, manageable subproblems to facilitate the program development process. [See: Refactoring; Going Deeper: Nested Structures.]

1B-AP-12

Modify, remix, or incorporate portions of an existing program into one’s own work, to develop something new or add more advanced features. [See: Introduction to Data Structures; Structures, Reactors, and Animations; Key Events; Refactoring.]

1B-AP-15

Test and debug (identify and fix errors) a program or algorithm to ensure it runs as intended. [See: Refactoring.]

1B-AP-17

Describe choices made during program development using code comments, presentations, and demonstrations. [See: Introduction to Data Structures; Functions That Ask Questions.]

2-AP-10

Use flowcharts and/or pseudocode to address complex problems as algorithms [See: Structures, Reactors, and Animations.]

2-AP-11

Create clearly named variables that represent different data types and perform operations on their values. [See: Simple Data Types; Function Composition; Defining Values; Introduction to Data Structures; Structures, Reactors, and Animations.]

2-AP-12

Design and iteratively develop programs that combine control structures, including nested loops and compound conditionals [See: Build Your Own Animation; Adding Levels; Making Pong; Going Deeper: Nested Structures.]

2-AP-13

Decompose problems and subproblems into parts to facilitate the design, implementation, and review of programs [See: Refactoring; Going Deeper: Nested Structures.]

2-AP-14

Create procedures with parameters to organize code and make it easier to reuse. [See: Introduction to Data Structures; Functions That Ask Questions; Key Events; Refactoring; Your Own Drawing Functions; Scoring.]

2-AP-17

Systematically test and refine programs using a range of test cases [See: Function Composition; Functions That Ask Questions; Key Events; Scoring; Making Pong.]

2-AP-19

Document programs in order to make them easier to follow, test, and debug. [See: Function Composition.]

3A-AP-16

Design and iteratively develop computational artifacts for practical intent, personal expression, or to address a societal issue by using events to initiate instructions. [See: Your Own Drawing Functions; Build Your Own Animation.]

3A-AP-17

Decompose problems into smaller components through systematic analysis, using constructs such as procedures, modules, and/or objects. [See: Refactoring; Going Deeper: Nested Structures.]

3A-AP-18

Create artifacts by using procedures within a program, combinations of data and procedures, or independent but interrelated programs. [See: Making Flags; Scoring; Adding Levels; Feature: Timers.]

3B-AP-13

Illustrate the flow of execution of a recursive algorithm [See: Structures, Reactors, and Animations.]

3B-AP-14

Construct solutions to problems using student-created components, such as procedures, modules and/or objects. [See: Adding Collisions; Adding Levels; Feature: Timers.]

3B-AP-15

Analyze a large-scale computational problem and identify generalizable patterns that can be applied to a solution [See: Refactoring; Going Deeper: Nested Structures.]

3B-AP-21

Develop and use a series of test cases to verify that a program performs according to its design specifications. [See: Function Composition; Functions That Ask Questions.]

3B-AP-22

Modify an existing program to add additional functionality and discuss intended and unintended implications (e.g., breaking other functionality). [See: Functions That Ask Questions; Scoring; Feature: Timers.]

K-12CS Standards

6-8.Algorithms and Programming.Control

Programmers select and combine control structures, such as loops, event handlers, and conditionals, to create more complex program behavior. [See: Defining Values; Solving Word Problems with the Design Recipe; Introduction to Data Structures; Functions That Ask Questions; Key Events; Refactoring; Feature: Timers.]

6-8.Algorithms and Programming.Modularity

Programs use procedures to organize code, hide implementation details, and make code easier to reuse. Procedures can be repurposed in new programs. Defining parameters for procedures can generalize behavior and increase reusability. [See: Refactoring.]

6-8.Algorithms and Programming.Variables

Programmers create variables to store data values of selected types. A meaningful identifier is assigned to each variable to access and perform operations on the value by name. Variables enable the flexibility to represent different situations, process different sets of data, and produce varying outputs. [See: Defining Values; Solving Word Problems with the Design Recipe; Introduction to Data Structures; Functions That Ask Questions; Key Events; Refactoring; Feature: Timers.]

9-12.Algorithms and Programming.Variables

Data structures are used to manage program complexity. Programmers choose data structures based on functionality, storage, and performance tradeoffs. [See: Introduction to Data Structures; Going Deeper: Nested Structures.]

9-12.Impacts of Computing.Social Interactions

Many aspects of society, especially careers, have been affected by the degree of communication afforded by computing. The increased connectivity between people in different cultures and in different career fields has changed the nature and content of many careers. [See: Computing Needs All Voices.]

Alabama Standards

AL.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

AL.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

AL.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

AL.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

AL.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

AL.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

AL.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

AL.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

AL.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

AL.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

AL.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

AL.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

AL.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

AL.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

AL.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

AL.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

AL.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

AL.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

AL.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

AL.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

AL.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

AL.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

AL.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Arkansas Standards

AR.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

AR.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

AR.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

AR.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

AR.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

AR.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

AR.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

AR.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

AR.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

AR.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

AR.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

AR.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

AR.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

AR.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

AR.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

AR.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

AR.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

AR.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

AR.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

AR.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

AR.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

AR.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

AR.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

California Standards

CA.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

CA.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

CA.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

CA.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

CA.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

CA.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

CA.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

CA.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

CA.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

CA.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

CA.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

CA.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

CA.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

CA.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

CA.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

CA.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

CA.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

CA.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

CA.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

CA.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

CA.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

CA.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

CA.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Colorado Standards

CO.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

CO.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

CO.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

CO.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

CO.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

CO.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

CO.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

CO.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

CO.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

CO.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

CO.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

CO.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

CO.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

CO.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

CO.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

CO.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

CO.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

CO.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

CO.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

CO.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

CO.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

CO.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

CO.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Connecticut Standards

CT.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

CT.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

CT.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

CT.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

CT.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

CT.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

CT.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

CT.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

CT.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

CT.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

CT.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

CT.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

CT.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

CT.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

CT.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

CT.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

CT.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

CT.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

CT.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

CT.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

CT.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

CT.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

CT.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Delaware Standards

DE.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

DE.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

DE.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

DE.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

DE.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

DE.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

DE.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

DE.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

DE.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

DE.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

DE.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

DE.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

DE.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

DE.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

DE.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

DE.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

DE.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

DE.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

DE.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

DE.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

DE.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

DE.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

DE.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Delaware Standards

GA.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

GA.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

GA.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

GA.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

GA.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

GA.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

GA.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

GA.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

GA.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

GA.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

GA.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

GA.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

GA.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

GA.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

GA.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

GA.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

GA.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

GA.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

GA.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

GA.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

GA.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

GA.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

GA.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Hawaii Standards

HI.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

HI.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

HI.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

HI.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

HI.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

HI.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

HI.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

HI.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

HI.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

HI.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

HI.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

HI.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

HI.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

HI.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

HI.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

HI.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

HI.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

HI.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

HI.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

HI.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

HI.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

HI.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

HI.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Idaho Standards

ID.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

ID.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

ID.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

ID.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

ID.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

ID.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

ID.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

ID.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

ID.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

ID.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

ID.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

ID.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

ID.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

ID.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

ID.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

ID.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

ID.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

ID.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

ID.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

ID.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

ID.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

ID.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

ID.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Illinois Standards

IL.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

IL.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

IL.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

IL.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

IL.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

IL.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

IL.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

IL.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

IL.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

IL.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

IL.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

IL.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

IL.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

IL.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

IL.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

IL.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

IL.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

IL.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

IL.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

IL.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

IL.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

IL.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

IL.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Iowa Standards

IA.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

IA.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

IA.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

IA.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

IA.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

IA.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

IA.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

IA.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

IA.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

IA.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

IA.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

IA.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

IA.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

IA.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

IA.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

IA.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

IA.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

IA.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

IA.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

IA.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

IA.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

IA.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

IA.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Kansas Standards

KS.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

KS.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

KS.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

KS.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

KS.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

KS.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

KS.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

KS.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

KS.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

KS.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

KS.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

KS.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

KS.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

KS.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

KS.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

KS.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

KS.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

KS.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

KS.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

KS.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

KS.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

KS.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

KS.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Kentucky Standards

KY.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

KY.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

KY.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

KY.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

KY.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

KY.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

KY.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

KY.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

KY.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

KY.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

KY.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

KY.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

KY.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

KY.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

KY.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

KY.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

KY.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

KY.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

KY.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

KY.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

KY.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

KY.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

KY.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Louisiana Standards

LA.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

LA.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

LA.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

LA.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

LA.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

LA.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

LA.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

LA.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

LA.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

LA.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

LA.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

LA.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

LA.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

LA.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

LA.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

LA.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

LA.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

LA.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

LA.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

LA.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

LA.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

LA.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

LA.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Maine Standards

ME.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

ME.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

ME.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

ME.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

ME.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

ME.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

ME.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

ME.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

ME.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

ME.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

ME.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

ME.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

ME.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

ME.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

ME.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

ME.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

ME.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

ME.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

ME.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

ME.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

ME.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

ME.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

ME.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Michigan Standards

MI.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

MI.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

MI.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

MI.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

MI.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

MI.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

MI.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

MI.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

MI.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

MI.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

MI.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

MI.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

MI.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

MI.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

MI.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

MI.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

MI.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

MI.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

MI.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

MI.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

MI.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

MI.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

MI.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Maryland Standards

MD.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

MD.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

MD.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

MD.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

MD.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

MD.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

MD.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

MD.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

MD.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

MD.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

MD.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

MD.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

MD.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

MD.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

MD.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

MD.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

MD.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

MD.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

MD.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

MD.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

MD.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

MD.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

MD.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Massachusetts Standards

MA.6-8.CT.a.2

Define a simple function that represents a more complex task/problem and can be reused to solve similar tasks/problems. [See: Solving Word Problems with the Design Recipe; Introduction to Data Structures; Structures, Reactors, and Animations; Functions That Ask Questions; Key Events; Refactoring; Scoring; Going Deeper: Nested Structures; Feature: Timers.]

MA.6-8.CT.b.2

Use logical reasoning to predict outputs given varying inputs. [See: Solving Word Problems with the Design Recipe; Introduction to Data Structures; Structures, Reactors, and Animations; Functions That Ask Questions; Key Events; Refactoring; Scoring; Going Deeper: Nested Structures; Feature: Timers.]

MA.6-8.CT.d.2

Use functions to hide the detail in a program. [See: Solving Word Problems with the Design Recipe; Introduction to Data Structures; Structures, Reactors, and Animations; Functions That Ask Questions; Key Events; Refactoring; Scoring; Going Deeper: Nested Structures; Feature: Timers.]

MA.6-8.CT.d.5

Trace programs step-by-step in order to predict their behavior. [See: Solving Word Problems with the Design Recipe; Introduction to Data Structures; Structures, Reactors, and Animations; Functions That Ask Questions; Key Events; Refactoring; Scoring; Going Deeper: Nested Structures; Feature: Timers.]

MA.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

MA.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

MA.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

MA.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

MA.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

MA.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

MA.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

MA.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

MA.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

MA.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

MA.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

MA.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

MA.9-12.CT.a.1

Discuss and give an example of the value of generalizing and decomposing aspects of a problem in order to solve it more effectively. [See: Going Deeper: Nested Structures.]

MA.9-12.CT.b.2

Represent algorithms using structured language, such as pseudocode. [See: Solving Word Problems with the Design Recipe; Introduction to Data Structures; Structures, Reactors, and Animations; Functions That Ask Questions; Key Events; Refactoring; Scoring; Going Deeper: Nested Structures; Feature: Timers.]

MA.9-12.CT.d.10

Use an iterative design process, including learning from making mistakes, to gain a better understanding of the problem domain. [See: Making Flags.]

MA.9-12.CT.d.12

Demonstrate how to document a program so that others can understand its design and implementation. [See: Solving Word Problems with the Design Recipe.]

MA.9-12.CT.d.6

Use appropriate conditional structures in programs (e.g., IF-THEN, IF-THEN-ELSE, SWITCH). [See: Key Events.]

MA.9-12.CT.d.8

Use global and local scope appropriately in program design (e.g., for variables). [See: Making Flags.]

MA.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

MA.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

MA.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

MA.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

MA.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

MA.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

MA.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

MA.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

MA.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

MA.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

MA.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Mississippi Standards

MS.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

MS.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

MS.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

MS.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

MS.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

MS.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

MS.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

MS.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

MS.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

MS.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

MS.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

MS.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

MS.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

MS.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

MS.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

MS.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

MS.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

MS.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

MS.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

MS.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

MS.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

MS.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

MS.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Missouri Standards

MO.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

MO.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

MO.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

MO.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

MO.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

MO.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

MO.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

MO.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

MO.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

MO.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

MO.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

MO.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

MO.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

MO.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

MO.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

MO.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

MO.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

MO.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

MO.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

MO.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

MO.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

MO.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

MO.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Montana Standards

MT.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

MT.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

MT.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

MT.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

MT.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

MT.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

MT.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

MT.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

MT.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

MT.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

MT.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

MT.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

MT.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

MT.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

MT.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

MT.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

MT.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

MT.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

MT.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

MT.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

MT.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

MT.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

MT.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

New Hampshire Standards

NH.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

NH.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

NH.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

NH.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

NH.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

NH.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

NH.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

NH.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

NH.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

NH.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

NH.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

NH.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

NH.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

NH.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

NH.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

NH.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

NH.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

NH.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

NH.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

NH.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

NH.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

NH.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

NH.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Nevada Standards

NV.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

NV.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

NV.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

NV.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

NV.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

NV.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

NV.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

NV.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

NV.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

NV.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

NV.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

NV.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

NV.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

NV.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

NV.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

NV.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

NV.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

NV.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

NV.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

NV.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

NV.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

NV.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

NV.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

New Jersey Standards

NJ.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

NJ.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

NJ.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

NJ.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

NJ.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

NJ.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

NJ.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

NJ.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

NJ.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

NJ.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

NJ.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

NJ.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

NJ.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

NJ.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

NJ.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

NJ.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

NJ.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

NJ.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

NJ.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

NJ.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

NJ.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

NJ.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

NJ.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

New Mexico Standards

NM.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

NM.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

NM.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

NM.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

NM.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

NM.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

NM.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

NM.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

NM.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

NM.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

NM.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

NM.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

NM.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

NM.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

NM.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

NM.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

NM.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

NM.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

NM.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

NM.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

NM.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

NM.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

NM.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

North Carolina Standards

NC.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

NC.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

NC.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

NC.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

NC.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

NC.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

NC.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

NC.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

NC.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

NC.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

NC.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

NC.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

NC.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

NC.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

NC.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

NC.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

NC.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

NC.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

NC.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

NC.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

NC.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

NC.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

NC.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

North Dakota Standards

ND.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

ND.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

ND.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

ND.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

ND.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

ND.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

ND.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

ND.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

ND.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

ND.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

ND.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

ND.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

ND.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

ND.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

ND.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

ND.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

ND.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

ND.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

ND.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

ND.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

ND.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

ND.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

ND.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

New York Standards

NY.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

NY.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

NY.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

NY.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

NY.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

NY.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

NY.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

NY.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

NY.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

NY.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

NY.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

NY.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

NY.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

NY.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

NY.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

NY.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

NY.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

NY.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

NY.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

NY.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

NY.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

NY.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

NY.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Oklahoma Standards

OK.3.A.V.01

Create programs that use variables to store and modify grade level appropriate data. [See: Defining Values.]

OK.3.AP.A.01

Compare multiple algorithms for the same task. [See: Making Flags.]

OK.3.AP.M.01

Decompose the steps needed to solve a problem into a precise sequence of instructions. [See: Making Flags.]

OK.3.AP.PD.01

Use an iterative process to plan the development of a program while solving simple problems. [See: Solving Word Problems with the Design Recipe.]

OK.3.AP.PD.03

Analyze and debug a program that includes sequencing, repetition and variables in a programming language. [See: Making Flags.]

OK.3.AP.PD.04

Communicate and explain your program development using comments, presentations and demonstrations. [See: Solving Word Problems with the Design Recipe.]

OK.4.AP.A.01

Compare and refine multiple algorithms for the same task. [See: Making Flags.]

OK.4.AP.C.01

Create programs using a programming language that utilize sequencing, repetition, conditionals and variables using math operations manipulate values to solve a problem or express ideas both independently and collaboratively. [See: Making Flags.]

OK.4.AP.PD.04

Communicate and explain your program development using comments, presentations and demonstrations. [See: Solving Word Problems with the Design Recipe.]

OK.4.AP.V.01

Create programs that use variables to store and modify grade level appropriate data. [See: Defining Values.]

OK.5.AP.A.01

Compare and refine multiple algorithms for the same task and determine which is the most efficient. [See: Function Composition; Making Flags.]

OK.5.AP.PD.04

Communicate and explain your program development using comments, presentations and demonstrations. [See: Solving Word Problems with the Design Recipe.]

OK.5.AP.V.01

Create programs that use variables to store and modify grade level appropriate data. [See: Defining Values.]

OK.5.GM.1.1

Describe, classify and construct triangles, including equilateral, right, scalene, and isosceles triangles. Recognize triangles in various contexts. [See: Contracts.]

OK.6.A.1.1

Plot integer- and rational-valued (limited to halves and fourths) ordered-pairs as coordinates in all four quadrants and recognize the reflective relationships among coordinates that differ only by their signs. [See: Making Flags.]

OK.6.A.1.3

Use and evaluate variables in expressions, equations, and inequalities that arise from various contexts, including determining when or if, for a given value of the variable, an equation or inequality involving a variable is true or false. [See: Simple Data Types.]

OK.6.AP.A.01

Use an existing algorithm in natural language or pseudocode to solve complex problems. [See: Solving Word Problems with the Design Recipe.]

OK.6.AP.M.01

Decompose problems into parts to facilitate the design, implementation, and review of programs. [See: Making Flags.]

OK.6.AP.PD.01

Seek and incorporate feedback from team members to refine a solution to a problem. [See: Making Flags.]

OK.6.AP.PD.05

Document text-based programs in order to make them easier to follow, test, and debug. [See: Solving Word Problems with the Design Recipe.]

OK.6.GM.2.2

Develop and use the fact that the sum of the interior angles of a triangle is 180° to determine missing angle measures in a triangle. [See: Contracts.]

OK.6.IC.C.01

Explain how computing impacts people’s everyday activities. [See: Computing Needs All Voices.]

OK.7.A.3.3

Represent real-world or mathematical situations using equations and inequalities involving variables and rational numbers. [See: Defining Values.]

OK.7.AP.A.01

Select and modify an existing algorithm in natural language or pseudocode to solve complex problems. [See: Simple Data Types; Solving Word Problems with the Design Recipe.]

OK.7.AP.PD.05

Document text-based programs of increasing complexity in order to make them easier to follow, test, and debug. [See: Solving Word Problems with the Design Recipe.]

OK.7.GM.4.1

Describe the properties of similarity, compare geometric figures for similarity, and determine scale factors resulting from dilations. [See: Making Flags.]

OK.7.GM.4.2

Apply proportions, ratios, and scale factors to solve problems involving scale drawings and determine side lengths and areas of similar triangles and rectangles. [See: Making Flags.]

OK.7.N.1.1

Know that every rational number can be written as the ratio of two integers or as a terminating or repeating decimal. [See: Simple Data Types.]

OK.7.N.1.2

Compare and order rational numbers expressed in various forms using the symbols <, >, and =. [See: Simple Data Types.]

OK.7.N.1.3

Recognize and generate equivalent representations of rational numbers, including equivalent fractions. [See: Simple Data Types.]

OK.8.AP.A.01

Design algorithms in natural language, flow and control diagrams, comments within code, and/or pseudocode to solve complex problems. [See: Making Flags; Solving Word Problems with the Design Recipe.]

OK.8.AP.C.01

Develop programs that utilize combinations of nested repetition, compound conditionals, procedures without parameters, and the manipulation of variables representing different data types. [See: Simple Data Types.]

OK.8.AP.PD.04

Explain how effective communication between participants is required for successful collaboration when developing computational artifacts. [See: Solving Word Problems with the Design Recipe.]

OK.8.AP.PD.05

Document text-based programs of increasing complexity in order to make them easier to follow, test, and debug. [See: Solving Word Problems with the Design Recipe.]

OK.A1.F.1.2

Identify the dependent and independent variables as well as the domain and range given a function, equation, or graph. Identify restrictions on the domain and range in real-world contexts. [See: Contracts.]

OK.A1.F.1.3

Write linear functions, using function notation, to model real-world and mathematical situations. [See: Contracts; Function Composition.]

OK.A1.F.1.4

Given a graph modeling a real-world situation, read and interpret the linear piecewise function (excluding step functions). [See: Contracts.]

OK.A1.F.3

Represent functions in multiple ways and use the representation to interpret real-world and mathematical problems. [See: Function Composition; Defining Values.]

OK.A1.F.3.1

Identify and generate equivalent representations of linear equations, graphs, tables, and real-world situations. [See: Defining Values.]

OK.A1.F.3.2

Use function notation; evaluate a function, including nonlinear, at a given point in its domain algebraically and graphically. Interpret the results in terms of real-world and mathematical problems. [See: Function Composition.]

OK.A1.F.3.3

Add, subtract, and multiply functions using function notation. [See: Function Composition.]

OK.G.2D.1.8

Construct logical arguments to prove triangle congruence (SSS, SAS, ASA, AAS and HL) and triangle similarity (AA, SSS, SAS). [See: Contracts.]

OK.L2.AP.PD.05

Develop and use a series of test cases to verify that a program performs according to its design specifications. [See: Solving Word Problems with the Design Recipe.]

OK.MAP.1

Develop a deep and flexible conceptual understanding. [See: Making Flags.]

OK.MAP.4

Develop mathematical reasoning. [See: Making Flags.]

OK.MAP.7

Develop the ability to communicate mathematically. [See: Solving Word Problems with the Design Recipe.]

OK.PA.A.1.1

Recognize that a function is a relationship between an independent variable and a dependent variable in which the value of the independent variable determines the value of the dependent variable. [See: Contracts.]

OK.PA.A.1.2

Use linear functions to represent and explain real-world and mathematical situations. [See: Solving Word Problems with the Design Recipe.]

OK.PA.A.1.3

Identify a function as linear if it can be expressed in the form y = mx + b or if its graph is a straight line. [See: Solving Word Problems with the Design Recipe.]

OK.PA.A.2

Recognize linear functions in real-world and mathematical situations; represent linear functions and other functions with tables, verbal descriptions, symbols, and graphs; solve problems involving linear functions and interpret results in the original context. [See: Solving Word Problems with the Design Recipe.]

OK.PA.A.2.1

Represent linear functions with tables, verbal descriptions, symbols, and graphs; translate from one representation to another. [See: Solving Word Problems with the Design Recipe.]

OK.PA.A.3.1

Use substitution to simplify and evaluate algebraic expressions. [See: Function Composition; Defining Values.]

OK.PA.A.4

Represent real-world and mathematical problems using equations and inequalities involving linear expressions. Solve and graph equations and inequalities symbolically and graphically. Interpret solutions in the original context. [See: Making Flags.]

Ohio Standards

OH.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

OH.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

OH.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

OH.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

OH.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

OH.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

OH.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

OH.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

OH.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

OH.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

OH.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

OH.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

OH.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

OH.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

OH.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

OH.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

OH.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

OH.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

OH.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

OH.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

OH.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

OH.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

OH.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Oregon Standards

OR.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

OR.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

OR.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

OR.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

OR.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

OR.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

OR.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

OR.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

OR.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

OR.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

OR.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

OR.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

OR.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

OR.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

OR.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

OR.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

OR.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

OR.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

OR.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

OR.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

OR.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

OR.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

OR.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Pennsylvania Standards

PA.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

PA.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

PA.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

PA.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

PA.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

PA.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

PA.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

PA.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

PA.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

PA.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

PA.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

PA.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

PA.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

PA.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

PA.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

PA.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

PA.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

PA.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

PA.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

PA.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

PA.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

PA.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

PA.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Rhode Island Standards

RI.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

RI.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

RI.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

RI.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

RI.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

RI.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

RI.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

RI.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

RI.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

RI.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

RI.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

RI.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

RI.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

RI.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

RI.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

RI.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

RI.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

RI.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

RI.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

RI.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

RI.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

RI.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

RI.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

South Dakota Standards

SD.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

SD.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

SD.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

SD.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

SD.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

SD.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

SD.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

SD.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

SD.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

SD.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

SD.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

SD.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

SD.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

SD.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

SD.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

SD.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

SD.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

SD.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

SD.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

SD.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

SD.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

SD.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

SD.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Tennessee Standards

TN.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

TN.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

TN.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

TN.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

TN.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

TN.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

TN.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

TN.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

TN.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

TN.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

TN.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

TN.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

TN.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

TN.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

TN.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

TN.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

TN.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

TN.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

TN.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

TN.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

TN.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

TN.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

TN.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Utah Standards

UT.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

UT.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

UT.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

UT.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

UT.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

UT.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

UT.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

UT.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

UT.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

UT.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

UT.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

UT.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

UT.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

UT.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

UT.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

UT.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

UT.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

UT.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

UT.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

UT.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

UT.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

UT.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

UT.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Vermont Standards

VT.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

VT.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

VT.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

VT.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

VT.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

VT.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

VT.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

VT.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

VT.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

VT.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

VT.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

VT.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

VT.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

VT.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

VT.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

VT.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

VT.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

VT.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

VT.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

VT.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

VT.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

VT.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

VT.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Washington Standards

WA.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

WA.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

WA.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

WA.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

WA.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

WA.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

WA.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

WA.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

WA.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

WA.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

WA.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

WA.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

WA.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

WA.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

WA.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

WA.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

WA.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

WA.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

WA.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

WA.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

WA.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

WA.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

WA.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

West Virginia Standards

WV.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

WV.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

WV.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

WV.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

WV.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

WV.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

WV.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

WV.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

WV.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

WV.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

WV.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

WV.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

WV.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

WV.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

WV.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

WV.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

WV.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

WV.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

WV.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

WV.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

WV.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

WV.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

WV.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Wisconsin Standards

WI.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

WI.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

WI.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

WI.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

WI.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

WI.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

WI.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

WI.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

WI.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

WI.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

WI.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

WI.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

WI.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

WI.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

WI.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

WI.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

WI.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

WI.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

WI.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

WI.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

WI.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

WI.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

WI.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Wyoming Standards

WY.6.EE.B.6

Use variables to represent numbers and write expressions when solving a real-world or mathematical problem; understand that a variable can represent an unknown number, or, depending on the purpose at hand, any number in a specified set. [See: Function Composition; Defining Values; Solving Word Problems with the Design Recipe.]

WY.6.RP.A

Understand ratio concepts and use ratio reasoning to solve problems. [See: Making Flags.]

WY.6.RP.A.1

Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. [See: Making Flags.]

WY.6.RP.A.3.D

Use ratio reasoning to convert measurement units; manipulate and transform units appropriately when multiplying or dividing quantities. [See: Making Flags.]

WY.7.EE.B

Solve real-life and mathematical problems using numerical and algebraic expressions and equations. [See: Solving Word Problems with the Design Recipe.]

WY.7.EE.B.4

Use variables to represent quantities in a real-world or mathematical problem, and construct simple equations and inequalities to solve problems by reasoning about the quantities. [See: Defining Values; Solving Word Problems with the Design Recipe.]

WY.7.G.B.4

Know the formulas for the area and circumference of a circle and use them to solve problems; give an informal derivation of the relationship between the circumference and area of a circle. [See: Solving Word Problems with the Design Recipe.]

WY.7.G.B.6

Solve real-world and mathematical problems involving area, volume and surface area of two- and three-dimensional objects composed of triangles, quadrilaterals, polygons, cubes, and right prisms. [See: Solving Word Problems with the Design Recipe.]

WY.7.RP.A

Analyze proportional relationships and use them to solve real-world and mathematical problems. [See: Making Flags.]

WY.7.RP.A.1

Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured in like or different units. [See: Making Flags.]

WY.8.F.A.1

Understand that a function is a rule that assigns to each input exactly one output. The graph of a function is the set of ordered pairs consisting of an input and the corresponding output. [See: Contracts.]

WY.8.F.B

Use functions to model relationships between quantities. [See: Solving Word Problems with the Design Recipe.]

WY.HSA.CED.A

Create equations that describe numbers or relationships. [See: Solving Word Problems with the Design Recipe.]

WY.HSA.SSE.A.1

Interpret expressions that represent a quantity in terms of its context. [See: Defining Values; Solving Word Problems with the Design Recipe.]

WY.HSF.BF.A

Build a function that models a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

WY.HSF.BF.A.1

Write a function that describes a relationship between two quantities. [See: Solving Word Problems with the Design Recipe.]

WY.HSF.BF.A.1.B

Combine standard function types using arithmetic operations. [See: Function Composition.]

WY.HSF.BF.A.1.C

Compose functions. [See: Function Composition.]

WY.HSF.IF.A.1

Understand that a function from one set (called the domain) to another set (called the range) assigns to each element of the domain exactly one element of the range. If f is a function and x is an element of its domain, then f(x) denotes the output of f corresponding to the input x. The graph of f is the graph of the equation y = f(x). [See: Contracts.]

WY.HSF.IF.A.2

Use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. [See: Contracts; Making Flags; Solving Word Problems with the Design Recipe.]

WY.HSF.IF.B

Interpret functions that arise in applications in terms of the context. [See: Solving Word Problems with the Design Recipe.]

WY.HSF.IF.C

Analyze functions using different representations. [See: Solving Word Problems with the Design Recipe.]

WY.HSN.Q.A

Reason quantitatively and use units to solve problems. [See: Making Flags.]

Connected Math

CMP.6.6

Variables and Patterns: Focus on Algebra. [See: Defining Values.]

IM 8 Math™

IM.8.1.1

Moving in the Plane. [See: Making Flags.]

IM.8.1.2

Naming the moves. [See: Making Flags.]

IM.8.1.3

Grid Moves. [See: Making Flags.]

IM.8.2.1

Projecting and Scaling. [See: Making Flags.]

IM.8.5.1

Inputs and Outputs. [See: Contracts.]

IM.8.5.2

Introduction to Functions. [See: Contracts.]

IM 6 Math™

IM.6.1.3

Reasoning to Find Area. [See: Making Flags.]

IM.6.2.5

FIXME: Add title. [See: Making Flags.]

IM.6.2.14

Solving Equivalent Ratio Problems. [See: Making Flags.]

IM.6.7.14

Distances on the Coordinate Plane. [See: Making Flags.]

IM.6.7.15

Shapes on the Coordinate Plane. [See: Making Flags.]

IM.6.6.2

Truth and Equations. [See: Defining Values.]

IM.6.6.16

Two Related Quantities, Part 1. [See: Contracts.]

IM.6.6.17

Two Related Quantities, Part 2. [See: Contracts.]

IM.6.6.18

More Relationships. [See: Contracts.]

IM 6.7.8

Writing and Graphing Inequalities. [See: Simple Data Types.]

IM.6.7.9

Solutions of Inequalities. [See: Simple Data Types.]

IM.6.7.10

Interpreting Inequalities. [See: Simple Data Types.]

IM 7 Math™

IM.7.1.1

What are Scaled Copies?. [See: Making Flags.]

IM.7.1.5

The Size of the Scale Factor. [See: Making Flags.]

IM.7.4.1

Lots of Flags. [See: Making Flags.]

IM.7.6.11

Using Equations to Solve Problems. [See: Defining Values.]

IM.7.2.4

Proportional Relationships and Equations. [See: Contracts.]

IM.7.2.5

Two Equations for Each Relationship. [See: Contracts.]

IM.7.2.6

Using Equations to Solve Problems. [See: Contracts.]

IM.7.6.13

Reintroducing Inequalities. [See: Simple Data Types.]

IM Algebra 1

IM.Alg1.4.2

Function Notation. [See: Contracts; Defining Values.]

IM.Alg1.4.3

Interpreting & Using Function Notation. [See: Contracts; Making Flags.]

IM.Alg1.1.6

Mystery Computations. [See: Simple Data Types.]

Science and Engineering

SEP.7

Engaging in Argument from Evidence. [See: Defining Values.]

SEP.5

Using Mathematics and Computational Thinking. [See: Function Composition; Making Flags.]

SEP.8

Obtaining, Evaluating, and Communicating Information. [See: Contracts.]

Math

MP.3

Construct viable arguments and critique the reasoning of others. [See: Solving Word Problems with the Design Recipe.]

MP.4

Model with mathematics. [See: Making Flags; Solving Word Problems with the Design Recipe.]

MP.8

Look for and express regularity in repeated reasoning. [See: Defining Values; Making Flags.]

MP.7

Look for and make use of structure. [See: Defining Values; Making Flags; Solving Word Problems with the Design Recipe.]

MP.2

Reason abstractly and quantitatively. [See: Defining Values; Making Flags.]

MP.5

Use appropriate tools strategically. [See: Function Composition.]

MP.1

Make sense of problems and persevere in solving them. [See: Function Composition; Making Flags; Solving Word Problems with the Design Recipe.]

MP.6

Attend to precision. [See: Simple Data Types; Making Flags.]

Math Lang. Routines

MLR.6

Three Reads. [See: Solving Word Problems with the Design Recipe.]

MLR.5

Co-Craft Questions and Problems. [See: Defining Values.]

MLR.7

Compare and Connect. [See: Function Composition; Defining Values; Making Flags; Solving Word Problems with the Design Recipe.]

MLR.3

Clarify, Critique and Correct. [See: Function Composition; Making Flags.]

MLR.1

Stronger and Clearer Each Time. [See: Function Composition; Solving Word Problems with the Design Recipe.]

MLR.8

Discussion Supports. [See: Contracts; Defining Values.]

MLR.2

Collect and Display. [See: Contracts.]

MLR.4

Information Gap. [See: Simple Data Types.]

K12CS

P6

Testing and Refining Computational Artifacts. [See: Scoring; Adding Levels.]

P4

Developing and Using Abstractions. [See: Refactoring; Build Your Own Animation; Adding Collisions; Scoring; Making Pong; Going Deeper: Nested Structures; Feature: Timers.]

P3

Recognizing and Defining Computational Problems. [See: Refactoring; Build Your Own Animation; Adding Collisions; Adding Levels; Making Pong; Going Deeper: Nested Structures; Feature: Timers.]

P1

Fostering an Inclusive Computing Culture. [See: Computing Needs All Voices.]

Social Justice

SJ.10

Students will examine diversity in social, cultural, political and historical contexts rather than in ways that are superficial or oversimplified.. [See: Computing Needs All Voices.]

SJ.8

Students will respectfully express curiosity about the history and lived experiences of others and will exchange ideas and beliefs in an open-minded way. [See: Computing Needs All Voices.]

SJ.7

Students will develop language and knowledge to accurately and respectfully describe how people (including themselves) are both similar to and different from each other and others in their identity groups.. [See: Computing Needs All Voices.]

SJ.4

Students will express pride, confidence and healthy self-esteem without denying the value and dignity of other people.. [See: Computing Needs All Voices.]

SJ.2

Students will develop language and historical and cultural knowledge that affirm and accurately describe their membership in multiple identity groups. [See: Computing Needs All Voices.]

SJ.1

Students will develop positive social identities based on their membership in multiple groups in society. [See: Computing Needs All Voices.]