Math I · A-REI.6

Solving Systems of Two Linear Equations Exactly and Approximately

Systems of equations teach students to solve situations where two conditions must be true at the same time, from pricing to intersections to resource planning.

Concept Algebra
Domain Reasoning with Equations and Inequalities
Read time 9 minutes

What this learning objective is really asking you to learn

This objective asks students to solve two linear equations in two variables and understand the solution from more than one angle. A system of two linear equations is a pair of rules that both involve the same two unknowns. A solution is an ordered pair \((x, y)\) that makes both rules true at the same time. Graphically, each linear equation is a line, and the solution is where the two lines intersect.

For example, consider the system

\[y = 2x + 1\]
\[y = -x + 7\]

The first line contains all points where the output is one more than twice the input. The second line contains all points where the output is seven minus the input. The solution to the system is the point that lies on both lines. Algebraically, since both expressions equal \(y\), you can set them equal:

\[2x + 1 = -x + 7\]

Then \(3x = 6\), so \(x = 2\). Substitute back: \(y = 2(2) + 1 = 5\). The solution is \((2, 5)\). Graphically, the two lines cross at \((2, 5)\).

The standard asks for exact and approximate solutions. Exact solutions come from algebraic methods such as substitution and elimination. An exact answer might be \((2, 5)\) or \((3/2, -4)\). Approximate solutions often come from graphs, tables, or technology. A graph may show that two lines meet near \((1.7, 4.2)\), even if the exact values are messy decimals or fractions. Both forms are useful. Exact methods give precision; approximate methods give visual and practical understanding.

There are three main possibilities for a system of two linear equations. First, the lines may intersect at exactly one point. This is the most common case students first study. Second, the lines may be parallel and never intersect, which means there is no solution. Third, the two equations may describe the same line, which means every point on the line satisfies both equations, so there are infinitely many solutions.

This objective is not only about getting an answer. It is about coordinating representations. A table, graph, equation, and verbal situation can all describe the same system. A strong student can move among them. If the graph shows an intersection, algebra should produce the same point. If elimination gives \(0 = 5\), the graph should show parallel lines. If substitution gives an identity such as \(0 = 0\), the graph should show the same line twice. The representations should reinforce each other.

Why students should learn this math

Systems of equations answer one of the most practical questions in life: when do two conditions become true at the same time? This question appears everywhere. When do two payment plans cost the same? When will two people traveling at different speeds meet? How many adult and child tickets were sold if the total number of tickets and total revenue are known? What mixture of two ingredients creates a target concentration? When does revenue equal cost? When do supply and demand balance?

A single equation describes one relationship. A system describes a situation with multiple constraints. That is much closer to real life. Real decisions are rarely based on one condition only. A family budget must satisfy income limits, rent, food, transportation, savings, and debt. A construction project must satisfy length, area, cost, safety, and material constraints. A business must consider price, demand, labor, inventory, and profit. A scientific model may need to satisfy measurements from different instruments. Systems are the mathematics of simultaneous reality.

The exact-and-approximate distinction is also important. In pure math, exact answers are beautiful and powerful. If the solution is \((11/3, 7/6)\), that is precise. But in real situations, data may be measured, rounded, estimated, or noisy. A graph or table may provide a solution that is accurate enough for a decision. If two cell phone plans cost the same at about 8.4 gigabytes, a customer may simply need to know that below 8 gigabytes one plan is cheaper and above 9 gigabytes the other is cheaper. Exact symbolic precision is not always the point; useful interpretation is.

This objective also develops flexible thinking. Some systems are easier by substitution. Others are easier by elimination. Some are best understood graphically. Students who know only one method often get stuck or use a method inefficiently. Students who understand the meaning of a system can choose a method based on structure. If one equation already says \(y = ...\), substitution is natural. If coefficients line up, elimination is efficient. If the problem is about comparing two trends, a graph may reveal the story quickly.

In technical careers, systems become unavoidable. Engineers solve force-balance systems. Electricians and electrical engineers use systems to analyze circuits. Chemists use systems to balance reactions and mixture relationships. Economists use systems for equilibrium models. Computer scientists use systems in graphics, optimization, network flow, and machine learning. Even modern recommendation systems and search engines rely on large-scale mathematical structures related to systems of equations.

For students who do not enter technical careers, systems still matter because they teach disciplined comparison. Many bad decisions happen when people compare only one piece of information. Systems force the question: what must be true together? That is a mature way to think.

The historical machinery: simultaneous conditions and the rise of algebraic methods

