Math III · A-REI.2

Solving Simple Rational and Radical Equations and Identifying Extraneous Solutions

Rational and radical equations teach students that algebraic transformations can create false candidates, so checking is part of solving, not an optional extra.

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

What this learning objective is really asking you to learn

This objective asks students to solve simple rational and radical equations and identify extraneous solutions. Rational equations contain rational expressions, which means variables may appear in denominators. Radical equations contain radicals, such as square roots or cube roots. Both types require careful algebra and careful checking.

A rational equation might look like

\[3/x + 2 = 5\].

A radical equation might look like

\[\sqrt{x + 4} = x - 2\].

The new issue is that the algebraic steps used to solve these equations can create invalid candidates. In rational equations, multiplying by a denominator can hide values that make the original expression undefined. In radical equations, squaring both sides can introduce solutions that satisfy the squared equation but not the original equation. These invalid candidates are called extraneous solutions.

An extraneous solution is a number that appears during solving but does not satisfy the original equation. It must be rejected.

This objective is about disciplined solving. Students must state restrictions, solve carefully, and check candidates in the original equation. Checking is not a beginner's crutch. It is mathematically necessary whenever transformations may not preserve exact equivalence.

For rational equations, the first step is often to identify values that make denominators zero. These values cannot be solutions. For radical equations, students must consider the domain of the radical and the sign restrictions implied by square roots. Then after solving, substitute candidates back into the original equation.

The objective teaches a crucial lesson: algebraic transformations are powerful, but they must be monitored. Not every step is reversible.

Why students should learn this math

Students should learn this because rational and radical equations appear in real models. Rational equations arise from rates, averages, work problems, concentrations, inverse variation, and formulas with variables in denominators. Radical equations arise from geometry, distance, inverse square relationships, square-root models, and formulas that undo powers.

For example, average cost models often lead to rational equations. Work-rate problems use expressions like \(1/x + 1/(x+2)\). Lens equations, resistance formulas, and density relationships can involve rational expressions. If students cannot solve rational equations, they cannot work with many practical ratio models.

Radical equations appear when solving for lengths, times, radii, or quantities derived from squared relationships. If area equals \(s^2\), then side length involves \(\sqrt{A}\). If distance formulas are used, square roots appear. If a model includes \(\sqrt{x}\), solving for x may require squaring.

The extraneous solution issue is especially important because it teaches mathematical honesty. Some operations change the solution set. Squaring both sides is a classic example. If \(a = b\), then \(a^2 = b^2\). But if \(a^2 = b^2\), it does not necessarily follow that \(a = b\); it could be that \(a = -b\). So squaring can add false candidates.

This matters beyond algebra. In technical work, transformations and approximations can introduce artifacts. A result must be checked against original assumptions. This objective trains that habit.

The “why” is that advanced equations require verification. The answer is not complete until it works in the original equation and makes sense in context.

The historical machinery: equation solving and reversibility

Equation solving is based on transformations. Some transformations are reversible and preserve the solution set exactly. Adding the same quantity to both sides is reversible. Multiplying both sides by a nonzero constant is reversible. But other transformations require care. Multiplying by an expression that could be zero may introduce or lose solutions. Squaring both sides can introduce extra solutions.

As algebra developed, mathematicians became increasingly careful about domains and equivalence. A transformed equation may be easier to solve, but its solutions must be compared with the original equation. This is part of rigorous algebra.

Rational and radical equations are high-school students' first major encounter with this issue. They learn that not all algebraic paths preserve truth perfectly. The solution process must include verification.

This idea becomes even more important in advanced mathematics. In calculus, transformations may require domain restrictions. In differential equations, solution methods may introduce extraneous branches. In numerical methods, approximations must be checked. In modeling, results must be validated against assumptions.

Where this fits in the big map of mathematics

This objective follows approximate solving with advanced functions. Students now return to symbolic solving for rational and radical equations.

It connects to rational expressions. Students need denominator restrictions before solving rational equations.

It connects to radical notation and rational exponents. Students need to understand roots and domains.

It connects to quadratics because radical equations often become quadratic after squaring.

