Math III · A-CED.3

Representing Constraints and Systems and Interpreting Viable Solutions

Real decisions happen under limits, and systems of constraints show which choices are possible, impossible, efficient, or irresponsible.

Concept Algebra
Domain Creating Equations
Read time 6 minutes

What this learning objective is really asking you to learn

This objective asks students to represent constraints and systems in modeling contexts and then interpret viable and non-viable solutions. A constraint is a condition that limits possible values. It might be a budget, a minimum requirement, a maximum capacity, a deadline, a safety limit, a domain restriction, or a physical law. A system is a collection of constraints or equations that must be satisfied together.

Students first met this idea in Math I with linear systems and inequalities. In Math III, constraints may involve more advanced expression types and more realistic modeling decisions. A system might include a rational cost model, a polynomial design formula, a radical measurement constraint, or a nonlinear function. The goal is not only to solve algebraically but to decide what solutions make sense.

A viable solution is a solution that satisfies both the mathematics and the context. A non-viable solution may satisfy a transformed equation but fail a domain restriction, physical condition, unit requirement, or practical constraint. For example, a negative time may be algebraically produced but contextually impossible. A fractional number of people may be mathematically allowed in a continuous model but not viable in a counting problem. A value that makes a denominator zero is not allowed even if it appears during manipulation.

This objective is about decision regions. Sometimes there is one solution. Sometimes there are many. Sometimes no solution satisfies all constraints. Sometimes algebra gives several candidates, and context filters them. Students should be able to explain not only what the solution is but why it is or is not viable.

Why students should learn this math

Students should learn this because real life is rarely unconstrained. People do not make choices with infinite time, money, space, materials, energy, or risk tolerance. A design must fit a space and stay under budget. A business must meet demand and control cost. A medication must be effective but not exceed a safe dose. A student must balance homework, sleep, work, and practice. A city must allocate land among housing, roads, parks, utilities, and environmental limits.

Mathematics becomes powerful when it can represent these limits. A single equation may describe a relationship. A system of constraints describes a decision environment. The feasible or viable solutions are the choices that obey all rules at once.

This objective also teaches students that not all mathematically produced answers are acceptable. In pure algebra, \(x = -5\) may be a solution. In a problem where \(x\) represents number of units produced, it is not viable. In a rational equation, multiplying by a denominator may create a candidate that makes the original denominator zero. In a radical equation, squaring may create an extraneous solution. In a modeling context, units, signs, discreteness, and physical limits matter.

This is a crucial life skill. Many bad decisions come from optimizing one variable while ignoring constraints. A plan may be cheap but unsafe. Fast but illegal. Profitable but impossible to supply. Mathematically efficient but unfair. Constraint reasoning trains students to ask, “What must also be true?”

The “why” is that systems of constraints are the mathematics of possible choices. They teach students to separate the possible from the impossible and the algebraically produced from the contextually meaningful.

The historical machinery: feasibility and optimization

Constraint reasoning has ancient roots in resource allocation, trade, land measurement, and engineering. But it became especially formal in modern operations research and optimization. During the twentieth century, governments, militaries, and businesses needed methods for allocating limited resources: transportation, supplies, labor, time, and money. Systems of inequalities and equations became tools for describing feasible choices.

Linear programming is one famous development. It represents constraints as inequalities and seeks the best outcome within the feasible region. Math III students may not be doing full linear programming, but the idea of constraints and viable solutions belongs to the same family.

In engineering and science, constraints are equally central. A design must satisfy physical laws. A bridge must support loads within material limits. A circuit must satisfy voltage and current relationships. A chemical process must satisfy conservation and safety constraints. A probability model must satisfy total probability rules.

The historical lesson is that mathematics is often not about finding any answer. It is about finding answers that obey all the conditions. Feasibility comes before optimization.

Where this fits in the big map of mathematics

This objective follows equation creation in two or more variables. Once students can model relationships, they must model constraints among relationships.

It connects backward to Math I systems and inequalities. The idea of feasible regions and viable solutions began with linear constraints. Math III generalizes the modeling mindset.

It connects to rational and radical equations because domain restrictions often create viability issues.

It connects to functions and graphing. A system may be represented by intersections of graphs or overlapping regions.