The need to solve simultaneous conditions is ancient. Whenever people trade goods, measure land, divide resources, or build structures, they encounter multiple unknowns connected by multiple facts. Early mathematical traditions developed problem-solving methods long before modern notation existed. Instead of writing \(x\) and \(y\), solvers described quantities in words or arranged numbers in structured tables. The underlying challenge was the same: several relationships, several unknowns, one shared solution.

As algebraic notation improved, systems became easier to express and generalize. Symbols allowed mathematicians to represent unknowns efficiently and to develop methods that worked across many problems. The development of coordinate geometry then gave systems a powerful visual interpretation: two linear equations are two lines, and their common solution is an intersection point. This linked algebraic solving with geometric seeing.

Elimination became one of the great systematic methods for solving systems. In a small classroom system, elimination may take only a few lines. In a large scientific system, the same idea can involve many equations and many variables. The development of matrix notation made the structure clearer. Instead of writing every variable each time, mathematicians and computers can store the coefficients in arrays and perform row operations. This is the foundation of numerical linear algebra, a field that supports engineering, statistics, data science, physics, economics, and computer graphics.

The approximate side also has deep roots. In real measurement, exact values are often unavailable. Astronomers, surveyors, navigators, and scientists have long had to estimate solutions from observations. Graphs, tables, interpolation, and numerical methods developed because the world does not always hand us clean equations with clean answers. Modern calculators and computers continue this tradition. They can approximate intersections, solve large systems, and visualize relationships quickly.

Understanding both exact and approximate solving places students in this long historical stream. Exact algebra gives control and proof. Approximation gives practicality and scale. A person who understands both can move between the ideal mathematical model and the imperfect real world.

Where this fits in the big map of mathematics

A-REI.6 sits directly after the idea that equations have graphs and before more advanced systems. In the map of algebra, it extends equation-solving from one unknown to two. In the map of geometry, it connects lines and intersections. In the map of functions, it answers when two functions produce the same output. In the map of modeling, it represents multiple real-world constraints.

It also prepares students for inequalities and feasible regions. A linear equation gives a boundary line. A linear inequality gives a half-plane. A system of inequalities gives an overlapping region of possible solutions. The ability to solve systems of equations helps students understand the corner points and boundaries of those regions.

Later, systems expand beyond two lines. Students solve linear-quadratic systems, systems involving nonlinear functions, and systems represented by matrices. In calculus, intersections help solve equations involving functions that cannot always be solved algebraically. In statistics, systems appear in regression and optimization. In computer science, systems appear in simulations, graphics transformations, and algorithms.

The conceptual map can be summarized this way: a one-variable equation finds a number; a two-variable equation describes a line of possible pairs; a system of two equations finds the pair that satisfies both. That movement from number to line to intersection is one of the main pathways into higher mathematics.

How to execute the skill technically

There are three core methods students should understand: graphing, substitution, and elimination.

Graphing begins by drawing each line. If the equations are in slope-intercept form, such as \(y = mx + b\), use the y-intercept and slope. If the equations are in standard form, such as \(Ax + By = C\), you may find intercepts or rewrite as \(y = mx + b\). The solution is where the lines cross. Graphing is especially useful for estimating and for understanding the type of solution. The weakness is that unless the intersection falls neatly on grid lines, the answer may be approximate.

Substitution works well when one equation already isolates a variable. For example:

\[y = 3x - 4\]
\[2x + y = 11\]

Substitute \(3x - 4\) for \(y\) in the second equation:

\[2x + (3x - 4) = 11\]

Then \(5x - 4 = 11\), so \(5x = 15\), and \(x = 3\). Substitute back: \(y = 3(3) - 4 = 5\). The solution is \((3, 5)\).

Elimination works well when adding or subtracting equations can remove a variable. For example:

\[4x + 3y = 18\]
\[2x - 3y = 6\]

Add the equations:

\[6x = 24\]

So \(x = 4\). Substitute back into the second equation:

\[2(4) - 3y = 6\]
\[8 - 3y = 6\]
\[-3y = -2\]
\[y = 2/3\]

The solution is \((4, 2/3)\).

Students should also recognize special cases. Consider:

\[y = 2x + 1\]
\[y = 2x - 5\]

These lines have the same slope but different intercepts. They are parallel. Algebraically, setting them equal gives \(2x + 1 = 2x - 5\), which simplifies to \(1 = -5\), a contradiction. There is no solution.

Now consider:

\[2x + y = 7\]
\[4x + 2y = 14\]

