Math III · A-APR.7

Adding, Subtracting, Multiplying, and Dividing Rational Expressions

Rational expressions behave like algebraic fractions, giving students a powerful language for rates, ratios, and variable-dependent quantities.

Concept Algebra
Domain Arithmetic with Polynomials and Rational Expressions
Read time 7 minutes

What this learning objective is really asking you to learn

This objective asks students to perform arithmetic with rational expressions. A rational expression is a ratio of two polynomials. It behaves much like a numerical fraction, but the numerator and denominator may contain variables.

Examples include

\[(x + 3)/(x - 2)\]

and

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

The objective says rational expressions form a closed system like rational numbers. That means when you add, subtract, multiply, or divide rational expressions, the result can be written as another rational expression, as long as the operations are defined.

The arithmetic rules are the same structural rules students learned for fractions:

To multiply, multiply numerators and multiply denominators, then simplify.

To divide, multiply by the reciprocal.

To add or subtract, use a common denominator.

To simplify, factor and cancel common factors.

But rational expressions add a major responsibility: domain restrictions. Any value that makes an original denominator zero is excluded. If a factor cancels later, the restriction still remains from the original expression.

This objective is not about making expressions ugly. It is about extending fraction logic into algebra. Students learn that variable ratios can be combined systematically, just like numerical ratios.

Why students should learn this math

Students should learn rational-expression arithmetic because many real quantities are ratios: speed is distance over time, density is mass over volume, price per unit is cost over quantity, probability can be favorable outcomes over total outcomes, and concentration is amount over volume. When the numerator or denominator changes with a variable, rational expressions appear.

For example, average cost might be modeled as total cost divided by number of items:

\[A(x) = (500 + 12x)/x\].

This can be rewritten as

\[A(x) = 500/x + 12\].

The form shows that average cost includes a fixed-cost portion that shrinks as \(x\) grows plus a constant variable cost. Rational expressions make that economic idea precise.

In science, rational expressions appear in formulas involving inverse variation, rates, resistance, lens equations, density, and efficiency. In engineering, ratios of polynomials describe transfer functions and system responses. In statistics and probability, ratios define rates and proportions. In calculus, rational expressions appear constantly in limits, derivatives, integrals, and optimization.

The “why” is that rational expressions are algebraic fractions. If students can operate with them, they can model and simplify variable-dependent ratios. Without this skill, many advanced formulas become inaccessible.

The historical machinery: fractions become algebraic objects

Fractions were one of the earliest expansions of number because whole numbers were not enough for sharing, measuring, and comparing. Rational expressions extend the fraction idea into algebra. Instead of a fixed numerator and denominator, we have polynomial expressions.

As algebra developed, mathematicians treated expressions as objects that could be added, multiplied, divided, and simplified. Rational expressions became important because equations often involve ratios of polynomials. Studying them led to rational functions, asymptotes, partial fractions, and many methods in calculus.

The analogy with rational numbers is not accidental. Rational numbers are ratios of integers. Rational expressions are ratios of polynomials. Many operations behave similarly. This structural analogy is one of the themes of algebra: once you understand a system, you can extend its logic to a more general system.

Where this fits in the big map of mathematics

This objective follows rational-expression rewriting. Students first learn to rewrite a single rational expression, then learn to combine rational expressions through arithmetic.

It connects backward to fraction arithmetic. Common denominators, reciprocals, and cancellation are familiar ideas in a more advanced setting.

It connects to polynomial factoring. Simplifying rational expressions often depends on factoring numerator and denominator.

It connects to rational functions. Arithmetic with rational expressions supports graphing, solving, and interpreting rational functions.

It connects forward to rational equations and advanced functions. Students will solve equations involving rational expressions and identify extraneous solutions.

It connects to calculus. Rational expressions are central in limits, derivatives, integrals, and asymptotic analysis.

The big-map role is fraction algebra. Students extend numerical fraction operations into the polynomial world.

How to execute the skill technically

For multiplication, factor first, cancel common factors, then multiply.

Example:

\[[(x^2 - 9)/(x^2 - 4)] \cdot [(x + 2)/(x + 3)]\].

Factor:

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

Cancel \((x + 3)\) and \((x + 2)\):

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

Restrictions come from original denominators: \(x \ne 2\), \(x \ne -2\), and \(x \ne -3\).

For division, multiply by the reciprocal.

Example:

\[(x/(x - 1)) ÷ ((x + 2)/(x - 1))\]

equals

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

Cancel \(x - 1\):

\[x/(x + 2)\].