It connects to optimization. Before choosing a best solution, students must know which solutions are possible.

It connects to statistics and probability because constraints can also describe decision rules, sample restrictions, or feasible outcomes.

The big-map role is feasibility. Students learn that mathematical modeling must respect limits.

How to execute the skill technically

Use this process:

  1. Define variables and units.
  2. List constraints in words.
  3. Translate each constraint into an equation or inequality.
  4. Solve or graph the system.
  5. Identify candidates or feasible regions.
  6. Apply context restrictions.
  7. Interpret viable and non-viable solutions.

Example: A company makes two products, A and B. Product A requires 2 labor hours and product B requires 3 labor hours. The company has at most 120 labor hours. It must produce at least 20 total products. Let \(a\) and \(b\) be numbers of products A and B.

Constraints:

\[2a + 3b \le 120\].
\[a + b \ge 20\].

\(a \ge 0\), \(b \ge 0\).

If products must be whole units, \(a\) and \(b\) must be integers.

A point like \((30, 10)\) uses \(2(30) + 3(10) = 90\) labor hours and produces 40 products, so it is viable. A point like \((10, 5)\) uses only 35 labor hours but produces only 15 products, so it violates the minimum production constraint. A point like \((20.5, 10)\) may satisfy continuous inequalities but not whole-unit production.

The same logic applies to nonlinear contexts. If a design requires area at least 100 and perimeter no more than 60, the constraints may involve products and sums. If a cost average must be below a target, a rational inequality may appear.

Worked example: rational constraint

A company has average cost

\[A(x) = (3000 + 20x)/x\]

where \(x\) is units produced and \(x > 0\). The company wants average cost at most $35 per unit and can produce no more than 500 units. Find the viable production range.

Cost constraint:

\[(3000 + 20x)/x \le 35\].

Since \(x > 0\), multiply by \(x\):

\[3000 + 20x \le 35x\].

So

\[3000 \le 15x\]

and

\[x \ge 200\].

Capacity constraint:

\[x \le 500\].

Viable range:

\[200 \le x \le 500\].

If units must be whole numbers, then \(x\) must be an integer from 200 through 500.

This example shows a system with a rational inequality and a capacity constraint. The algebra gives the lower bound, but the context gives positivity, capacity, and discreteness.

Upgrade example: nonlinear constraints

Not all constraints are linear. Suppose a rectangular enclosure must have area at least 200 square meters, and the available fencing allows perimeter at most 70 meters. Let \(l\) be length and \(w\) be width.

Area constraint:

\[lw \ge 200\].

Perimeter constraint:

\[2l + 2w \le 70\].

Nonnegative constraints:

\(l > 0\), \(w > 0\).

This system includes a nonlinear constraint because of the product \(lw\). A point like \((20, 10)\) gives area 200 and perimeter 60, so it is viable. A point like \((30, 5)\) gives area 150 and perimeter 70, so it fails the area constraint. A point like \((40, 10)\) gives enough area but perimeter 100, so it fails the fencing constraint.

This example shows why Math III constraints go beyond shaded half-planes. The same feasibility idea remains, but the boundaries may curve.

Viability versus optimality

A viable solution is not necessarily the best solution. It only satisfies the constraints. If a design problem asks for minimum cost or maximum area, then after identifying the viable region, students still need a criterion for “best.” This distinction is essential.

For example, many rectangle dimensions may satisfy area and perimeter constraints. If the goal is cheapest material, one choice may be better. If the goal is maximum usable width, another may be better. If the goal is aesthetic proportion, another may be selected. Constraints define what is allowed; an objective function or decision criterion chooses among allowed options.

This is the seed of optimization. Students are not required to master advanced optimization here, but they should know the difference between feasible and optimal.

Hidden constraints

Some constraints are not stated in equations but come from context. Counts must often be whole numbers. Lengths must be nonnegative. Probabilities must be between 0 and 1. Percentages may be between 0 and 100. Denominators cannot be zero. Square-root inputs may need to be nonnegative.

A strong modeler adds these hidden constraints explicitly. If \(x\) is number of people, write \(x\) is a nonnegative integer. If \(r\) is radius, write \(r > 0\). If \(p\) is probability, write \(0 \le p \le 1\). These small statements prevent many wrong answers.