The second equation is just twice the first. They are the same line. Algebraically, elimination may produce \(0 = 0\), an identity. There are infinitely many solutions: every point on the line.

A good technical routine is: define the variables, write the equations, choose a method, solve carefully, check the ordered pair in both equations, and interpret the answer in context. The check is not optional in modeling. A pair may be mathematically correct but impossible in the situation if it involves negative people, fractional tickets, or values outside a realistic domain.

A worked example: ticket sales

Suppose a school sold 120 tickets to a play. Student tickets cost $5, adult tickets cost $8, and total revenue was $780. How many student and adult tickets were sold?

Let \(s\) be student tickets and \(a\) be adult tickets. The total number of tickets gives

\[s + a = 120\]

The revenue gives

\[5s + 8a = 780\]

Use substitution. From the first equation, \(s = 120 - a\). Substitute:

\[5(120 - a) + 8a = 780\]
\[600 - 5a + 8a = 780\]
\[600 + 3a = 780\]
\[3a = 180\]
\[a = 60\]

Then \(s = 120 - 60 = 60\). The school sold 60 student tickets and 60 adult tickets.

Graphically, the first equation is a line representing all ticket combinations totaling 120. The second line represents all ticket combinations totaling $780. Their intersection is the combination that satisfies both conditions. In context, only nonnegative whole-number solutions make sense.

Common mistakes and how to avoid them

A common mistake is finding a point on one line and thinking the system is solved. A solution must satisfy both equations. Always check the answer in both original equations.

Another mistake is mixing up the meaning of variables. If \(s\) represents student tickets and \(a\) represents adult tickets, keep that meaning throughout the problem. Swapping them may produce a pair that looks numerically plausible but answers the wrong question.

Students also make errors with signs during substitution and elimination. Parentheses are especially important when substituting expressions. If \(y = -2x + 7\), then substituting into \(3x - y = 5\) gives \(3x - (-2x + 7) = 5\), not \(3x - 2x + 7 = 5\).

A graphing mistake is trusting an inaccurate drawing too much. If a graph suggests an intersection near \((2, 3)\), algebra can confirm whether it is exactly \((2, 3)\) or merely close. Graphing is excellent for meaning and approximation, but exact solutions require algebra unless technology gives precise intersection values.

Finally, students sometimes treat no solution or infinitely many solutions as failures. They are not failures. They are valid conclusions about the relationship between the lines. No solution means the conditions cannot both be true. Infinitely many solutions means the two equations express the same condition.

What students should be able to say

A student who has mastered this objective should be able to say: “A system of two linear equations asks for the ordered pair that satisfies both equations. Graphically, that point is the intersection of two lines. I can solve exactly using substitution or elimination, estimate using a graph or table, recognize one solution, no solution, or infinitely many solutions, and interpret the result in context.”

That understanding turns systems from a procedure into a practical language for simultaneous conditions.

Problem Library

Problems in the App From This Objective

180 problems across 15 archetypes in the app.

substitute expression, solve, and back-substitute.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Solve the system by substitution: y = 2x + 1, x + y = 10.

Problem 2

Solve the system by substitution: x = y + 4, x + 2y = 13.

Open in simulator
Problem 3

Solve the system by substitution: y = -x + 8, 2x + y = 11.

Problem 4

Solve the system by substitution: y = 3x - 2, 4x + y = 12.

Problem 5

Solve the system by substitution: x = 2y + 5, 3x - y = 10.

Problem 6

Solve the system by substitution: y = -2x + 7, x - y = 2.

Problem 7

Solve the system by substitution: x = -y + 1, 2x + 3y = 5.

Problem 8

Solve the system by substitution: y = x - 3, 5x - 2y = 12.

Problem 9

Solve the system by substitution: x = 3y - 1, 2x - 5y = 0.

Problem 10

Solve the system by substitution: y = 4x - 5, -x + y = 1.

Problem 11

Solve the system by substitution: x = -3y + 6, x + 2y = 4.

Problem 12

Solve the system by substitution: y = 5x - 7, -2x + y = -1.

rearrange one equation before substitution.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Solve the system by isolating a variable first, then substituting: x + y = 9, 2x - y = 6.

Problem 14

Solve the system by isolating a variable first, then substituting: 3x + y = 14, x - 2y = -3.

Problem 15

Solve the system by isolating a variable first, then substituting: 2x + y = 12, x + 3y = 21.

Problem 16

Solve the system by isolating a variable first, then substituting: x - y = 5, 2x + 3y = 10.

Problem 17

Solve the system by isolating a variable first, then substituting: x + y = 10, 3x - 2y = 5.