Restrictions include \(x \ne 1\) and \(x \ne -2\). Also, the expression being divided by cannot be zero, so \(x + 2\) over \(x - 1\) cannot equal zero; that adds \(x \ne -2\), already listed.

For addition and subtraction, find a common denominator.

Example:

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

Common denominator is \(x(x + 1)\).

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

Combine:

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

Restrictions: \(x \ne 0\), \(x \ne -1\).

Worked example: subtracting rational expressions

Simplify

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

The common denominator is \((x - 3)(x + 1)\).

Rewrite:

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

Combine numerators:

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

Expand numerator:

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

So

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

Restrictions: \(x \ne 3\) and \(x \ne -1\).

This example shows why subtraction requires parentheses. The entire second numerator is subtracted.

Closure and its limits

Rational expressions are closed under addition, subtraction, multiplication, and division by a nonzero rational expression. The result can be written as another rational expression. This mirrors rational numbers.

But “closed” does not mean every input value is allowed. Denominators still cannot be zero. The expression family is closed under operations, while individual expressions have domain restrictions. Students need both ideas.

Worked example: multiplying and tracking restrictions

Simplify

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

Factor everything:

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

So the expression becomes

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

All factors cancel, leaving 1.

But the original expression has restrictions. Denominators cannot be zero: \((x + 1)(x + 2) \ne 0\), so \(x \ne -1, -2\). Also the second denominator gives \(x \ne 1\). So the simplified value is 1 for all allowed \(x\), but the original expression is undefined at \(x = -2\), -1, and 1.

This example shows why “everything cancels” does not mean “everything is allowed.”

Worked example: adding rational expressions with unlike denominators

Simplify

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

The common denominator is \((x - 2)(x + 4)\).

Rewrite:

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

Combine:

\[[x + 4 + 3x - 6]/[(x - 2)(x + 4)]\].

So

\[(4x - 2)/[(x - 2)(x + 4)]\].

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

This is the same logic as numerical fractions. To add \(1/5 + 3/7\), use common denominator 35. To add rational expressions, use a common polynomial denominator.

Why rational-expression arithmetic is useful in modeling

Suppose one machine completes a job in \(a\) hours and another completes it in \(b\) hours. Their work rates are \(1/a\) and \(1/b\) jobs per hour. Working together, their combined rate is

\[1/a + 1/b = (a + b)/(ab)\].

This is a rational expression. If the combined rate is \((a + b)/(ab)\), then the time for one job together is the reciprocal:

\[ab/(a + b)\].

This kind of reasoning appears in work-rate problems, flow rates, electrical resistance analogies, and parallel processes. Rational-expression arithmetic is the algebra of combining rates.

Division by a rational expression

When dividing by a rational expression, students must remember that the divisor cannot be zero. For example,

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

This becomes

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

Restrictions include \(x \ne 0\), \(x \ne -2\), and also \(x \ne 3\) because the divisor \((x - 3)/(x + 2)\) cannot equal zero. This last restriction is easy to miss. Division by zero is not allowed, and dividing by a rational expression that equals zero is also not allowed.

Strategy checklist for rational-expression arithmetic

Before simplifying, students should ask:

  1. Can anything be factored?
  2. Am I multiplying, dividing, adding, or subtracting?
  3. For multiplication, can factors cancel before multiplying?
  4. For division, did I multiply by the reciprocal?
  5. For addition or subtraction, what is the least common denominator?
  6. What values were excluded by original denominators?
  7. Did any new restrictions appear because I divided by an expression that could equal zero?

This checklist prevents most errors. Rational-expression arithmetic is not hard because the rules are new. It is hard because several old rules must be coordinated at once.

Rational expressions as functions

Every rational expression can define a rational function on its domain. The domain excludes denominator-zero values. Simplification may make the rule look simpler, but the function's domain still comes from the original expression when discussing equivalence.

For example,

\[f(x) = (x^2 - 1)/(x - 1)\]

simplifies to \(x + 1\) for \(x \ne 1\). As a graph, it is the line \(y = x + 1\) with a hole at \(x = 1\). Rational-expression arithmetic therefore affects graph behavior, not just symbolic form.

Another applied example: adding rates

Suppose one pump fills a tank at a rate of \(1/x\) tanks per hour, and another pump fills it at a rate of \(1/(x + 3)\) tanks per hour. The combined rate is

\[1/x + 1/(x + 3)\].

Using a common denominator:

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

This is rational-expression addition in a real setting. The numerator and denominator are not abstract clutter; they represent a combined rate. The domain requires \(x > 0\), because time cannot be zero or negative in this context. This example reinforces that rational-expression arithmetic is often rate arithmetic.