Problem Library

Problems in the App From This Objective

186 problems across 15 archetypes in the app.

express feasible area/volume/revenue condition.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Write polynomial constraint from design context area x(20-x) must be at least 75.

Open in simulator
Problem 2

Write polynomial constraint from design context box volume x(10-2x)(12-2x) equals 100.

Problem 3

Write polynomial constraint from design context revenue x(50-x) must exceed 400.

Problem 4

Write polynomial constraint from design context polynomial design condition.

Problem 5

Write polynomial constraint from design context rectangular garden area x(30-x) must be at least 200.

Problem 6

Write polynomial constraint from design context open box volume x(10-2x)^2 equals 72.

Problem 7

Write polynomial constraint from design context revenue x(100-2x) must be greater than 1200.

Problem 8

Write polynomial constraint from design context production cost x^2+50x+100 must not exceed 1000.

Problem 9

Write polynomial constraint from design context path area (10+2x)(20+2x)-200 equals 104.

Problem 10

Write polynomial constraint from design context solid volume x^2(10-x) must be less than 50.

Problem 11

Write polynomial constraint from design context right triangle area 0.5x(x+5) equals 30.

Problem 12

Write polynomial constraint from design context projectile height -5t^2+20t must be at least 15.

model denominator restrictions and thresholds.
15 problems Warmup Practice Mixed Review Assessment
Problem 13

Write rational constraint from rate or resource context average cost 500/x+8 must be at most 20.

Problem 14

Write rational constraint from rate or resource context time 120/r must be under 3 hours.

Problem 15

Write rational constraint from rate or resource context two rates 1/x+1/6 must meet 1/4.

Problem 16

Write rational constraint from rate or resource context resource per unit rational model.

Problem 17

Write rational constraint from rate or resource context Person A takes x hours to complete a task, Person B takes 5 hours. Together, they complete the task in 2 hours.

Problem 18

Write rational constraint from rate or resource context A 300-mile trip is covered. The first 150 miles are at x mph, and the remaining 150 miles are at x+10 mph. The total travel time must be less than 5 hours.

Problem 19

Write rational constraint from rate or resource context A solution contains 10g of salt in 100ml of water. If x ml of pure water are added, the new concentration of salt must be less than 5%.

Problem 20

Write rational constraint from rate or resource context A batch of x items costs $1000. If 5 items are found to be defective, the cost per good item increases by $10 compared to the original expected cost per item.

Problem 21

Write rational constraint from rate or resource context Machine A produces 500 units at a rate of x units per hour. Machine B produces 300 units at a rate of x-5 units per hour. The combined time for both machines to complete their production must be at most 10 hours.

Problem 22

Write rational constraint from rate or resource context A class has x boys and x+5 girls. If 3 more boys join the class, the ratio of boys to girls becomes 2/3.

Problem 23

Write rational constraint from rate or resource context A company has fixed costs of $1000 and a variable cost of $5 per item produced. The average cost per item for x items produced must be less than $10.

Problem 24

Write rational constraint from rate or resource context A boat travels 20 miles upstream against a 3 mph current and then 20 miles downstream with the same current. If the boat's speed in still water is x mph, the total time for the trip must be less than 4 hours.

Problem 25

Write rational constraint from rate or resource context A 20-liter solution contains 5 liters of acid. Determine how much pure acid, x liters, must be added to make the new solution 40% acid.

Problem 26

Write rational constraint from rate or resource context A factory needs to produce 1000 units. If there are x workers, and 2 workers are absent, the remaining workers must each produce 10 more units than originally planned per worker to meet the 1000-unit target.

Problem 27

Write rational constraint from rate or resource context Person A can complete a job in x hours. Person B can complete the same job in x+2 hours. If they work together, they complete the job in 3 hours.

Open in simulator
enforce radicand and contextual domain.
12 problems Warmup Practice Mixed Review Assessment
Problem 28

Write radical constraint from physical or geometry context distance sqrt(x^2+16) must be at most 10.

Problem 29

Write radical constraint from physical or geometry context speed sqrt(2gh) must exceed v.

Problem 30