It connects to domain and extraneous solutions. This objective is one of the clearest places where checking is mandatory.

It connects forward to rational and radical functions, inverse functions, and advanced equation solving.

The big-map role is verification. Students learn to solve while tracking which candidates are actually valid.

How to execute rational equations technically

For rational equations:

  1. Identify excluded values from denominators.
  2. Find a common denominator.
  3. Multiply both sides by the common denominator to clear fractions.
  4. Solve the resulting equation.
  5. Check candidates against excluded values and the original equation.

Example:

\[2/x + 1 = 5/x\].

Restriction: \(x \ne 0\).

Multiply both sides by \(x\):

\[2 + x = 5\].

So

\[x = 3\].

Check in original:

\[2/3 + 1 = 5/3\].
\[2/3 + 3/3 = 5/3\].

Works. Solution: \(x = 3\).

Example with extraneous candidate:

\[1/(x - 2) = 3/(x^2 - 4)\].

Restrictions: \(x \ne 2\), \(x \ne -2\).

Factor denominator:

\[x^2 - 4 = (x - 2)(x + 2)\].

Multiply both sides by \((x - 2)(x + 2)\):

\[x + 2 = 3\].

So \(x = 1\).

Check restrictions: 1 is allowed. Check original: works.

If solving had produced \(x = 2\), it would be rejected because the original equation is undefined at \(x = 2\).

How to execute radical equations technically

For radical equations:

  1. Identify domain restrictions.
  2. Isolate the radical if possible.
  3. Raise both sides to the appropriate power.
  4. Solve the resulting equation.
  5. Check all candidates in the original equation.

Example:

\[\sqrt{x + 5} = 4\].

Domain: \(x + 5 \ge 0\), so \(x \ge -5\).

Square both sides:

\[x + 5 = 16\].

So \(x = 11\).

Check: \(\sqrt{16} = 4\). Works.

Example with extraneous solution:

\[\sqrt{x + 5} = x - 1\].

Domain from radical: \(x \ge -5\). Also, since square root is nonnegative, \(x - 1 \ge 0\), so \(x \ge 1\).

Square both sides:

\[x + 5 = (x - 1)^2\].

Expand:

\[x + 5 = x^2 - 2x + 1\].

Rearrange:

\[x^2 - 3x - 4 = 0\].

Factor:

\[(x - 4)(x + 1) = 0\].

Candidates: \(x = 4\) or \(x = -1\).

Check domain sign restriction: \(x = -1\) fails because \(x - 1 = -2\), but a square root cannot equal -2. Check original: \(\sqrt{4} = 2\), not -2. Reject -1.

Check \(x = 4\): \(\sqrt{9} = 3\) and \(4 - 1 = 3\). Works. Solution: \(x = 4\).

Why extraneous solutions happen

Extraneous solutions happen because some transformations are not reversible. Squaring is the main example in radical equations. If two expressions are equal, their squares are equal. But if two squares are equal, the original expressions may be equal or opposites.

For example, 3 and -3 have the same square. So when you square both sides of an equation, you may accidentally allow a negative expression to match a positive square-root expression.

In rational equations, extraneous or invalid candidates often come from denominator restrictions. Multiplying by a denominator can make an equation easier, but values that make that denominator zero were never allowed.

This is why checking in the original equation is part of the solution process. It is not optional. It is the step that removes artifacts created by non-reversible transformations.

Contextual extraneousness

A solution can also be invalid because of context, not just algebra. If an equation models time and gives \(t = -2\), the value may satisfy a transformed equation but fail the real situation. If a solution gives 3.7 people, the algebra may be acceptable in a continuous model but not in a counting context. If a radical equation describes length, negative values may be impossible.

The final answer must pass both tests: original equation and real-world context.

Upgrade example: rational equation with a rejected value

Solve

\[2/(x - 3) + 1 = 5/(x - 3)\].

Restriction: \(x \ne 3\).

Subtract \(2/(x - 3)\) from both sides:

\[1 = 3/(x - 3)\].

Multiply by \(x - 3\):

\[x - 3 = 3\].

So

\[x = 6\].

Check: allowed and works.