Common misconceptions and how to avoid them

One common mistake is canceling terms rather than factors. In \((x + 3)/x\), the \(x\) cannot cancel with part of \(x + 3\).

Another mistake is adding rational expressions by adding denominators. Fractions need common denominators.

A third mistake is forgetting to flip the second rational expression when dividing.

A fourth mistake is losing restrictions from original denominators after simplification.

A fifth mistake is subtracting a rational expression without distributing the negative sign to the whole numerator.

The big takeaway

Rational expressions are algebraic fractions. They can be added, subtracted, multiplied, and divided using the same structural rules as numerical fractions, but with polynomial factoring and domain restrictions. This skill prepares students for rational equations, rational functions, asymptotes, and advanced modeling with rates and ratios.

Problem Library

Problems in the App From This Objective

225 problems across 15 archetypes in the app.

factor, cancel common factors, and state restrictions.
15 problems Warmup Practice Mixed Review Assessment
Problem 1

Multiply and simplify rational expressions: (x^2-1)/(x+2) * (x+2)/(x-1).

Problem 2

Multiply and simplify rational expressions: (3x)/(x-4) * (x^2-16)/(6x^2).

Problem 3

Multiply and simplify rational expressions: A/B * C/D.

Problem 4

Multiply and simplify rational expressions: polynomial factors in numerator and denominator.

Problem 5

Multiply and simplify rational expressions: (x+3)/(x-2) * (x-2)/(x+5).

Problem 6

Multiply and simplify rational expressions: (x^2+5x+6)/(x+1) * (x+1)/(x+2).

Problem 7

Multiply and simplify rational expressions: (x^2-4)/(x^2-9) * (x+3)/(x-2).

Problem 8

Multiply and simplify rational expressions: (5x^2)/(x+7) * (x^2+7x)/(10x).

Problem 9

Multiply and simplify rational expressions: (x^2-6x+9)/(x^2-9) * (x+3)/(x-3).

Problem 10

Multiply and simplify rational expressions: (x^2-x-12)/(x^2-16) * (x^2+4x)/(x^2+3x).

Problem 11

Multiply and simplify rational expressions: (2x+4)/(x^2-25) * (x^2+5x)/(x+2).

Problem 12

Multiply and simplify rational expressions: (x+1)/(x^2+2x+1) * (x+1).

Open in simulator
Problem 13

Multiply and simplify rational expressions: (x^2+x)/(x^2-1) * (x-1)/(x+2).

Problem 14

Multiply and simplify rational expressions: (2x^2+5x-3)/(x^2-9) * (x+3)/(4x-2).

Problem 15

Multiply and simplify rational expressions: (x^2-7x+10)/(x^2-4) * (x^2+2x)/(x^2-5x).

multiply by reciprocal and factor/cancel.
15 problems Warmup Practice Mixed Review Assessment
Problem 16

Divide and simplify rational expressions: (x^2-9)/(x+1) divided by (x-3)/(x+1).

Problem 17

Divide and simplify rational expressions: (2x)/(x-5) divided by (4x^2)/(x^2-25).

Problem 18

Divide and simplify rational expressions: A/B divided by C/D.

Problem 19

Divide and simplify rational expressions: complex polynomial factors.

Problem 20

Divide and simplify rational expressions: (x+2)/(x-3) divided by (x+2)/(x+1).

Problem 21

Divide and simplify rational expressions: (x^2-4)/(x^2-9) divided by (x-2)/(x+3).

Problem 22

Divide and simplify rational expressions: (x^2+5x+6)/(x^2+x-2) divided by (x+3)/(x-1).

Problem 23

Divide and simplify rational expressions: (6x^3)/(5y^2) divided by (3x)/(10y).

Problem 24

Divide and simplify rational expressions: (x^2-16)/(2x^2+8x) divided by (x-4)/(x+4).

Problem 25

Divide and simplify rational expressions: (x^2-25)/(x+3) divided by 5/(x+5).

Problem 26

Divide and simplify rational expressions: (x-7)/(x^2-49) divided by (1)/(7-x).

Open in simulator
Problem 27

Divide and simplify rational expressions: (x^2-x-12)/(x^2+8x+15) divided by (x-4)/(x+5).

Problem 28

Divide and simplify rational expressions: (x^2-1) divided by (x+1)/(x-2).

Problem 29

Divide and simplify rational expressions: (3x^2+6x)/(x^2-4) divided by (x+2)/(x-2).

Problem 30

Divide and simplify rational expressions: (x^2+2x-15)/(x^2-9) divided by (x^2+x-20)/(x^2-x-12).