Write radical constraint from physical or geometry context length sqrt(x-3) is defined and no more than 5.

Problem 31

Write radical constraint from physical or geometry context radical physical constraint.

Problem 32

Write radical constraint from physical or geometry context hypotenuse of a right triangle with legs 3 and x must be less than 5.

Problem 33

Write radical constraint from physical or geometry context distance between (0,0) and (x,y) is exactly 5.

Problem 34

Write radical constraint from physical or geometry context period of a pendulum with length L is at least 1 second, where g is gravity.

Problem 35

Write radical constraint from physical or geometry context side length of a square with area A must be greater than 7.

Problem 36

Write radical constraint from physical or geometry context radius of a circle with area A is no more than 10.

Problem 37

Write radical constraint from physical or geometry context time it takes for an object to fall from height h must be less than 2 seconds, where g is gravity.

Problem 38

Write radical constraint from physical or geometry context side length of an equilateral triangle with area A must be at least 5.

Open in simulator
Problem 39

Write radical constraint from physical or geometry context velocity of an object with mass m and kinetic energy KE must be at least 10 m/s.

represent target or bounded growth.
15 problems Warmup Practice Mixed Review Assessment
Problem 40

Write exponential or logarithmic constraint from growth context population 1000(1.04)^t must exceed 2000.

Problem 41

Write exponential or logarithmic constraint from growth context decay A(0.5)^(t/6) at most 10.

Problem 42

Write exponential or logarithmic constraint from growth context pH must be below 4 where pH=-log(H).

Problem 43

Write exponential or logarithmic constraint from growth context growth target or bounded growth.

Problem 44

Write exponential or logarithmic constraint from growth context bacteria population 50 doubling every hour must reach 800.

Problem 45

Write exponential or logarithmic constraint from growth context radioactive substance 100g with half-life of 10 years must be less than 10g.

Problem 46

Write exponential or logarithmic constraint from growth context investment $1000 at 5% annual interest compounded annually must exceed $1500.

Problem 47

Write exponential or logarithmic constraint from growth context city population 50000 decreasing by 2% annually must fall below 40000.

Problem 48

Write exponential or logarithmic constraint from growth context decibel level L = 10 log(I/10^-12) must exceed 80.

Problem 49

Write exponential or logarithmic constraint from growth context Richter scale magnitude M = log(A/A0) must be at least 6.

Problem 50

Write exponential or logarithmic constraint from growth context value V(t) = 500 * (1.08)^t must be at least 1000.

Problem 51

Write exponential or logarithmic constraint from growth context hydrogen ion concentration H where -log10(H) must be at most 7.

Open in simulator
Problem 52

Write exponential or logarithmic constraint from growth context temperature of object T(t) = 20 + 80e^(-0.1t) must be above 30.

Problem 53

Write exponential or logarithmic constraint from growth context logarithm base 3 of x must be less than 4.

Problem 54

Write exponential or logarithmic constraint from growth context time t for an investment of $2000 at 6% continuous interest to reach $4000.

check all equations/inequalities and context restrictions.
12 problems Warmup Practice Mixed Review Assessment
Problem 55

Test whether candidate solution is viable for candidate x=3 for 1/(x-3)=5.

Problem 56

Test whether candidate solution is viable for candidate t=-1 for time model.

Problem 57

Test whether candidate solution is viable for candidate x=9 for sqrt(x)=3.

Problem 58

Test whether candidate solution is viable for candidate solution in constrained model.

Problem 59

Test whether candidate solution is viable for candidate x=-2 for log(x+1)=2.

Problem 60

Test whether candidate solution is viable for candidate x=2 for sqrt(x-3)=1.

Problem 61

Test whether candidate solution is viable for candidate x=5 for 2x+1 < 10.

Problem 62

Test whether candidate solution is viable for candidate x=3 for 2x+1 < 10.

Problem 63

Test whether candidate solution is viable for candidate length L=-5 for a geometric problem.

Open in simulator
Problem 64

Test whether candidate solution is viable for candidate number of people P=3.5.

Problem 65

Test whether candidate solution is viable for candidate x=1 for sqrt(x)=x-2.

Problem 66

Test whether candidate solution is viable for candidate y=2 for 3y+4=10.