Now compare:

\[2/(x - 3) + 1 = 1\].

Subtract 1:

\[2/(x - 3) = 0\].

There is no solution, because a nonzero numerator over a defined denominator cannot equal zero. Multiplying carelessly might hide that. This example teaches students to reason about rational expressions, not just clear denominators automatically.

Radical equations with two squaring steps

Some radical equations require more than one isolation step. For example:

\[\sqrt{x + 1} + 2 = x\].

First isolate the radical:

\[\sqrt{x + 1} = x - 2\].

This implies \(x \ge 2\). Square both sides:

\[x + 1 = x^2 - 4x + 4\].

Rearrange:

\[x^2 - 5x + 3 = 0\].

Using the quadratic formula:

\[x = [5 ± \sqrt{25 - 12}]/2 = [5 ± \sqrt{13}]/2\].

Now check the sign restriction. \([5 - \sqrt{13}]/2\) is about 0.697, which is less than 2, so it cannot work. \([5 + \sqrt{13}]/2\) is about 4.303, and it should be checked in the original equation. It works.

This shows why checking is not a formality. The algebraic process generated two candidates, but only one fits the original radical equation.

Extraneous solutions versus impossible domains

There are two different failure modes. A value can be excluded from the start because it makes the original expression undefined. For example, denominator zero. Or a value can appear during solving but fail when substituted back. Both must be rejected, but students should know why.

For rational equations, domain restrictions often come first. For radical equations, extraneous solutions often arise after squaring. In both cases, the original equation is the authority.

Problem Library

Problems in the App From This Objective

210 problems across 15 archetypes in the app.

clear denominator and check restrictions.
15 problems Warmup Practice Mixed Review Assessment
Problem 1

Solve rational equation with one denominator: (x+3)/(x-1)=5.

Problem 2

Solve rational equation with one denominator: (2x)/(x+4)=3.

Problem 3

Solve rational equation with one denominator: (x^2-1)/(x+1)=4.

Problem 4

Solve rational equation with one denominator: A(x)/B(x)=c.

Problem 5

Solve rational equation with one denominator: (x-2)/(x+1)=3.

Problem 6

Solve rational equation with one denominator: (x+5)/(x-2)=-2.

Open in simulator
Problem 7

Solve rational equation with one denominator: (3x+1)/(x-3)=4.

Problem 8

Solve rational equation with one denominator: (x+7)/(2x-1)=1.

Problem 9

Solve rational equation with one denominator: (x-4)/(x+2)=0.

Problem 10

Solve rational equation with one denominator: (x^2-9)/(x-3)=7.

Problem 11

Solve rational equation with one denominator: (x^2+x-2)/(x-1)=5.

Problem 12

Solve rational equation with one denominator: (2x-5)/(3x+1)=2.

Problem 13

Solve rational equation with one denominator: (4x-1)/(x+2)=-3.

Problem 14

Solve rational equation with one denominator: (x+1)/(2x+3)=1.

Problem 15

Solve rational equation with one denominator: (x^2-4x+4)/(x-2)=6.

multiply by LCD and solve.
15 problems Warmup Practice Mixed Review Assessment
Problem 16

Solve rational equation with multiple denominators: 1/x+1/(x+1)=1/2.

Problem 17

Solve rational equation with multiple denominators: 2/(x-3)+1/(x+3)=1.

Problem 18

Solve rational equation with multiple denominators: 1/(x-1)=2/(x+2).

Problem 19

Solve rational equation with multiple denominators: 3/(x+1)-1/(x-2)=1.

Problem 20

Solve rational equation with multiple denominators: 1/(x-2)+1/(x+2)=1/3.

Problem 21

Solve rational equation with multiple denominators: x/(x-1) = 4/(x-1) - 1.

Problem 22

Solve rational equation with multiple denominators: 1/x + 2/x^2 = 3.

Problem 23

Solve rational equation with multiple denominators: 3/(x+2) + 1/(x-2) = 4/(x^2-4).

Problem 24

Solve rational equation with multiple denominators: 5/(x-1) - 2/(x+1) = 1.

Problem 25