combine numerators and simplify.
15 problems Warmup Practice Mixed Review Assessment
Problem 31

Add rational expressions with common denominators: 3/(x+1)+5/(x+1).

Problem 32

Add rational expressions with common denominators: (x+2)/(x^2-1)+(3x)/(x^2-1).

Problem 33

Add rational expressions with common denominators: A/D+B/D.

Problem 34

Add rational expressions with common denominators: common denominator with factorable numerator.

Problem 35

Add rational expressions with common denominators: (2y)/(y-3) + (5y)/(y-3).

Problem 36

Add rational expressions with common denominators: 7/(x^2+4) + 2/(x^2+4).

Problem 37

Add rational expressions with common denominators: (x^2+3x)/(x+3) + (x+3)/(x+3).

Problem 38

Add rational expressions with common denominators: (x^2+x)/(x^2-4) + (x^2-x)/(x^2-4).

Open in simulator
Problem 39

Add rational expressions with common denominators: (2x-1)/(x-5) + (3x+6)/(x-5).

Problem 40

Add rational expressions with common denominators: (x^2-2x)/(x-2) + (x-2)/(x-2).

Problem 41

Add rational expressions with common denominators: (3a)/(2a+4) + (5a)/(2a+4).

Problem 42

Add rational expressions with common denominators: (z+1)/(z^2+z) + (z-1)/(z^2+z).

Problem 43

Add rational expressions with common denominators: (x^2+3x+1)/(x^2+9) + (x-2)/(x^2+9).

Problem 44

Add rational expressions with common denominators: (x+1)/(3-x) + (x-1)/(3-x).

Problem 45

Add rational expressions with common denominators: (x^2+x+1)/(x^3+8) + (2x^2-x-1)/(x^3+8).

distribute negative across numerator.
15 problems Warmup Practice Mixed Review Assessment
Problem 46

Subtract rational expressions with common denominators: (x+5)/(x-2)-(3x-1)/(x-2).

Problem 47

Subtract rational expressions with common denominators: 7/(x+1)-2/(x+1).

Open in simulator
Problem 48

Subtract rational expressions with common denominators: A/D-B/D.

Problem 49

Subtract rational expressions with common denominators: binomial numerator subtraction.

Problem 50

Subtract rational expressions with common denominators: (5x+3)/(x+4)-(2x-1)/(x+4).

Problem 51

Subtract rational expressions with common denominators: 9/(x-5)-(3x+2)/(x-5).

Problem 52

Subtract rational expressions with common denominators: (x^2+2x)/(x-3)-(x+6)/(x-3).

Problem 53

Subtract rational expressions with common denominators: 10/(2x+3)-4/(2x+3).

Problem 54

Subtract rational expressions with common denominators: (4x-7)/(x+6)-(-x+2)/(x+6).

Problem 55

Subtract rational expressions with common denominators: (3x-8)/(2x-1)-(x+5)/(2x-1).

Problem 56

Subtract rational expressions with common denominators: (x^2+3x-1)/(x+1)-(x^2-2x+4)/(x+1).

Problem 57

Subtract rational expressions with common denominators: (6x+1)/(3x-2)-(2x-5)/(3x-2).

Problem 58

Subtract rational expressions with common denominators: (x-1)/(x-7)-(-5)/(x-7).

Problem 59

Subtract rational expressions with common denominators: (2x+3)/(x^2+1)-(x-1)/(x^2+1).

Problem 60

Subtract rational expressions with common denominators: (y+3)/(x-y)-(2y-1)/(x-y).

find common denominator and combine.
15 problems Warmup Practice Mixed Review Assessment
Problem 61

Add rational expressions with unlike denominators: 1/x + 1/(x+1).

Problem 62

Add rational expressions with unlike denominators: 2/(x-3)+5/(x+3).

Open in simulator
Problem 63

Add rational expressions with unlike denominators: A/B+C/D.

Problem 64

Add rational expressions with unlike denominators: linear and quadratic denominators.

Problem 65

Add rational expressions with unlike denominators: 3/y + 2/(y-1).

Problem 66

Add rational expressions with unlike denominators: x/(x+2) + 1/(x^2-4).

Problem 67

Add rational expressions with unlike denominators: 1/(x^2-x) + 1/(x^2-1).

Problem 68

Add rational expressions with unlike denominators: 5/(x+1) + 3/(2x+2).

Problem 69

Add rational expressions with unlike denominators: (x+1)/(x-1) + (x-1)/(x+1).

Problem 70

Add rational expressions with unlike denominators: 1/(2x) + 1/(3x).