Problem 18

Solve the system by isolating a variable first, then substituting: 2x - y = 1, x + 3y = 11.

Problem 19

Solve the system by isolating a variable first, then substituting: x - 2y = -7, 3x + y = 7.

Problem 20

Solve the system by isolating a variable first, then substituting: 4x + y = 10, x - 2y = -5.

Problem 21

Solve the system by isolating a variable first, then substituting: x + 4y = 13, 2x - y = 5.

Problem 22

Solve the system by isolating a variable first, then substituting: 3x + y = 8, x + 2y = 6.

Problem 23

Solve the system by isolating a variable first, then substituting: x - 3y = -1, 2x + y = 12.

Problem 24

Solve the system by isolating a variable first, then substituting: 5x + y = 11, x - 3y = -1.

Open in simulator
add equations to eliminate a variable.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Solve the system by elimination with matching opposite coefficients: 2x + y = 7, x - y = 2.

Problem 26

Solve the system by elimination with matching opposite coefficients: 3x - 2y = 4, x + 2y = 12.

Problem 27

Solve the system by elimination with matching opposite coefficients: -x + y = 5, x + 2y = 10.

Problem 28

Solve the system by elimination with matching opposite coefficients: 5x + 3y = 19, -5x + 2y = 1.

Problem 29

Solve the system by elimination with matching opposite coefficients: 4x - 3y = 10, 2x + 3y = 8.

Problem 30

Solve the system by elimination with matching opposite coefficients: -x + 4y = 11, x + y = 4.

Problem 31

Solve the system by elimination with matching opposite coefficients: 2x + 5y = 1, -2x + 3y = 7.

Problem 32

Solve the system by elimination with matching opposite coefficients: 3x - 4y = 10, -3x - 2y = -4.

Problem 33

Solve the system by elimination with matching opposite coefficients: 7x + y = 15, -7x + 2y = 3.

Problem 34

Solve the system by elimination with matching opposite coefficients: x - 6y = 13, -x + 2y = -5.

Problem 35

Solve the system by elimination with matching opposite coefficients: -5x + 2y = 12, 5x + 7y = 6.

Problem 36

Solve the system by elimination with matching opposite coefficients: 6x + 8y = 2, -6x + 4y = 10.

Open in simulator
create opposite coefficients before combining.
12 problems Warmup Practice Mixed Review Assessment
Problem 37

Solve the system by elimination, multiplying one equation first: 2x + y = 9, x - y = 3.

Problem 38

Solve the system by elimination, multiplying one equation first: 3x + 2y = 16, x - y = 2.

Open in simulator
Problem 39

Solve the system by elimination, multiplying one equation first: 2x + 3y = 18, x - y = 1.

Problem 40

Solve the system by elimination, multiplying one equation first: 5x + 2y = 10, 3x - 2y = 6.

Problem 41

Solve the system by elimination, multiplying one equation first: 4x + 3y = 17, x - y = 1.

Problem 42

Solve the system by elimination, multiplying one equation first: x + 5y = 12, 3x + 2y = 1.

Problem 43

Solve the system by elimination, multiplying one equation first: 5x - 2y = 1, 3x + y = 10.

Problem 44

Solve the system by elimination, multiplying one equation first: 3x + 4y = 7, x + 2y = 3.

Problem 45

Solve the system by elimination, multiplying one equation first: 2x + 5y = 12, 4x - y = 10.

Problem 46

Solve the system by elimination, multiplying one equation first: x + 3y = 8, 5x - 2y = 6.

Problem 47

Solve the system by elimination, multiplying one equation first: 4x + 3y = 10, 4x - y = 2.

Problem 48

Solve the system by elimination, multiplying one equation first: 7x + 4y = 30, x - 2y = -4.

use least common multiple coefficients.
12 problems Warmup Practice Mixed Review Assessment
Problem 49

Solve the system by elimination, multiplying both equations first: 2x + 3y = 13, 3x - 2y = 4.

Problem 50

Solve the system by elimination, multiplying both equations first: 3x + 4y = 18, 2x - 3y = -1.

Problem 51

Solve the system by elimination, multiplying both equations first: 5x + 2y = 16, 3x - 4y = -2.

Problem 52

Solve the system by elimination, multiplying both equations first: 4x + 5y = 22, 3x - 2y = 5.

Problem 53

Solve the system by elimination, multiplying both equations first: 3x + 2y = 11, 5x - 3y = -7.

Problem 54

Solve the system by elimination, multiplying both equations first: 2x - 5y = 5, 3x + 4y = 19.