Solve rational equation with multiple denominators: (x+1)/x = 3/2.

Problem 26

Solve rational equation with multiple denominators: 1/(x+3) + 1/(x-4) = 1/2.

Problem 27

Solve rational equation with multiple denominators: x/(x^2+1) = 1/x.

Problem 28

Solve rational equation with multiple denominators: (x+1)/(x-1) = (x+2)/(x-2).

Problem 29

Solve rational equation with multiple denominators: 1/x + 1/(x+1) = 1.

Problem 30

Solve rational equation with multiple denominators: x/(x-2) - 2/(x+3) = 1.

Open in simulator
reject restricted values.
15 problems Warmup Practice Mixed Review Assessment
Problem 31

Solve rational equation with possible denominator-zero extraneous solution: (x^2-4)/(x-2)=x+2.

Problem 32

Solve rational equation with possible denominator-zero extraneous solution: (x-3)/(x-3)=1.

Open in simulator
Problem 33

Solve rational equation with possible denominator-zero extraneous solution: (x+1)/(x-2)=3/(x-2).

Problem 34

Solve rational equation with possible denominator-zero extraneous solution: canceled-factor rational equation.

Problem 35

Solve rational equation with possible denominator-zero extraneous solution: (x^2-9)/(x-3)=x+3.

Problem 36

Solve rational equation with possible denominator-zero extraneous solution: (x+5)/(x+5)=1.

Problem 37

Solve rational equation with possible denominator-zero extraneous solution: (x+5)/(x-1)=6/(x-1).

Problem 38

Solve rational equation with possible denominator-zero extraneous solution: 1/(x-2) = 3/(x^2-4).

Problem 39

Solve rational equation with possible denominator-zero extraneous solution: x/(x-3) = 3x/(x^2-9).

Problem 40

Solve rational equation with possible denominator-zero extraneous solution: (x^2-25)/(x-5) = 10.

Problem 41

Solve rational equation with possible denominator-zero extraneous solution: (x^2-16)/(x-4) = 10.

Problem 42

Solve rational equation with possible denominator-zero extraneous solution: 1/(x-1) + 1 = 2/(x-1).

Problem 43

Solve rational equation with possible denominator-zero extraneous solution: x/(x-2) = 2/(x-2).

Problem 44

Solve rational equation with possible denominator-zero extraneous solution: (x^2-x-6)/(x-3) = 5.

Problem 45

Solve rational equation with possible denominator-zero extraneous solution: (x^2-1)/(x-1) = 2.

cross multiply with restrictions.
15 problems Warmup Practice Mixed Review Assessment
Problem 46

Solve proportion involving rational expressions: (x+1)/3=5/6.

Problem 47

Solve proportion involving rational expressions: (x-2)/(x+1)=3/4.

Problem 48

Solve proportion involving rational expressions: 2/(x-1)=x/(x+2).

Problem 49

Solve proportion involving rational expressions: A/B=C/D.

Problem 50

Solve proportion involving rational expressions: (2x-1)/4 = 3/2.

Problem 51

Solve proportion involving rational expressions: (x+3)/(x-1) = 2.

Problem 52

Solve proportion involving rational expressions: 5/(x+2) = 3/(x-4).

Problem 53

Solve proportion involving rational expressions: x/(x+1) = 2/(x+3).

Open in simulator
Problem 54

Solve proportion involving rational expressions: (x-1)/2 = 2/(x-1).

Problem 55

Solve proportion involving rational expressions: (x+1)/(x-2) = 4/(x-2).

Problem 56

Solve proportion involving rational expressions: (x-1)/(x+2) = -2/(x-1).

Problem 57

Solve proportion involving rational expressions: (x^2+1)/(x-1) = (x+1)/(x-1).

Problem 58

Solve proportion involving rational expressions: (2x+5)/(x-3) = 1.

Problem 59

Solve proportion involving rational expressions: (x+2)/(x-3) = (x-1)/(x-3).

Problem 60

Solve proportion involving rational expressions: (x+4)/(x-2) = (x+1)/x.

isolate radical, square, and check.
12 problems Warmup Practice Mixed Review Assessment
Problem 61