Problem 71

Add rational expressions with unlike denominators: 4/(x-2) + 1/(2-x).

Problem 72

Add rational expressions with unlike denominators: x/(x-5) + 2/(x+4).

Problem 73

Add rational expressions with unlike denominators: (x-1)/(x^2+x) + x/(x^2-1).

Problem 74

Add rational expressions with unlike denominators: 1/(3x+3) + 2/(x+1).

Problem 75

Add rational expressions with unlike denominators: x/(x^2-9) + 3/(x^2-6x+9).

use common denominator and manage signs.
15 problems Warmup Practice Mixed Review Assessment
Problem 76

Subtract rational expressions with unlike denominators: 1/x - 1/(x+1).

Problem 77

Subtract rational expressions with unlike denominators: 3/(x-2)-1/(x+2).

Problem 78

Subtract rational expressions with unlike denominators: A/B-C/D.

Problem 79

Subtract rational expressions with unlike denominators: factored denominators and binomial numerators.

Problem 80

Subtract rational expressions with unlike denominators: 1/(x+2) - 1/(x+3).

Problem 81

Subtract rational expressions with unlike denominators: 2/(x-1) - 3/(x+4).

Problem 82

Subtract rational expressions with unlike denominators: 5/(x^2-4) - 2/(x-2).

Problem 83

Subtract rational expressions with unlike denominators: x/(x^2+x-6) - 1/(x-2).

Problem 84

Subtract rational expressions with unlike denominators: (x+1)/(x-3) - (x-1)/(x+2).

Problem 85

Subtract rational expressions with unlike denominators: 4/(2x+1) - 1/(x-5).

Problem 86

Subtract rational expressions with unlike denominators: x/(2x+4) - 3/(x+2).

Open in simulator
Problem 87

Subtract rational expressions with unlike denominators: 5/(x-3) - 2/(3-x).

Problem 88

Subtract rational expressions with unlike denominators: 1/x^2 - 1/(x+1).

Problem 89

Subtract rational expressions with unlike denominators: x/(x^2-9) - 2/(x+3).

Problem 90

Subtract rational expressions with unlike denominators: (x+1)/(x^2-4) - (x-1)/(x^2-x-2).

multiply by common denominator or rewrite division.
15 problems Warmup Practice Mixed Review Assessment
Problem 91

Simplify the complex rational expression: (1/x + 1/y)/(1/x).

Problem 92

Simplify the complex rational expression: (x/(x+1))/(2x/(x-1)).

Problem 93

Simplify the complex rational expression: nested fraction A/B over C/D.

Problem 94

Simplify the complex rational expression: sum in numerator over rational denominator.

Problem 95

Simplify the complex rational expression: (1/a - 1/b) / (1/a + 1/b).

Problem 96

Simplify the complex rational expression: (x + 1/x) / (x - 1/x).

Problem 97

Simplify the complex rational expression: ((x+1)/x - x/(x+1)) / (1/x + 1/(x+1)).

Open in simulator
Problem 98

Simplify the complex rational expression: (1/x + 1/(x-1)) / (x/(x-1)).

Problem 99

Simplify the complex rational expression: (1 - 1/(x+1)) / (1 + 1/(x-1)).

Problem 100

Simplify the complex rational expression: (a/b + b/a) / (1/a + 1/b).

Problem 101

Simplify the complex rational expression: ((x+2)/(x-1) - (x-1)/(x+2)) / (3/(x-1) + 3/(x+2)).

Problem 102

Simplify the complex rational expression: (2/x) / (1 + 1/x).

Problem 103

Simplify the complex rational expression: (1/(x-2) - 1/(x+2)) / (2/(x^2-4)).

Problem 104

Simplify the complex rational expression: (x - 1/x) / (1 + 1/x).

Problem 105

Simplify the complex rational expression: (1/a - 1/b) / (a^2 - b^2).

exclude denominator zeros from original expression.
15 problems Warmup Practice Mixed Review Assessment
Problem 106

Identify restrictions before simplifying rational expression (x^2-1)/(x-1).

Problem 107

Identify restrictions before simplifying rational expression (x+2)/(x^2-4).

Problem 108

Identify restrictions before simplifying rational expression (x/(x-3)) divided by ((x+1)/(x-2)).

Open in simulator
Problem 109

Identify restrictions before simplifying rational expression original expression with denominators and divisor fractions.

Problem 110

Identify restrictions before simplifying rational expression (x+5)/(x-7).

Problem 111

Identify restrictions before simplifying rational expression (x^2+3x+2)/(x^2-6x+9).