Problem 55

Solve the system by elimination, multiplying both equations first: 4x + 3y = 2, 3x - 5y = -13.

Problem 56

Solve the system by elimination, multiplying both equations first: 5x - 2y = 12, 2x + 3y = 1.

Open in simulator
Problem 57

Solve the system by elimination, multiplying both equations first: 3x + 4y = 1, 4x - 5y = 22.

Problem 58

Solve the system by elimination, multiplying both equations first: 2x + 3y = 5, 5x - 4y = -22.

Problem 59

Solve the system by elimination, multiplying both equations first: 3x + 2y = 6, 2x + 5y = -7.

Problem 60

Solve the system by elimination, multiplying both equations first: 4x - 3y = -9, 3x + 2y = -11.

build two linear models and find their intersection.
12 problems Warmup Practice Mixed Review Assessment
Problem 61

Build and solve a system for the break-even context: Plan A costs 20 plus 5 per month; Plan B costs 8 plus 8 per month.

Problem 62

Build and solve a system for the break-even context: One account starts with 50 and adds 10 weekly; another starts with 20 and adds 15 weekly.

Problem 63

Build and solve a system for the break-even context: Runner A starts 10 miles ahead and runs 6 mph; Runner B runs 8 mph.

Open in simulator
Problem 64

Build and solve a system for the break-even context: Cell plan A costs 30 base plus 0.10 per minute; Cell plan B costs 15 base plus 0.25 per minute.

Problem 65

Build and solve a system for the break-even context: Rental company A charges 50 flat plus 0.20 per mile; Company B charges 30 flat plus 0.30 per mile.

Problem 66

Build and solve a system for the break-even context: Printer X charges 75 setup plus 5 per shirt; Printer Y charges 25 setup plus 7 per shirt.

Problem 67

Build and solve a system for the break-even context: Plumber A charges 60 call-out plus 40 per hour; Plumber B charges 80 call-out plus 30 per hour.

Problem 68

Build and solve a system for the break-even context: Investment A starts with 1000 and grows 50 monthly; Investment B starts with 500 and grows 75 monthly.

Problem 69

Build and solve a system for the break-even context: Cyclist P starts 15 miles ahead and rides 10 mph; Cyclist Q starts from the beginning and rides 13 mph.

Problem 70

Build and solve a system for the break-even context: Gym Alpha charges 100 enrollment plus 20 per month; Gym Beta charges 50 enrollment plus 30 per month.

Problem 71

Build and solve a system for the break-even context: Tank A starts with 500 gallons and drains 25 gallons per hour; Tank B starts with 200 gallons and fills 50 gallons per hour.

Problem 72

Build and solve a system for the break-even context: Salesperson A earns 300 base salary plus 10% commission on sales; Salesperson B earns 200 base salary plus 15% commission on sales.

locate the intersection and read coordinates.
12 problems Warmup Practice Mixed Review Assessment
Problem 73

Estimate the solution of the system from the graph description two lines cross at the grid point (3, 2).

Problem 74

Estimate the solution of the system from the graph description the lines cross halfway between x=4 and x=5 and near y=1.

Problem 75

Estimate the solution of the system from the graph description the lines cross slightly left of x=-1 and near y=6.

Problem 76

Estimate the solution of the system from the graph description the two graphs intersect at the point (-4, 1).

Problem 77

Estimate the solution of the system from the graph description the two lines cross at the origin (0, 0).

Problem 78

Estimate the solution of the system from the graph description the intersection point is halfway between x=1 and x=2, and halfway between y=-3 and y=-4.

Problem 79

Estimate the solution of the system from the graph description the system's solution is slightly right of x=2 and slightly above y=5.

Open in simulator
Problem 80

Estimate the solution of the system from the graph description the lines cross slightly left of x=-5 and near y=0.

Problem 81

Estimate the solution of the system from the graph description the graphs intersect near x=7 and slightly below y=-2.

Problem 82

Estimate the solution of the system from the graph description the solution is about a quarter of the way between x=0 and x=1, and near y=-1.

Problem 83

Estimate the solution of the system from the graph description the intersection is about three-quarters of the way between x=-2 and x=-1, and slightly above y=4.

Problem 84

Estimate the solution of the system from the graph description the graphs intersect at y=3 and slightly left of x=-6.

identify equal outputs or bracket the crossing.
12 problems Warmup Practice Mixed Review Assessment
Problem 85

Estimate the solution of the system from the table f=2, g=8, x=0; f=4, g=6, x=1; f=6, g=4, x=2.