Solve square-root equation with one radical: sqrt(x+5)=4.

Problem 62

Solve square-root equation with one radical: sqrt(2x-1)=x-1.

Problem 63

Solve square-root equation with one radical: sqrt(x^2+9)=5.

Problem 64

Solve square-root equation with one radical: sqrt(3x+1)=x-1.

Problem 65

Solve square-root equation with one radical: sqrt(x-3)=2.

Problem 66

Solve square-root equation with one radical: sqrt(2x+7)=5.

Problem 67

Solve square-root equation with one radical: sqrt(x^2-7)=3.

Problem 68

Solve square-root equation with one radical: sqrt(2x^2+1)=3.

Problem 69

Solve square-root equation with one radical: sqrt(x+2)=x.

Open in simulator
Problem 70

Solve square-root equation with one radical: sqrt(x+7)=x+1.

Problem 71

Solve square-root equation with one radical: 5 + sqrt(x-1)=8.

Problem 72

Solve square-root equation with one radical: sqrt(x+10) - x = 4.

square carefully and verify.
12 problems Warmup Practice Mixed Review Assessment
Problem 73

Solve radical equation with radicals on both sides: sqrt(x+5)=sqrt(2x-1).

Problem 74

Solve radical equation with radicals on both sides: sqrt(x)+1=sqrt(x+5).

Problem 75

Solve radical equation with radicals on both sides: sqrt(x+1)=sqrt(3x-5).

Problem 76

Solve radical equation with radicals on both sides: two-radical equation.

Problem 77

Solve radical equation with radicals on both sides: sqrt(x+2)=sqrt(3x-4).

Problem 78

Solve radical equation with radicals on both sides: sqrt(2x-3)=sqrt(x+1).

Problem 79

Solve radical equation with radicals on both sides: sqrt(x-1)+2=sqrt(x+7).

Open in simulator
Problem 80

Solve radical equation with radicals on both sides: sqrt(x+3)=sqrt(x-2)+1.

Problem 81

Solve radical equation with radicals on both sides: sqrt(x+10)-sqrt(x)=2.

Problem 82

Solve radical equation with radicals on both sides: sqrt(x-4)=sqrt(2x-11).

Problem 83

Solve radical equation with radicals on both sides: sqrt(3x+1)=sqrt(x+5).

Problem 84

Solve radical equation with radicals on both sides: sqrt(x+9)=sqrt(x)+1.

substitute candidates into original equation.
12 problems Warmup Practice Mixed Review Assessment
Problem 85

Solve radical equation that produces extraneous solution: sqrt(x+1)=x-1.

Open in simulator
Problem 86

Solve radical equation that produces extraneous solution: sqrt(x+4)=x-2.

Problem 87

Solve radical equation that produces extraneous solution: sqrt(x)=x-2.

Problem 88

Solve radical equation that produces extraneous solution: radical equation with squared candidates.

Problem 89

Solve radical equation that produces extraneous solution: sqrt(x+7)=x+1.

Problem 90

Solve radical equation that produces extraneous solution: sqrt(x-1)=x-7.

Problem 91

Solve radical equation that produces extraneous solution: sqrt(2x+3)=x.

Problem 92

Solve radical equation that produces extraneous solution: sqrt(3x+4)=x.

Problem 93

Solve radical equation that produces extraneous solution: sqrt(x+6)=x.

Problem 94

Solve radical equation that produces extraneous solution: sqrt(x+12)=x.

Problem 95

Solve radical equation that produces extraneous solution: sqrt(x-3)=x-5.

Problem 96

Solve radical equation that produces extraneous solution: sqrt(x+2)=x.

isolate cube root and cube both sides.
12 problems Warmup Practice Mixed Review Assessment
Problem 97

Solve cube-root equation: cuberoot(x-2)=3.

Problem 98

Solve cube-root equation: cuberoot(2x+1)=-2.

Problem 99

Solve cube-root equation: cuberoot(x^2)=4.

Open in simulator
Problem 100

Solve cube-root equation: cuberoot(R(x))=A.

Problem 101