Problem 112

Identify restrictions before simplifying rational expression (x-1)/(x^2-5x+6).

Problem 113

Identify restrictions before simplifying rational expression (x+1)/(x-4) divided by (x-5)/(x+2).

Problem 114

Identify restrictions before simplifying rational expression (x-3)/(x+8) * (x+1)/(x-9).

Problem 115

Identify restrictions before simplifying rational expression (x^2-9)/(x^2-3x).

Problem 116

Identify restrictions before simplifying rational expression (x+1)/(2x-8).

Problem 117

Identify restrictions before simplifying rational expression (x-2)/(x+3) divided by (x^2-16)/(x-1).

Problem 118

Identify restrictions before simplifying rational expression (x+1)/(x^2+1).

Problem 119

Identify restrictions before simplifying rational expression (x^3-8)/(x-2).

Problem 120

Identify restrictions before simplifying rational expression (x^2+x)/(x) divided by (x+5)/(x-1).

connect operations to rational number arithmetic.
15 problems Warmup Practice Mixed Review Assessment
Problem 121

Explain closure of rational expressions under operations where defined for addition.

Problem 122

Explain closure of rational expressions under operations where defined for multiplication.

Problem 123

Explain closure of rational expressions under operations where defined for division.

Problem 124

Explain closure of rational expressions under operations where defined for operations where defined.

Problem 125

Explain closure of rational expressions under operations where defined for subtraction.

Problem 126

Explain closure of rational expressions under operations where defined for raising to a positive integer power.

Problem 127

Explain closure of rational expressions under operations where defined for raising to the power of -1.

Problem 128

Explain closure of rational expressions under operations where defined for addition with a constant.

Open in simulator
Problem 129

Explain closure of rational expressions under operations where defined for multiplication by a constant.

Problem 130

Explain closure of rational expressions under operations where defined for division by a constant.

Problem 131

Explain closure of rational expressions under operations where defined for subtraction from a constant.

Problem 132

Explain closure of rational expressions under operations where defined for squaring.

Problem 133

Explain closure of rational expressions under operations where defined for cubing.

Problem 134

Explain closure of rational expressions under operations where defined for sum of three rational expressions.

Problem 135

Explain closure of rational expressions under operations where defined for product of three rational expressions.

transfer fraction arithmetic structure to algebraic expressions.
15 problems Warmup Practice Mixed Review Assessment
Problem 136

Compare rational expression operations to rational number operations for 1/2+1/3 versus 1/x+1/(x+1).

Problem 137

Compare rational expression operations to rational number operations for 2/3 divided by 4/5 versus A/B divided by C/D.

Problem 138

Compare rational expression operations to rational number operations for canceling 6/9 versus (x^2-1)/(x-1).

Problem 139

Compare rational expression operations to rational number operations for fraction arithmetic structure.

Problem 140

Compare rational expression operations to rational number operations for 1/2-1/3 versus 1/x - 1/(x+1).

Problem 141

Compare rational expression operations to rational number operations for 2/3 * 4/5 versus A/B * C/D.

Problem 142

Compare rational expression operations to rational number operations for 1/0 is undefined versus 1/x where x=0 is undefined.

Problem 143

Compare rational expression operations to rational number operations for simplifying 10/15 versus (x^2-4)/(x-2).

Problem 144

Compare rational expression operations to rational number operations for (1/2)/(3/4) versus ( (x+1)/x ) / ( (x-1)/(x+2) ).

Problem 145

Compare rational expression operations to rational number operations for 2 + 1/3 versus x + 1/x.

Problem 146

Compare rational expression operations to rational number operations for the reciprocal of 2/3 versus the reciprocal of A/B.

Open in simulator
Problem 147

Compare rational expression operations to rational number operations for 0/5 versus 0/(x^2+1).

Problem 148

Compare rational expression operations to rational number operations for finding a common denominator for 1/6 and 1/9 versus for 1/(x^2-1) and 1/(x+1).

Problem 149

Compare rational expression operations to rational number operations for (2/3)^2 versus (A/B)^2.

Problem 150

Compare rational expression operations to rational number operations for multiplying 1/2 by 3/3 versus multiplying 1/x by (x+1)/(x+1).

combine reciprocal rates or average rates.
15 problems Warmup Practice Mixed Review Assessment
Problem 151

Use rational expressions in a rate or work context: A does job in x hours, B in x+2 hours; combined rate.

Problem 152

Use rational expressions in a rate or work context: distance d over time t and distance d over time t+1 average comparison.

Problem 153

Use rational expressions in a rate or work context: pipes fill in 3 and x hours together.