Problem 86

Estimate the solution of the system from the table f=5, g=1, x=0; f=4, g=3, x=1; f=3, g=5, x=2.

Problem 87

Estimate the solution of the system from the table f=3, g=7, x=0; f=5, g=5, x=1; f=7, g=3, x=2.

Problem 88

Estimate the solution of the system from the table f=10, g=10, x=0; f=12, g=8, x=1; f=14, g=6, x=2.

Problem 89

Estimate the solution of the system from the table f=1, g=9, x=0; f=3, g=6, x=1; f=5, g=5, x=2.

Open in simulator
Problem 90

Estimate the solution of the system from the table f=1, g=5, x=0; f=3, g=2, x=1; f=5, g=0, x=2.

Problem 91

Estimate the solution of the system from the table f=8, g=3, x=0; f=5, g=6, x=1; f=2, g=9, x=2.

Problem 92

Estimate the solution of the system from the table f=-2, g=4, x=0; f=0, g=2, x=1; f=2, g=0, x=2.

Problem 93

Estimate the solution of the system from the table f=-5, g=1, x=0; f=-2, g=-2, x=1; f=1, g=-5, x=2.

Problem 94

Estimate the solution of the system from the table f=100, g=150, x=0; f=120, g=110, x=1; f=140, g=70, x=2.

Problem 95

Estimate the solution of the system from the table f=10, g=30, x=0; f=20, g=25, x=1; f=30, g=20, x=2.

Problem 96

Estimate the solution of the system from the table f=10, g=12, x=0; f=8, g=8, x=1; f=6, g=4, x=2.

recognize intersecting, parallel, and identical lines.
12 problems Warmup Practice Mixed Review Assessment
Problem 97

Classify the system y = 2x + 1, y = -x + 7 as one solution, no solution, or infinitely many solutions.

Problem 98

Classify the system y = 3x + 2, y = 3x - 5 as one solution, no solution, or infinitely many solutions.

Problem 99

Classify the system 2x + y = 6, y = -2x + 6 as one solution, no solution, or infinitely many solutions.

Problem 100

Classify the system y = 5x - 3, y = -2x + 4 as one solution, no solution, or infinitely many solutions.

Open in simulator
Problem 101

Classify the system x + y = 10, y = 3x - 2 as one solution, no solution, or infinitely many solutions.

Problem 102

Classify the system 3x + 2y = 7, x - y = 1 as one solution, no solution, or infinitely many solutions.

Problem 103

Classify the system y = -4x + 1, y = -4x + 8 as one solution, no solution, or infinitely many solutions.

Problem 104

Classify the system 2x - y = 5, y = 2x + 3 as one solution, no solution, or infinitely many solutions.

Problem 105

Classify the system 6x + 3y = 9, 2x + y = 1 as one solution, no solution, or infinitely many solutions.

Problem 106

Classify the system y = 0.5x + 3, y = 1/2 x + 3 as one solution, no solution, or infinitely many solutions.

Problem 107

Classify the system 4x + 2y = 10, y = -2x + 5 as one solution, no solution, or infinitely many solutions.

Problem 108

Classify the system 3x - y = 2, 6x - 2y = 4 as one solution, no solution, or infinitely many solutions.

attach units and determine reasonableness.
12 problems Warmup Practice Mixed Review Assessment
Problem 109

Interpret the system solution (4, 40) in the context x is months and y is total cost in dollars for two plans, including whether it is reasonable.

Problem 110

Interpret the system solution (-2, 10) in the context x is number of tickets and y is total cost, including whether it is reasonable.

Problem 111

Interpret the system solution (3.5, 21) in the context x is number of buses and y is students transported, including whether it is reasonable.

Problem 112

Interpret the system solution (8, 24) in the context x is hours worked and y is total items produced, including whether it is reasonable.

Open in simulator
Problem 113

Interpret the system solution (-5, 100) in the context x is days after an event and y is remaining quantity, including whether it is reasonable.

Problem 114

Interpret the system solution (1.5, 30) in the context x is number of full boxes and y is total items, including whether it is reasonable.

Problem 115

Interpret the system solution (20, 3.75) in the context x is number of students and y is number of teams, including whether it is reasonable.

Problem 116

Interpret the system solution (0, 75) in the context x is hours passed and y is current temperature in Fahrenheit, including whether it is reasonable.

Problem 117

Interpret the system solution (0, -100) in the context x is items sold and y is net profit in dollars, including whether it is reasonable.

Problem 118