Solve cube-root equation: cuberoot(x+5)=2.

Problem 102

Solve cube-root equation: cuberoot(3x-4)=-3.

Problem 103

Solve cube-root equation: cuberoot(x^2-7)=2.

Problem 104

Solve cube-root equation: cuberoot(x^2-10)=-1.

Problem 105

Solve cube-root equation: cuberoot(x-1)+4=1.

Problem 106

Solve cube-root equation: 2*cuberoot(x+3)=6.

Problem 107

Solve cube-root equation: 3*cuberoot(2x-5)-1 = -7.

Problem 108

Solve cube-root equation: cuberoot(x^3+7)=2.

exclude denominator zeros and invalid even-root radicands.
15 problems Warmup Practice Mixed Review Assessment
Problem 109

Identify domain restrictions before solving equation 1/(x-4)+2=0.

Problem 110

Identify domain restrictions before solving equation sqrt(3x-6)=x.

Problem 111

Identify domain restrictions before solving equation sqrt(x+1)=1/(x-2).

Problem 112

Identify domain restrictions before solving equation mixed rational/radical equation.

Problem 113

Identify domain restrictions before solving equation 5/(x+3)=2.

Problem 114

Identify domain restrictions before solving equation 1/(x^2-9)=3.

Problem 115

Identify domain restrictions before solving equation sqrt(x-5)=4.

Open in simulator
Problem 116

Identify domain restrictions before solving equation sqrt(2x+8)=x.

Problem 117

Identify domain restrictions before solving equation sqrt(x^2-4)=0.

Problem 118

Identify domain restrictions before solving equation sqrt(x-1)/(x-3)=2.

Problem 119

Identify domain restrictions before solving equation 1/sqrt(x+2)=5.

Problem 120

Identify domain restrictions before solving equation 1/(x-1)+1/(x+2)=0.

Problem 121

Identify domain restrictions before solving equation sqrt(x-3)+sqrt(x+1)=5.

Problem 122

Identify domain restrictions before solving equation (x^2-4)/(x-2)=5.

Problem 123

Identify domain restrictions before solving equation sqrt(x+5)/(x^2-16)=1.

substitute into original equation.
15 problems Warmup Practice Mixed Review Assessment
Problem 124

Verify proposed solution to rational or radical equation: x=3 for sqrt(x+1)=2.

Problem 125

Verify proposed solution to rational or radical equation: x=2 for 1/(x-2)=5.

Problem 126

Verify proposed solution to rational or radical equation: x=1 for sqrt(x+3)=x-1.

Problem 127

Verify proposed solution to rational or radical equation: candidate c for original equation.

Problem 128

Verify proposed solution to rational or radical equation: x=5 for sqrt(x-1)=2.

Problem 129

Verify proposed solution to rational or radical equation: x=7 for sqrt(2x+2)=4.

Open in simulator
Problem 130

Verify proposed solution to rational or radical equation: x=0 for sqrt(x+1)=x-1.

Problem 131

Verify proposed solution to rational or radical equation: x=-1 for sqrt(x+5)=x-1.

Problem 132

Verify proposed solution to rational or radical equation: x=-5 for sqrt(x-1)=2.

Problem 133

Verify proposed solution to rational or radical equation: x=3 for 1/(x-1)=1/2.

Problem 134

Verify proposed solution to rational or radical equation: x=0 for 2/(x+1)=2.

Problem 135

Verify proposed solution to rational or radical equation: x=1 for 3/(x-1)=5.

Problem 136

Verify proposed solution to rational or radical equation: x=2 for (x^2-4)/(x-2)=4.

Problem 137

Verify proposed solution to rational or radical equation: x=0 for 1/x = 1/(x^2).

Problem 138

Verify proposed solution to rational or radical equation: x=9 for cbrt(x-1)=2.

reject nonviable/extraneous values.
15 problems Warmup Practice Mixed Review Assessment
Problem 139

Interpret solutions of rational or radical equation in context: rate equation gives x=-5 and x=10.

Problem 140

Interpret solutions of rational or radical equation in context: geometry radical equation gives length 0 and 7.

Problem 141