Problem 154

Use rational expressions in a rate or work context: work rates r1 and r2.

Problem 155

Use rational expressions in a rate or work context: Worker A completes a task in 5 hours, Worker B completes the same task in 7 hours. What is their combined rate of work?.

Problem 156

Use rational expressions in a rate or work context: Person A works twice as fast as Person B. If Person B takes x hours to complete a job, what is their combined rate?.

Problem 157

Use rational expressions in a rate or work context: Pipe A fills a tank in x hours, Pipe B empties the same tank in y hours. What is the net rate of filling when both are open?.

Problem 158

Use rational expressions in a rate or work context: Three workers complete a job in x, y, and z hours respectively. What is their combined rate?.

Problem 159

Use rational expressions in a rate or work context: A boat travels at speed v in still water. The current speed is c. What is the total time for a round trip of distance D upstream and downstream?.

Problem 160

Use rational expressions in a rate or work context: A car travels d1 miles at s1 mph and d2 miles at s2 mph. What is the average speed?.

Problem 161

Use rational expressions in a rate or work context: John takes t hours to paint a fence, and Mary takes 4 hours less than John. What is their combined painting rate?.

Open in simulator
Problem 162

Use rational expressions in a rate or work context: A machine takes x minutes to produce one item. Another machine takes y minutes to produce one item. What is their combined rate of production (items per minute)?.

Problem 163

Use rational expressions in a rate or work context: Worker A completes a task in x hours. Worker B takes 2 hours longer than A. How much faster is A's rate than B's rate?.

Problem 164

Use rational expressions in a rate or work context: Pipe A fills a tank in 4 hours, Pipe B fills in 6 hours, and Pipe C empties in 8 hours. What is the net rate of filling the tank when all three are open?.

Problem 165

Use rational expressions in a rate or work context: A car travels 100 miles. If its speed were 10 mph faster, the trip would take 1 hour less. Express the difference in times.

simplify and compare domains.
15 problems Warmup Practice Mixed Review Assessment
Problem 166

Determine whether two rational expressions are equivalent: (x^2-1)/(x-1) and x+1.

Problem 167

Determine whether two rational expressions are equivalent: 1/x+1/(x+1) and (2x+1)/(x(x+1)).

Problem 168

Determine whether two rational expressions are equivalent: (x+2)/(x^2-4) and 1/(x-2).

Problem 169

Determine whether two rational expressions are equivalent: A/B and C/D.

Problem 170

Determine whether two rational expressions are equivalent: 2x/4 and x/2.

Problem 171

Determine whether two rational expressions are equivalent: x/(x-1) and (x+1)/(x-1).

Problem 172

Determine whether two rational expressions are equivalent: (x^2-4x+4)/(x-2) and x-2.

Problem 173

Determine whether two rational expressions are equivalent: (x+1)/x * x/(x-1) and (x+1)/(x-1).

Problem 174

Determine whether two rational expressions are equivalent: (x^2-9)/(x+3) / (x-3) and 1.

Problem 175

Determine whether two rational expressions are equivalent: 1/(x-1) - 1/(x+1) and 2/((x-1)(x+1)).

Problem 176

Determine whether two rational expressions are equivalent: x/(x^2+1) and 1/(x+1).

Problem 177

Determine whether two rational expressions are equivalent: (2x+2)/(x+1) and 2.

Problem 178

Determine whether two rational expressions are equivalent: (x^2+5x+6)/(x+2) and x+3.

Problem 179

Determine whether two rational expressions are equivalent: x^2/x and x.

Problem 180

Determine whether two rational expressions are equivalent: (x^2+1)/(x-1) and x+1.

Open in simulator
combine algebra and domain reasoning.
15 problems Warmup Practice Mixed Review Assessment
Problem 181

Add rational expressions and interpret denominator restrictions: 1/(x-2)+3/(x+1).

Problem 182

Add rational expressions and interpret denominator restrictions: x/(x^2-9)+1/(x-3).

Open in simulator
Problem 183

Add rational expressions and interpret denominator restrictions: A/B+C/D.

Problem 184

Add rational expressions and interpret denominator restrictions: sum with removable factor after combining.

Problem 185

Add rational expressions and interpret denominator restrictions: 2/(x+3) + 5/(x-1).

Problem 186

Add rational expressions and interpret denominator restrictions: 3/(x^2-4) + 1/(x+2).

Problem 187

Add rational expressions and interpret denominator restrictions: x/(x^2-1) + 2/(x^2-x).

Problem 188

Add rational expressions and interpret denominator restrictions: 1/(x-1) - 1/(x^2-1).