Interpret the system solution (10, -5) in the context x is number of people and y is total height in feet, including whether it is reasonable.

Problem 119

Interpret the system solution (-3, -15) in the context x is distance traveled in miles and y is fuel remaining in gallons, including whether it is reasonable.

Problem 120

Interpret the system solution (1000, 50000) in the context x is units produced and y is total revenue in dollars, including whether it is reasonable.

decide between graphing, substitution, and elimination.
12 problems Warmup Practice Mixed Review Assessment
Problem 121

Choose the most efficient method for solving y = 2x + 1, x + y = 10: graphing, substitution, or elimination. Explain.

Problem 122

Choose the most efficient method for solving 2x + y = 7, x - y = 2: graphing, substitution, or elimination. Explain.

Problem 123

Choose the most efficient method for solving two graphed lines crossing near (3.5, 2) with no equations shown: graphing, substitution, or elimination. Explain.

Problem 124

Choose the most efficient method for solving x = 3y - 5, 2x + y = 1: graphing, substitution, or elimination. Explain.

Problem 125

Choose the most efficient method for solving y - 3x = 4, 2x + 5y = 10: graphing, substitution, or elimination. Explain.

Problem 126

Choose the most efficient method for solving 3x + 2y = 10, -3x + 5y = 4: graphing, substitution, or elimination. Explain.

Problem 127

Choose the most efficient method for solving 4x - 2y = 8, 4x + 3y = 18: graphing, substitution, or elimination. Explain.

Problem 128

Choose the most efficient method for solving 2x + 3y = 7, 4x - y = 1: graphing, substitution, or elimination. Explain.

Problem 129

Choose the most efficient method for solving y = -x + 5, y = 2x - 1: graphing, substitution, or elimination. Explain.

Problem 130

Choose the most efficient method for solving A scientist needs to estimate the intersection of two experimental data trends shown on a scatter plot.: graphing, substitution, or elimination. Explain.

Problem 131

Choose the most efficient method for solving x + 2y = 7, 3x - 4y = 5: graphing, substitution, or elimination. Explain.

Open in simulator
Problem 132

Choose the most efficient method for solving 3x + 4y = 10, 6x - 2y = 2: graphing, substitution, or elimination. Explain.

clear decimals/fractions or use exact arithmetic.
12 problems Warmup Practice Mixed Review Assessment
Problem 133

Solve the system with fractions or decimals: 0.5x + y = 7, x - y = 2.

Problem 134

Solve the system with fractions or decimals: x/2 + y = 8, x - y = 4.

Problem 135

Solve the system with fractions or decimals: 0.25x + y = 5, x - 2y = 0.

Problem 136

Solve the system with fractions or decimals: x/3 + y = 5, x - y = 3.

Problem 137

Solve the system with fractions or decimals: 0.2x + y = 2, x - 2y = 1.

Problem 138

Solve the system with fractions or decimals: x/4 + y/2 = 1, x - y = 2.

Problem 139

Solve the system with fractions or decimals: x + 0.5y = 3, 2x - y = 2.

Open in simulator
Problem 140

Solve the system with fractions or decimals: 0.1x + 0.1y = 0.5, x - y = 1.

Problem 141

Solve the system with fractions or decimals: x/2 - y = 1, x + y/2 = 4.

Problem 142

Solve the system with fractions or decimals: 0.5x - 0.5y = 1, x + y = 6.

Problem 143

Solve the system with fractions or decimals: x/5 + y = 2, x - 2y = 0.

Problem 144

Solve the system with fractions or decimals: x + y/3 = 4, x - y = 0.

diagnose substitution, elimination, sign, and back-substitution mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 145

Find and correct the error in this worked system solution: For y = 2x + 1 and x + y = 10, substitute to get x + 2x + 1 = 10, then 2x = 9.

Problem 146

Find and correct the error in this worked system solution: Add 2x + y = 7 and x - y = 2 to get 3x = 5.

Open in simulator
Problem 147

Find and correct the error in this worked system solution: Solution (2,5) is claimed for x + y = 8 and x - y = 1.

Problem 148

Find and correct the error in this worked system solution: For y = 3x - 2 and 2x + y = 8, substitute to get 2x + (3x - 2) = 8, then 5x - 2 = 8, so 5x = 6.

Problem 149

Find and correct the error in this worked system solution: To eliminate y from 3x + 2y = 10 and x - y = 5, multiply the second equation by 2 to get 2x - 2y = 5. Then add to the first equation to get 5x = 15.

Problem 150