explain equality case of a constraint.
12 problems Warmup Practice Mixed Review Assessment
Problem 67

Interpret boundary solution in context for cost constraint C(x)<=100 has solution endpoint x=20.

Problem 68

Interpret boundary solution in context for capacity V(x)=500.

Problem 69

Interpret boundary solution in context for height h(t)>=0 has endpoint t=4.

Problem 70

Interpret boundary solution in context for constraint equality case.

Problem 71

Interpret boundary solution in context for minimum score S(x) >= 70 has solution endpoint x=70.

Problem 72

Interpret boundary solution in context for speed limit v <= 65 mph has endpoint v=65.

Problem 73

Interpret boundary solution in context for task completion time T >= 3 hours has endpoint T=3.

Open in simulator
Problem 74

Interpret boundary solution in context for budget B <= 5000 has endpoint B=5000.

Problem 75

Interpret boundary solution in context for production P >= 1000 units has endpoint P=1000.

Problem 76

Interpret boundary solution in context for volume V = 100 cm^3.

Problem 77

Interpret boundary solution in context for distance D >= 10 miles has endpoint D=10.

Problem 78

Interpret boundary solution in context for profit P >= 0 has endpoint P=0.

set both constraints and solve/estimate intersection.
12 problems Warmup Practice Mixed Review Assessment
Problem 79

Represent a system involving advanced function and line for cost y=500/x+8 and price line y=20.

Problem 80

Represent a system involving advanced function and line for height y=-16t^2+64t and target y=48.

Problem 81

Represent a system involving advanced function and line for sqrt model y=sqrt(x-3) and limit y=4.

Problem 82

Represent a system involving advanced function and line for advanced function f and linear constraint y=mx+b.

Problem 83

Represent a system involving advanced function and line for population growth y=100*e^(0.05t) and target population y=200.

Problem 84

Represent a system involving advanced function and line for pH level y=-log10(x) and target pH y=3.

Problem 85

Represent a system involving advanced function and line for error margin y=|x-5| and acceptable range y=0.5x.

Open in simulator
Problem 86

Represent a system involving advanced function and line for oscillating temperature y=10*sin(pi/6*t)+60 and desired temperature y=65.

Problem 87

Represent a system involving advanced function and line for average cost y=(x^2+100)/x and marginal cost y=x+5.

Problem 88

Represent a system involving advanced function and line for volume of a box y=x^3-4x^2+4x and target volume y=1.

Problem 89

Represent a system involving advanced function and line for growth rate y=sqrt(x+1) and linear trend y=0.5x+1.

Problem 90

Represent a system involving advanced function and line for radioactive decay y=100*e^(-0.1t) and threshold y=50-t.

solve boundary and test intervals/domain.
12 problems Warmup Practice Mixed Review Assessment
Problem 91

Represent feasible interval for one-variable advanced inequality (x-1)(x-4)>=0.

Problem 92

Represent feasible interval for one-variable advanced inequality 1/(x-2)>0.

Problem 93

Represent feasible interval for one-variable advanced inequality sqrt(x-3)<=5.

Problem 94

Represent feasible interval for one-variable advanced inequality advanced inequality with domain.

Problem 95

Represent feasible interval for one-variable advanced inequality (x+2)(x-3)<0.

Problem 96

Represent feasible interval for one-variable advanced inequality (x+1)/(x-4)<=0.

Problem 97

Represent feasible interval for one-variable advanced inequality sqrt(x+5)>2.

Open in simulator
Problem 98

Represent feasible interval for one-variable advanced inequality |2x-1|>=5.

Problem 99

Represent feasible interval for one-variable advanced inequality (x^2-9)/(x-1)>0.

Problem 100

Represent feasible interval for one-variable advanced inequality sqrt(x^2-4)<=0.

Problem 101

Represent feasible interval for one-variable advanced inequality |x+3|<2.

Problem 102

Represent feasible interval for one-variable advanced inequality x^2/(x-1)<0.

reject values outside domain or context.
12 problems Warmup Practice Mixed Review Assessment
Problem 103

Interpret nonviable algebraic solution x=2 makes denominator zero.

Problem 104