Problem 189

Add rational expressions and interpret denominator restrictions: 3/(2x+1) + 2/(x-4).

Problem 190

Add rational expressions and interpret denominator restrictions: x/(x^2-x-6) - 1/(x-3).

Problem 191

Add rational expressions and interpret denominator restrictions: 1/(x-5) + 2/(5-x).

Problem 192

Add rational expressions and interpret denominator restrictions: 1/x + 1/(x+1) + 1/(x-1).

Problem 193

Add rational expressions and interpret denominator restrictions: 1/(2x) + 3/(4x+2).

Problem 194

Add rational expressions and interpret denominator restrictions: 1/(x^2-6x+9) + 1/(x-3).

Problem 195

Add rational expressions and interpret denominator restrictions: x/(x^2-4) + 2/(x^2-2x).

execute operation and preserve restrictions.
15 problems Warmup Practice Mixed Review Assessment
Problem 196

Choose the correct simplified rational expression after operations: (x^2-4)/(x+2).

Problem 197

Choose the correct simplified rational expression after operations: 1/x+1/(x+1).

Problem 198

Choose the correct simplified rational expression after operations: (A/B)/(C/D).

Problem 199

Choose the correct simplified rational expression after operations: operation result with canceled factor.

Problem 200

Choose the correct simplified rational expression after operations: (x^2+5x+6)/(x^2-4).

Problem 201

Choose the correct simplified rational expression after operations: 1/(x^2-x) + 1/(x-1).

Open in simulator
Problem 202

Choose the correct simplified rational expression after operations: x/(x-2) - 3/(x+1).

Problem 203

Choose the correct simplified rational expression after operations: (x^2-9)/(x^2+x-6) * (x-2)/(x+3).

Problem 204

Choose the correct simplified rational expression after operations: (x^2-x-6)/(x^2-4) / (x-3)/(x+2).

Problem 205

Choose the correct simplified rational expression after operations: (1/x + 1)/(1/x - 1).

Problem 206

Choose the correct simplified rational expression after operations: ((x+1)/x) / ((x^2-1)/x^2).

Problem 207

Choose the correct simplified rational expression after operations: x/(x^2-4) + 1/(x-2) - 1/(x+2).

Problem 208

Choose the correct simplified rational expression after operations: 3 * (x^2-1)/(x+1).

Problem 209

Choose the correct simplified rational expression after operations: (x^3-8)/(x^2-4).

Problem 210

Choose the correct simplified rational expression after operations: (x^2-1) / ((x+1)/x).

catch cancellation, common denominator, reciprocal, sign, and restriction mistakes.
15 problems Warmup Practice Mixed Review Assessment
Problem 211

Correct the rational-expression operation error: A student cancels x in (x+1)/x to get 1.

Problem 212

Correct the rational-expression operation error: A student adds 1/x+1/y as 2/(x+y).

Problem 213

Correct the rational-expression operation error: A student divides fractions without flipping the divisor.

Problem 214

Correct the rational-expression operation error: A student drops a restriction after canceling a factor.

Problem 215

Correct the rational-expression operation error: A student simplifies (2x+4)/2 to x+4.

Problem 216

Correct the rational-expression operation error: A student cancels x in (x^2+x)/(x+1) to get x^2.

Problem 217

Correct the rational-expression operation error: A student adds 1/(x-1) + 1/(x+1) using a common denominator of (x-1).

Problem 218

Correct the rational-expression operation error: A student adds 1/x + 1/(x+1) and gets (x+1+1)/(x(x+1)).

Problem 219

Correct the rational-expression operation error: A student divides (x/y) / (a/b) by multiplying (y/x) * (a/b).

Problem 220

Correct the rational-expression operation error: A student subtracts (x+1)/x - (x-1)/x and gets (x+1-x-1)/x = 0/x = 0.

Problem 221

Correct the rational-expression operation error: A student simplifies (x^2-4)/(x-2) to x+2 without stating restrictions.

Open in simulator
Problem 222

Correct the rational-expression operation error: A student simplifies (x^2+2x+1)/(x^2-1) by canceling x^2 to get (2x+1)/(-1).

Problem 223

Correct the rational-expression operation error: A student adds 1/(x^2-x) + 1/(x-1) using (x^2-x)(x-1) as the common denominator.

Problem 224

Correct the rational-expression operation error: A student multiplies (x+1)/x * (x-1)/y and cancels x.

Problem 225

Correct the rational-expression operation error: A student simplifies (x - (x+1))/(x-1) to (x-x+1)/(x-1) = 1/(x-1).