Interpret solutions of rational or radical equation in context: work problem solution x=3 hours.

Problem 142

Interpret solutions of rational or radical equation in context: extraneous radical root.

Problem 143

Interpret solutions of rational or radical equation in context: distance problem yields t=-2 and t=5 hours.

Problem 144

Interpret solutions of rational or radical equation in context: side length equation gives x=0 and x=8 cm.

Open in simulator
Problem 145

Interpret solutions of rational or radical equation in context: radical equation solution x=1 and x=4.

Problem 146

Interpret solutions of rational or radical equation in context: population model gives P=-100 and P=500.

Problem 147

Interpret solutions of rational or radical equation in context: number of items equation gives n=3.5 and n=7.

Problem 148

Interpret solutions of rational or radical equation in context: speed calculation yields v=-15 mph and v=20 mph.

Problem 149

Interpret solutions of rational or radical equation in context: tank filling problem gives t=-3 and t=10 minutes.

Problem 150

Interpret solutions of rational or radical equation in context: area equation gives A=-5 and A=25 square units.

Problem 151

Interpret solutions of rational or radical equation in context: cost function yields C=-10 and C=100 dollars.

Problem 152

Interpret solutions of rational or radical equation in context: rational equation gives x=2 and x=5, but x=2 makes denominator zero.

Problem 153

Interpret solutions of rational or radical equation in context: mass calculation gives m=-7 kg and m=12 kg.

decide clearing denominators, squaring, cubing, or graphing.
15 problems Warmup Practice Mixed Review Assessment
Problem 154

Choose method for rational versus radical equation 1/(x-1)+2=5.

Problem 155

Choose method for rational versus radical equation sqrt(x+3)=x-1.

Problem 156

Choose method for rational versus radical equation cuberoot(x-2)=4.

Problem 157

Choose method for rational versus radical equation nonfactorable mixed equation.

Problem 158

Choose method for rational versus radical equation (x+1)/x = 3/2.

Problem 159

Choose method for rational versus radical equation 5/(x-2) + x/(x+1) = 1.

Problem 160

Choose method for rational versus radical equation (2x)/(x-3) = 6/(x-3) + 1.

Problem 161

Choose method for rational versus radical equation sqrt(2x-5) = 3.

Open in simulator
Problem 162

Choose method for rational versus radical equation sqrt(x-4) + 2 = x.

Problem 163

Choose method for rational versus radical equation sqrt(x+5) = sqrt(x-2) + 1.

Problem 164

Choose method for rational versus radical equation cuberoot(3x+1) = -2.

Problem 165

Choose method for rational versus radical equation cuberoot(x^2 - 7) + 3 = 5.

Problem 166

Choose method for rational versus radical equation sqrt(x) + 1/x = 3.

Problem 167

Choose method for rational versus radical equation x^3 - 4x + 1 = 0.

Problem 168

Choose method for rational versus radical equation 2^x = x+3.

use graph/table/technology and verify domain.
15 problems Warmup Practice Mixed Review Assessment
Problem 169

Solve rational or radical equation approximately when exact methods are difficult: sqrt(x)+x=10.

Problem 170

Solve rational or radical equation approximately when exact methods are difficult: 1/(x-2)+x=5.

Problem 171

Solve rational or radical equation approximately when exact methods are difficult: sqrt(x^2+1)=x+0.1.

Problem 172

Solve rational or radical equation approximately when exact methods are difficult: nonfactorable rational/radical equation.

Problem 173

Solve rational or radical equation approximately when exact methods are difficult: sqrt(x+7) + sqrt(x) = 4.

Problem 174

Solve rational or radical equation approximately when exact methods are difficult: x^3 - 3x + 1 = 1/x.

Problem 175

Solve rational or radical equation approximately when exact methods are difficult: sqrt(x^2 + 2x + 5) = x + 3.

Problem 176

Solve rational or radical equation approximately when exact methods are difficult: 1/(x+1) + 1/(x-3) = 2.

Problem 177

Solve rational or radical equation approximately when exact methods are difficult: sqrt(2x+1) + sqrt(x-3) = 5.

Problem 178