Interpret nonviable algebraic solution t=-3 in time context.

Problem 105

Interpret nonviable algebraic solution x=1 from squared radical equation but fails original.

Problem 106

Interpret nonviable algebraic solution log argument becomes negative.

Open in simulator
Problem 107

Interpret nonviable algebraic solution x=-5 makes sqrt(x) undefined in real numbers.

Problem 108

Interpret nonviable algebraic solution d=-10 in distance context.

Problem 109

Interpret nonviable algebraic solution n=2.5 for number of people.

Problem 110

Interpret nonviable algebraic solution p=1.2 in probability context.

Problem 111

Interpret nonviable algebraic solution x=2 for arcsin(x).

Problem 112

Interpret nonviable algebraic solution theta=365 degrees in triangle context.

Problem 113

Interpret nonviable algebraic solution x=-2 from |x|=x but fails original.

Problem 114

Interpret nonviable algebraic solution x=-4 for x^(1/2).

evaluate candidates against a goal after constraints.
12 problems Warmup Practice Mixed Review Assessment
Problem 115

Choose optimal solution among viable candidates for viable designs have costs 80, 95, 70 and goal minimize cost.

Problem 116

Choose optimal solution among viable candidates for volumes 100, 120, 115 with all constraints met and goal maximize volume.

Problem 117

Choose optimal solution among viable candidates for candidate roots include one nonviable and two viable objective values.

Problem 118

Choose optimal solution among viable candidates for cost, area, volume, time, or output goal.

Problem 119

Choose optimal solution among viable candidates for project completion times 15 days, 12 days, 18 days for viable plans and goal minimize time.

Problem 120

Choose optimal solution among viable candidates for viable investment options yield profits $5000, $7500, $6000 and goal maximize profit.

Problem 121

Choose optimal solution among viable candidates for viable routes have lengths 25 km, 30 km, 22 km and goal minimize distance.

Problem 122

Choose optimal solution among viable candidates for viable engine designs have efficiencies 85%, 92%, 88% and goal maximize efficiency.

Problem 123

Choose optimal solution among viable candidates for production methods generate 10 kg, 8 kg, 12 kg of waste for viable processes and goal minimize waste.

Open in simulator
Problem 124

Choose optimal solution among viable candidates for experimental setups achieve yields 70%, 75%, 68% for viable configurations and goal maximize yield.

Problem 125

Choose optimal solution among viable candidates for cooling system settings result in temperatures 5°C, 8°C, 6°C for viable configurations and goal minimize temperature.

Problem 126

Choose optimal solution among viable candidates for material samples have tensile strengths 150 MPa, 165 MPa, 140 MPa for viable compositions and goal maximize strength.

add domain, nonnegative, integer, or physical restrictions.
12 problems Warmup Practice Mixed Review Assessment
Problem 127

Identify missing constraints in model box side x from 10-by-12 sheet.

Problem 128

Identify missing constraints in model log(x-2) context.

Problem 129

Identify missing constraints in model number of items x.

Problem 130

Identify missing constraints in model rational rate 120/r.

Problem 131

Identify missing constraints in model Area of a square with side length s.

Problem 132

Identify missing constraints in model Population P over time t.

Problem 133

Identify missing constraints in model sqrt(x-5) representing a physical quantity.

Problem 134

Identify missing constraints in model Probability p of an event.

Open in simulator
Problem 135

Identify missing constraints in model 1/x representing a share of resources.

Problem 136

Identify missing constraints in model Volume of a cylinder with radius r and height h.

Problem 137

Identify missing constraints in model tan(theta) in a right triangle context.

Problem 138

Identify missing constraints in model Cost per item C = T/N.

describe interval/region of possible solutions.
12 problems Warmup Practice Mixed Review Assessment
Problem 139

Explain entire viable solution set in context for 3<=x<=28 for square-root design length.

Problem 140

Explain entire viable solution set in context for x>50 for production quantity.

Problem 141

Explain entire viable solution set in context for empty set.

Problem 142

Explain entire viable solution set in context for interval union.

Problem 143

Explain entire viable solution set in context for x=7 for optimal temperature.

Problem 144

Explain entire viable solution set in context for 0<=t<=10 for time in seconds.