Find and correct the error in this worked system solution: For 2x + y = 7 and x - (y - 3) = 4, simplify the second equation to x - y - 3 = 4.

Problem 151

Find and correct the error in this worked system solution: The solution (2,3) is claimed for x + y = 5 and 2x - y = 1. Checking: 2 + 3 = 5 (correct). 2(2) - 3 = 7 (incorrect). Therefore, (2,3) is not a solution.

Problem 152

Find and correct the error in this worked system solution: Subtract 5x - 2y = 9 from 5x + 3y = 19 to get (5x + 3y) - (5x - 2y) = 19 - 9, which simplifies to 3y - 2y = 10, so y = 10.

Problem 153

Find and correct the error in this worked system solution: For x = y + 4 and 3x - 2y = 10, substitute x into the second equation: 3(y + 4) - 2y = 10, then 3y + 4 - 2y = 10.

Problem 154

Find and correct the error in this worked system solution: For 4x - y = 10 and 2x + y = 2, isolate y from the first equation to get y = 4x + 10.

Problem 155

Find and correct the error in this worked system solution: To eliminate y from 2x + 3y = 13 and x - y = 1, multiply the second equation by 2 to get 2x - 2y = 2. Then add to the first equation: (2x + 3y) + (2x - 2y) = 13 + 2, which gives 4x + y = 15.

Problem 156

Find and correct the error in this worked system solution: For x = 3 and 2x + y = 10, substitute x into the second equation: 2(2) + y = 10.

translate simultaneous relationships into equations.
12 problems Warmup Practice Mixed Review Assessment
Problem 157

Write and solve a system from the two constraints in Adult tickets cost 12 dollars and child tickets cost 8 dollars. 10 tickets cost 104 dollars total.

Problem 158

Write and solve a system from the two constraints in Two numbers have sum 15 and difference 3.

Problem 159

Write and solve a system from the two constraints in A mix has 2-dollar items and 5-dollar items. There are 8 items and total cost is 25 dollars.

Problem 160

Write and solve a system from the two constraints in A bakery sold muffins for $2 each and croissants for $3 each. They sold a total of 20 items and made $52.

Problem 161

Write and solve a system from the two constraints in The sum of two numbers is 23. One number is 5 more than the other.

Problem 162

Write and solve a system from the two constraints in Sarah is 3 years older than Tom. The sum of their ages is 35.

Problem 163

Write and solve a system from the two constraints in A chemist needs to mix a 10% acid solution and a 40% acid solution to get 60 liters of a 25% acid solution.

Problem 164

Write and solve a system from the two constraints in The perimeter of a rectangle is 40 cm. The length is 4 cm more than the width.

Problem 165

Write and solve a system from the two constraints in A boat travels 30 miles downstream in 2 hours. The return trip upstream takes 3 hours. Find the speed of the boat in still water and the speed of the current.

Open in simulator
Problem 166

Write and solve a system from the two constraints in A coffee shop sold 70 drinks in total, consisting of lattes and cappuccinos. Lattes cost $4 each and cappuccinos cost $5 each. The total revenue was $310.

Problem 167

Write and solve a system from the two constraints in One number is twice another number. Their sum is 48.

Problem 168

Write and solve a system from the two constraints in An investor put a total of $10,000 into two accounts. One account earns 3% annual interest and the other earns 5% annual interest. The total interest earned in one year was $420.

substitute ordered pair and check both equalities.
12 problems Warmup Practice Mixed Review Assessment
Problem 169

Verify whether (3,2) solves the system x + y = 5, x - y = 1.

Problem 170

Verify whether (2,3) solves the system 2x + y = 7, x - y = 1.

Problem 171

Verify whether (4,1) solves the system 3x + y = 13, x + 2y = 6.

Problem 172

Verify whether (5,1) solves the system x + y = 6, x - y = 4.

Problem 173

Verify whether (2,1) solves the system x + y = 4, 2x - y = 3.

Problem 174

Verify whether (3,1) solves the system x + y = 4, x - 2y = 2.

Problem 175

Verify whether (2,3) solves the system 3x - y = 3, x + 2y = 8.

Problem 176

Verify whether (1,1) solves the system x + y = 3, 2x - y = 0.

Problem 177

Verify whether (-1,2) solves the system x + y = 1, 2x - y = -4.

Problem 178

Verify whether (1,0) solves the system x + y = 0, 2x - y = 3.

Problem 179

Verify whether (2,3) solves the system 2x + 3y = 13, x - y = -1.

Open in simulator
Problem 180

Verify whether (1,2) solves the system 4x - y = 3, x + 3y = 7.