Solve rational or radical equation approximately when exact methods are difficult: x / (x-4) = 2x + 1.

Open in simulator
Problem 179

Solve rational or radical equation approximately when exact methods are difficult: sqrt(x) + sqrt(x+1) = sqrt(2x+3).

Problem 180

Solve rational or radical equation approximately when exact methods are difficult: 1/x + 1/(x^2) = 3.

Problem 181

Solve rational or radical equation approximately when exact methods are difficult: sqrt(x^4 + 1) = x^2 + 0.5.

Problem 182

Solve rational or radical equation approximately when exact methods are difficult: x + 1/x = sqrt(x+5).

Problem 183

Solve rational or radical equation approximately when exact methods are difficult: sqrt(x+1) + 1/sqrt(x+1) = 3.

connect clearing denominators or squaring to changed equation.
12 problems Warmup Practice Mixed Review Assessment
Problem 184

Explain why extraneous solutions can arise in squaring both sides of a radical equation.

Problem 185

Explain why extraneous solutions can arise in clearing denominators in rational equation.

Problem 186

Explain why extraneous solutions can arise in canceling factors before solving.

Open in simulator
Problem 187

Explain why extraneous solutions can arise in transforming equation.

Problem 188

Explain why extraneous solutions can arise in raising both sides of an equation to an even integer power.

Problem 189

Explain why extraneous solutions can arise in multiplying an equation by a variable expression that can evaluate to zero.

Problem 190

Explain why extraneous solutions can arise in solving equations involving absolute values by squaring both sides.

Problem 191

Explain why extraneous solutions can arise in solving radical equations where the domain of the radicand is restricted.

Problem 192

Explain why extraneous solutions can arise in applying logarithmic properties that change the domain of the expression.

Problem 193

Explain why extraneous solutions can arise in solving rational equations by cross-multiplication.

Problem 194

Explain why extraneous solutions can arise in solving equations with fractional exponents that have an even denominator.

Problem 195

Explain why extraneous solutions can arise in solving equations where a variable expression is equated to a radical expression.

catch LCD, squaring, restriction, and verification mistakes.
15 problems Warmup Practice Mixed Review Assessment
Problem 196

Correct the rational or radical equation-solving error: A student multiplies by LCD but keeps x=2 where denominator was x-2.

Problem 197

Correct the rational or radical equation-solving error: A student squares sqrt(x+1)=x-1 and keeps x=0 without checking.

Problem 198

Correct the rational or radical equation-solving error: A student forgets to isolate radical before squaring.

Problem 199

Correct the rational or radical equation-solving error: A student imposes nonnegative radicand restriction on cube root.

Problem 200

Correct the rational or radical equation-solving error: A student multiplies by LCD but only distributes to one side of the equation.

Problem 201

Correct the rational or radical equation-solving error: A student solves a rational equation and accepts a solution that makes a denominator zero.

Problem 202

Correct the rational or radical equation-solving error: A student squares (sqrt(x)+1)^2 as x+1.

Problem 203

Correct the rational or radical equation-solving error: A student solves sqrt(x) = -3 by squaring both sides to get x=9.

Open in simulator
Problem 204

Correct the rational or radical equation-solving error: A student solves sqrt(x-5) = x-7 and does not check if x-5 is non-negative.

Problem 205

Correct the rational or radical equation-solving error: A student finds two possible solutions but only checks one in the original equation.

Problem 206

Correct the rational or radical equation-solving error: A student uses x-1 as the LCD for 1/(x-1) + 1/(x^2-1) = 0.

Problem 207

Correct the rational or radical equation-solving error: A student has sqrt(x+1) + sqrt(x-2) = 3 and squares both sides immediately.

Problem 208

Correct the rational or radical equation-solving error: A student solves A/B = C/D by cross-multiplying but forgets to consider B!=0 and D!=0.

Problem 209

Correct the rational or radical equation-solving error: A student accepts all solutions obtained after squaring a radical equation.

Problem 210

Correct the rational or radical equation-solving error: A student tries to find the LCD for (x^2-9)/(x-3) + 1/(x+3) = 5 without simplifying.