Problem 145

Explain entire viable solution set in context for 0<p<1 for probability.

Problem 146

Explain entire viable solution set in context for h>=100 for minimum height.

Problem 147

Explain entire viable solution set in context for c<=500 for maximum capacity.

Problem 148

Explain entire viable solution set in context for all real numbers for voltage.

Problem 149

Explain entire viable solution set in context for x in {1, 2, 3, 4} for number of items.

Problem 150

Explain entire viable solution set in context for x<=-2 or x>=2 for valid input range.

Open in simulator
identify incompatible algebraic/context conditions.
12 problems Warmup Practice Mixed Review Assessment
Problem 151

Determine when constraint system has no viable solution for sqrt(x-3)<0.

Problem 152

Determine when constraint system has no viable solution for x>5 and x<2.

Problem 153

Determine when constraint system has no viable solution for positive length x with equation x=-4.

Problem 154

Determine when constraint system has no viable solution for two graphs do not intersect in valid domain.

Problem 155

Determine when constraint system has no viable solution for x >= 7 and x < 7.

Problem 156

Determine when constraint system has no viable solution for x^2 + 4 = 0.

Problem 157

Determine when constraint system has no viable solution for log(x) where x <= 0.

Problem 158

Determine when constraint system has no viable solution for |2x - 1| < -3.

Problem 159

Determine when constraint system has no viable solution for the real value of x such that sqrt(x) = -2.

Problem 160

Determine when constraint system has no viable solution for 1/(x-5) and x=5.

Problem 161

Determine when constraint system has no viable solution for sin(theta) = 1.5.

Open in simulator
Problem 162

Determine when constraint system has no viable solution for number of students n where n = -5.

evaluate assumptions, restrictions, and viable sets.
12 problems Warmup Practice Mixed Review Assessment
Problem 163

Compare two feasible models for same situation linear cost and rational average-cost models.

Problem 164

Compare two feasible models for same situation exponential growth versus polynomial trend.

Problem 165

Compare two feasible models for same situation two design constraints with different material limits.

Problem 166

Compare two feasible models for same situation competing feasible models.

Open in simulator
Problem 167

Compare two feasible models for same situation linear model for distance vs. quadratic model for distance under constant acceleration.

Problem 168

Compare two feasible models for same situation simple interest vs. compound interest models for investment growth.

Problem 169

Compare two feasible models for same situation logarithmic decay vs. exponential decay models for drug concentration.

Problem 170

Compare two feasible models for same situation discrete population model vs. continuous population growth model.

Problem 171

Compare two feasible models for same situation piecewise function for tax brackets vs. a single polynomial approximation.

Problem 172

Compare two feasible models for same situation sinusoidal model for daily temperature vs. a polynomial model.

Problem 173

Compare two feasible models for same situation rational function for concentration vs. polynomial function.

Problem 174

Compare two feasible models for same situation linear regression vs. quadratic regression for a dataset.

catch inequality direction, missing domain, extraneous solution, and context mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 175

Correct the constraints-modeling error: A student reverses inequality for 'at most'.

Problem 176

Correct the constraints-modeling error: A student omits x>0 in a length model.

Open in simulator
Problem 177

Correct the constraints-modeling error: A student keeps an extraneous radical solution.

Problem 178

Correct the constraints-modeling error: A student includes denominator-zero boundary in solution interval.

Problem 179

Correct the constraints-modeling error: A student uses x < 5 for 'at least 5 units'.

Problem 180

Correct the constraints-modeling error: A student solves sqrt(x-2) = x-4 without considering x-2 >= 0.

Problem 181

Correct the constraints-modeling error: A student includes a solution that makes a denominator zero in a rational equation.

Problem 182

Correct the constraints-modeling error: A student gives a fractional answer for the number of people.

Problem 183

Correct the constraints-modeling error: A student solves log(x+1) = 2 without considering x+1 > 0.

Problem 184

Correct the constraints-modeling error: A student writes x > 10 for 'no more than 10 items'.

Problem 185

Correct the constraints-modeling error: A student provides a negative value for a time duration.

Problem 186

Correct the constraints-modeling error: A student solves an equation by squaring both sides and doesn't check for extraneous solutions.