Skip to main content
Logo image

Section 12.2 Multiplication and Division of Rational Expressions

In the last section, we learned some rational function applications. In this section, we will learn how to simplify rational expressions, and how to multiply and divide them.
Figure 12.2.1. Alternative Video Lesson

Subsection 12.2.1 Simplifying Rational Expressions

Consider the two rational functions below. At first glance, which function looks simpler?
\begin{equation*} f(x)=\frac{8x^3-12x^2+8x-12}{2x^3-3x^2+10x-15} \end{equation*}
\begin{equation*} g(x)=\frac{4(x^2+1)}{x^2+5}, \text{ for }x\neq \frac{3}{2} \end{equation*}
It can be argued that the function \(g\) is simpler, at least with regard to the ease with which we can determine its domain, quickly evaluate it, and also determine where its function value is zero. All of these things are considerably more difficult with the function \(f\text{.}\)
These two functions are actually the same function. Using factoring and the same process of canceling that’s used with numerical ratios, we will learn how to simplify the function \(f\) into the function \(g\text{.}\) (The full process for simplifying \(f(x)=\frac{8x^3-12x^2+8x-12}{2x^3-3x^2+10x-15}\) will be shown in Example 8.)
To see a simple example of the process for simplifying a rational function or expression, let’s look at simplifying \(\frac{14}{21}\) and \(\frac{(x+2)(x+7)}{(x+3)(x+7)}\) by canceling common factors:
\begin{align*} \frac{14}{21}\amp=\frac{2\cdot \cancel{7}}{3\cdot \cancel{7}}\amp\frac{(x+2)(x+7)}{(x+3)(x+7)}\amp=\frac{(x+2)\cancel{(x+7)}}{(x+3)\cancel{(x+7)}}\\ \amp=\frac{2}{3}\amp\amp=\frac{x+2}{x+3}, \text{ for }x\neq -7 \end{align*}
The statement “for \(x\neq -7\)” was added when the factors of \(x+7\) were canceled. This is because \(\frac{(x+2)(x+7)}{(x+3)(x+7)}\) was undefined for \(x=-7\text{,}\) so the simplified version must also be undefined for \(x=-7\text{.}\)

Warning 12.2.2. Cancel Factors, not Terms.

It may be tempting to want to try to simplify \(\frac{x+2}{x+3}\) into \(\frac{2}{3}\) by canceling each \(x\) that appears. But these \(x\)’s are terms (pieces that are added with other pieces), not factors. Canceling (an act of division) is only possible with factors (an act of multiplication).
The process of canceling factors is key to simplifying rational expressions. If the expression is not given in factored form, then this will be our first step. We’ll now look at a few more examples.

Example 12.2.3.

Simplify the rational function formula \(Q(x)=\frac{3x-12}{x^2+x-20}\) and state the domain of \(Q\text{.}\)
Explanation.
To start, we’ll factor the numerator and denominator. We’ll then cancel any factors common to both the numerator and denominator.
\begin{align*} Q(x)\amp=\frac{3x-12}{x^2+x-20}\\ Q(x)\amp=\frac{3\cancel{(x-4)}}{(x+5)\cancel{(x-4)}}\\ Q(x)\amp=\frac{3}{x+5}, \text{ for }x\neq 4 \end{align*}
The domain of this function will incorporate the explicit domain restriction \(x\neq 4\) that was stated when the factor of \(x-4\) was canceled from both the numerator and denominator. We will also exclude \(-5\) from the domain as this value would make the denominator zero. Thus the domain of \(Q\) is \(\left\{x\mid x\neq -5,4\right\}\text{.}\)

Warning 12.2.4.

When simplifying the function \(Q\) in Example 3, we cannot simply write \(Q(x)=\frac{3}{x+5}\text{.}\) The reason is that this would result in our simplified version of the function \(Q\) having a different domain than the original \(Q\text{.}\) More specifically, for our original function \(Q\) it held that \(Q(4)\) was undefined, and this still needs to be true for the simplified form of \(Q\text{.}\)

Example 12.2.5.

Simplify the rational function formula \(R(y)=\frac{-y-2y^2}{2y^3-y^2-y}\) and state the domain of \(R\text{.}\)
Explanation.
\begin{align*} R(y)\amp=\frac{-y-2y^2}{2y^3-y^2-y}\\ R(y)\amp=\frac{-2y^2-y}{y(2y^2-y-1)}\\ R(y)\amp=\frac{-\cancelhighlight{y}\secondcancelhighlight{(2y+1)}}{\cancelhighlight{y}\secondcancelhighlight{(2y+1)}(y-1)}\\ R(y)\amp=-\frac{1}{y-1}, \text{ for }y\neq 0, y\neq -\frac{1}{2} \end{align*}
The domain of this function will incorporate the explicit restrictions \(y\neq 0, y\neq -\frac{1}{2}\) that were stated when the factors of \(y\) and \(2y+1\) were canceled from both the numerator and denominator. Since the factor \(y-1\) is still in the denominator, we also need the restriction that \(y\neq 1\text{.}\) Therefore the domain of \(R\) is \(\left\{y\mid y\neq -\frac{1}{2},0,1\right\}\text{.}\)

Example 12.2.6.

Simplify the expression \(\frac{9y+2y^2-5}{y^2-25}\text{.}\)
Explanation.
To start, we need to recognize that \(9y+2y^2-5\) is not written in standard form (where terms are written from highest degree to lowest degree). Before attempting to factor this expression, we’ll re-write it as \(2y^2+9y-5\text{.}\)
\begin{align*} \frac{9y+2y^2-5}{y^2-25}\amp=\frac{2y^2+9y-5}{y^2-25}\\ \amp=\frac{(2y-1)\cancel{(y+5)}}{\cancel{(y+5)}(y-5)}\\ \amp=\frac{2y-1}{y-5}, \text{ for } y\neq -5 \end{align*}

Example 12.2.7.

Simplify the expression \(\frac{-48z+24z^2-3z^3}{4-z}\text{.}\)
Explanation.
To begin simplifying this expression, we will rewrite each polynomial in descending order. Then we’ll factor out the GCF, including the constant \(-1\) from both the numerator and denominator because their leading terms are negative.
\begin{align*} \frac{-48z+24z^2-3z^3}{4-z}\amp=\frac{-3z^3+24z^2-48z}{-z+4}\\ \amp=\frac{-3z(z^2-8z+16)}{-(z-4)}\\ \amp=\frac{-3z(z-4)^2}{-(z-4)}\\ \amp=\frac{-3z(z-4)\cancel{(z-4)}}{-\cancel{(z-4)}}\\ \amp=\frac{3z(z-4)}{1}, \text{ for } z\neq 4\\ \amp=3z(z-4), \text{ for } z\neq 4 \end{align*}

Example 12.2.8.

Simplify the rational function formula \(f(x)=\frac{8x^3-12x^2+8x-12}{2x^3-3x^2+10x-15}\) and state the domain of \(f\text{.}\)
Explanation.
To simplify this rational function, we’ll first note that both the numerator and denominator have four terms. To factor them we’ll need to use factoring by grouping. (Note that if this technique didn’t work, very few other approaches would be possible.) Once we’ve used factoring by grouping, we’ll cancel any factors common to both the numerator and denominator and state the associated restrictions.
\begin{align*} f(x)\amp=\frac{8x^3-12x^2+8x-12}{2x^3-3x^2+10x-15}\\ f(x)\amp=\frac{4(2x^3-3x^2+2x-3)}{2x^3-3x^2+10x-15}\\ f(x)\amp=\frac{4(x^2(2x-3)+(2x-3))}{x^2(2x-3)+5(2x-3)}\\ f(x)\amp=\frac{4(x^2+1)\cancel{(2x-3)}}{(x^2+5)\cancel{(2x-3)}}\\ f(x)\amp=\frac{4(x^2+1)}{x^2+5}, \text{ for }x\neq \frac{3}{2} \end{align*}
In determining the domain of this function, we’ll need to account for any implicit and explicit restrictions. When the factor \(2x-3\) was canceled, the explicit statement of \(x\neq \frac{3}{2}\) was given. The denominator in the final simplified form of this function has \(x^2+5\text{.}\) There is no value of \(x\) for which \(x^2+5=0\text{,}\) so the only restriction is that \(x\neq \frac{3}{2}\text{.}\) Therefore the domain is \(\left\{ x\mid x\neq \frac{3}{2}\right\}\text{.}\)

Example 12.2.9.

Simplify the expression \(\frac{3y-x}{x^2-xy-6y^2}\text{.}\) In this example, there are two variables. It is still possible that in examples like this, there can be domain restrictions when simplifying rational expressions. However since we are not studying functions of more than one variable, this textbook ignores domain restrictions with examples like this one.
Explanation.
\begin{align*} \frac{3y-x}{x^2-xy-6y^2}\amp=\frac{-\cancel{(x-3y)}}{\cancel{(x-3y)}(x+2y)}\\ \amp=\frac{-1}{x+2y} \end{align*}

Subsection 12.2.2 Multiplication of Rational Functions and Expressions

Recall the [cross-reference to target(s) "fact-multiplication-of-fractions" missing or not unique], which states that the product of two fractions is equal to the product of their numerators divided by the product of their denominators. We will use this same rule for multiplying rational expressions.
When multiplying fractions, one approach is to multiply the numerator and denominator, and then simplify the fraction that results by determining the greatest common factor in both the numerator and denominator, like this:
\begin{align*} \frac{14}{9}\cdot\frac{3}{10}\amp=\frac{14\cdot 3}{9\cdot 10}\\ \amp=\frac{42}{90}\\ \amp=\frac{7\cdot \cancel{6}}{15\cdot \cancel{6}}\\ \amp=\frac{7}{15} \end{align*}
This approach works great when we can easily identify that \(6\) is the greatest common factor in both \(42\) and \(90\text{.}\) But in more complicated instances, it isn’t always an easy approach. It also won’t work particularly well when we have \((x+2)\) instead of \(2\) as a factor, as we’ll see shortly.
Another approach to multiplying and simplifying fractions involves utilizing the prime factorization of each the numerator and denominator, like this:
\begin{align*} \frac{14}{9}\cdot\frac{3}{10}\amp=\frac{2\cdot 7}{3^2}\cdot \frac{3}{2\cdot 5}\\ \amp=\frac{\cancelhighlight{2} \cdot 7 \cdot \secondcancelhighlight{3}}{\secondcancelhighlight{3} \cdot 3 \cdot \cancelhighlight{2}\cdot5}\\ \amp=\frac{7}{15} \end{align*}
The method for multiplying and simplifying rational expressions is nearly identical, as shown here:
\begin{align*} \frac{x^2+9x+14}{x^2+6x+9}\cdot \frac{x+3}{x^2+7x+10}\amp=\frac{(x+2)(x+7)}{(x+3)^2}\cdot \frac{x+3}{(x+2)(x+5)}\\ \amp=\frac{\cancelhighlight{(x+2)}(x+7)\secondcancelhighlight{(x+3)}}{\secondcancelhighlight{(x+3)}(x+3)\cancelhighlight{(x+2)}(x+5)}\\ \amp=\frac{(x+7)}{(x+3)(x+5)}, \text{ for } x\neq -2 \end{align*}
This process will be used for both multiplying and dividing rational expressions. The main distinctions in various examples will be in the factoring methods required.

Example 12.2.10.

Multiply the rational expressions: \(\dfrac{x^2-4x}{x^2-4}\cdot\dfrac{4-4x+x^2}{20-x-x^2}\text{.}\)
Explanation.
Note that to factor the second rational expression, we’ll want to re-write the terms in descending order for both the numerator and denominator. In the denominator, we’ll first factor out \(-1\) as the leading term is \(-x^2\text{.}\)
\begin{align*} \frac{x^2-4x}{x^2-4}\cdot\frac{4-4x+x^2}{20-x-x^2}\amp=\frac{x^2-4x}{x^2-4}\cdot\frac{x^2-4x+4}{-x^2-x+20}\\ \amp=\frac{x^2-4x}{x^2-4}\cdot\frac{x^2-4x+4}{-(x^2+x-20)}\\ \amp=\frac{x\cancelhighlight{(x-4)}}{(x+2)\secondcancelhighlight{(x-2)}} \cdot\frac{(x-2)\secondcancelhighlight{(x-2)}}{-(x+5)\cancelhighlight{(x-4)}}\\ \amp=-\frac{x(x-2)}{(x+2)(x+5)}, \text{ for } x\neq 2,x\neq 4 \end{align*}

Example 12.2.11.

Multiply the rational expressions: \(\dfrac{p^2q^4}{3r}\cdot\dfrac{9r^2}{pq^2}\text{.}\) Note this book ignores domain restrictions on multivariable expressions.
Explanation.
We won’t need to factor anything in this example, and can simply multiply across and then simplify.
\begin{align*} \frac{p^2q^4}{3r}\cdot\frac{9r^2}{pq^2}\amp=\frac{p^2q^2\cdot9r^2}{3r\cdot pq^2}\\ \amp=\frac{pq^2\cdot 3r}{1}\\ \amp=3pq^2r \end{align*}

Subsection 12.2.3 Division of Rational Functions and Expressions

We can divide rational expressions using the [cross-reference to target(s) "fact-division-of-fractions" missing or not unique], which simply requires that we change dividing by an expression to multiplying by its reciprocal. Let’s look at a few examples.

Example 12.2.12.

Divide the rational expressions: \(\dfrac{x+2}{x+5}\div \dfrac{x+2}{x-3}\text{.}\)
Explanation.
\begin{align*} \frac{x+2}{x+5}\div \frac{x+2}{x-3}\amp=\frac{\cancel{x+2}}{x+5}\cdot \frac{x-3}{\cancel{x+2}}, \text{ for }x\neq 3\\ \amp=\frac{x-3}{x+5}, \text{ for }x\neq -2, x\neq 3 \end{align*}

Remark 12.2.13.

In the first step of Example 12, the restriction \(x\neq3\) was used. We hadn’t canceled anything yet, so why is there this restriction already? It’s because the original expression \(\frac{x+2}{x+5}\div \frac{x+2}{x-3}\) had \(x-3\) in a denominator, which means that \(3\) is not a valid input. In the first step of simplifying, the \(x-3\) denominator went to the numerator and we lost the information that \(3\) was not a valid input, so we stated it explicitly. Always be sure to compare the restrictions of the original expression with each step throughout the process.

Example 12.2.14.

Simplify the rational expression using division: \(\dfrac{\frac{3x-6}{2x+10}}{\frac{x^2-4}{3x+15}}\text{.}\)
Explanation.
To begin, we’ll note that the larger fraction bar is denoting division, so we will use multiplication by the reciprocal. After that, we’ll factor each expression and cancel any common factors.
\begin{align*} \frac{\frac{3x-6}{2x+10}}{\frac{x^2-4}{3x+15}}\amp=\frac{3x-6}{2x+10}\div\frac{x^2-4}{3x+15}\\ \amp=\frac{3x-6}{2x+10}\cdot\frac{3x+15}{x^2-4}\\ \amp=\frac{3\cancelhighlight{(x-2)}}{2\secondcancelhighlight{(x+5)}}\cdot\frac{3\secondcancelhighlight{(x+5)}}{(x+2)\cancelhighlight{(x-2)}}\\ \amp=\frac{3\cdot 3}{2(x+2)}, \text{ for }x\neq -5, x\neq 2\\ \amp=\frac{9}{2x+4}, \text{ for }x\neq -5, x\neq 2 \end{align*}

Example 12.2.15.

Divide the rational expressions: \(\dfrac{x^2-5x-14}{x^2+7x+10}\div\dfrac{x-7}{x+4}\text{.}\)
Explanation.
\begin{align*} \frac{x^2-5x-14}{x^2+7x+10}\div\frac{x-7}{x+4}\amp=\frac{x^2-5x-14}{x^2+7x+10}\cdot\frac{x+4}{x-7}, \text{ for }x\neq -4\\ \amp=\frac{\cancelhighlight{(x-7)}\secondcancelhighlight{(x+2)}}{(x+5)\secondcancelhighlight{(x+2)}}\cdot\frac{x+4}{\cancelhighlight{x-7}}, \text{ for }x\neq -4\\ \amp=\frac{x+4}{x+5}, \text{ for }x\neq -4, x\neq -2, x\neq 7 \end{align*}

Example 12.2.16.

Divide the rational expressions: \((p^4-16)\div\dfrac{p^4-2p^3}{2p}\text{.}\)
Explanation.
\begin{align*} (p^4-16)\div\frac{p^4-2p^3}{2p}\amp=\frac{p^4-16}{1}\cdot\frac{2p}{p^4-2p^3}\\ \amp=\frac{(p^2+4)(p+2)\cancel{(p-2)}}{1}\cdot\frac{2p}{p^3\cancel{(p-2)}}\\ \amp=\frac{2(p^2+4)(p+2)}{p^2}, \text{ for } p\neq 2 \end{align*}
Note here that we didn’t have to include a restriction in the very first step. That restriction would have been \(p\neq0\text{,}\) but since \(0\) still cannot be inputted into any of the subsequent expressions, we don’t need to explicitly state \(p\neq0\) as a restriction because the expressions tell us that implicitly already.

Example 12.2.17.

Divide the rational expressions: \(\dfrac{3x^2}{x^2-9y^2}\div\dfrac{6x^3}{x^2-2xy-15y^2}\text{.}\) Note this book ignores domain restrictions on multivariable expressions.
Explanation.
\begin{align*} \frac{3x^2}{x^2-9y^2}\div\frac{6x^3}{x^2-2xy-15y^2}\amp=\frac{3x^2}{x^2-9y^2}\cdot\frac{x^2-2xy-15y^2}{6x^3}\\ \amp=\frac{3x^2}{\cancel{(x+3y)}(x-3y)}\cdot\frac{\cancel{(x+3y)}(x-5y)}{6x^3}\\ \amp=\frac{1}{x-3y}\cdot\frac{x-5y}{2x}\\ \amp=\frac{x-5y}{2x(x-3y)} \end{align*}

Example 12.2.18.

Divide the rational expressions: \(\dfrac{m^2n^2-3mn-4}{2mn}\div(m^2n^2-16)\text{.}\) Note this book ignores domain restrictions on multivariable expressions.
Explanation.
\begin{align*} \frac{m^2n^2-3mn-4}{2mn}\div(m^2n^2-16)\amp=\frac{m^2n^2-3mn-4}{2mn}\cdot\frac{1}{m^2n^2-16}\\ \amp=\frac{\cancel{(mn-4)}(mn+1)}{2mn}\cdot\frac{1}{(mn+4)\cancel{(mn-4)}}\\ \amp=\frac{mn+1}{2mn}\cdot\frac{1}{mn+4}\\ \amp=\frac{mn+1}{2mn(mn+4)} \end{align*}

Reading Questions 12.2.4 Reading Questions

1.

What is the difference between a factor and a term?

2.

When canceling pieces of rational function expression to simplify it, what kinds of pieces are the only acceptable pieces to cancel?

3.

When you simplify a rational function expression, you may need to make note of a .

Exercises 12.2.5 Exercises

Review and Warmup.

1.
Multiply: \(\displaystyle{-\frac{20}{7} \cdot \frac{13}{8}}\)
2.
Multiply: \(\displaystyle{-\frac{3}{13} \cdot \frac{11}{27}}\)
3.
Multiply: \(\displaystyle{-\frac{8}{19} \cdot \left(-\frac{9}{14}\right)}\)
4.
Multiply: \(\displaystyle{-\frac{7}{16} \cdot \left(-\frac{4}{7}\right)}\)
5.
Divide: \(\displaystyle{ \frac{3}{5} \div \frac{5}{4} }\)
6.
Divide: \(\displaystyle{ \frac{3}{7} \div \frac{7}{4} }\)
7.
Divide: \(\displaystyle{ \frac{1}{16} \div \left(-\frac{7}{12}\right) }\)
8.
Divide: \(\displaystyle{ \frac{5}{12} \div \left(-\frac{2}{15}\right) }\)

Exercise Group.

9.
Factor the given polynomial.
\({t^{2}-36}=\)
10.
Factor the given polynomial.
\({t^{2}-4}=\)
11.
Factor the given polynomial.
\({x^{2}+15x+56}=\)
12.
Factor the given polynomial.
\({x^{2}+7x+10}=\)
13.
Factor the given polynomial.
\({y^{2}-7y+6}=\)
14.
Factor the given polynomial.
\({y^{2}-18y+80}=\)
15.
Factor the given polynomial.
\({2r^{2}-18r+28}=\)
16.
Factor the given polynomial.
\({5r^{2}-25r+20}=\)
17.
Factor the given polynomial.
\({8r^{8}+24r^{7}+16r^{6}}=\)
18.
Factor the given polynomial.
\({2t^{6}+14t^{5}+24t^{4}}=\)
19.
Factor the given polynomial.
\({144t^{2}-24t+1}=\)
20.
Factor the given polynomial.
\({64x^{2}-16x+1}=\)

Simplifying Rational Expressions with One Variable.

21.
Simplify the following expressions, and if applicable, write the restricted domain on the simplified expression.
  1. \(\displaystyle{{\frac{x+4}{x+4}}=}\)
  2. \(\displaystyle{{\frac{x+4}{4+x}}=}\)
  3. \(\displaystyle{{\frac{x-4}{x-4}}=}\)
  4. \(\displaystyle{{\frac{x-4}{4-x}}=}\)
22.
Simplify the following expressions, and if applicable, write the restricted domain on the simplified expression.
  1. \(\displaystyle{{\frac{y+10}{y+10}}=}\)
  2. \(\displaystyle{{\frac{y+10}{10+y}}=}\)
  3. \(\displaystyle{{\frac{y-10}{y-10}}=}\)
  4. \(\displaystyle{{\frac{y-10}{10-y}}=}\)
23.
Select all correct simplifications, ignoring possible domain restrictions.
  • \(\displaystyle \frac{x}{7 x}=\frac{1}{7}\)
  • \(\displaystyle \frac{5}{x+5}=\frac{1}{x}\)
  • \(\displaystyle \frac{7(x-5)}{x -5}=7\)
  • \(\displaystyle \frac{x+5}{5}=x\)
  • \(\displaystyle \frac{x+ 5}{x+5}=1\)
  • \(\displaystyle \frac{5}{x+5}=\frac{1}{x+1}\)
  • \(\displaystyle \frac{7 x+5}{x + 5}=7\)
  • \(\displaystyle \frac{x+5}{x+7}=\frac{5}{7}\)
  • \(\displaystyle \frac{x+5}{x}=5\)
  • \(\displaystyle \frac{5 x}{x}=5\)
  • \(\displaystyle \frac{7 x+5}{7}=x+5\)
24.
Select all correct simplifications, ignoring possible domain restrictions.
  • \(\displaystyle \frac{x}{7 x}=\frac{1}{7}\)
  • \(\displaystyle \frac{6}{x+6}=\frac{1}{x+1}\)
  • \(\displaystyle \frac{6 x}{x}=6\)
  • \(\displaystyle \frac{x+6}{6}=x\)
  • \(\displaystyle \frac{x+6}{x}=6\)
  • \(\displaystyle \frac{7 x+6}{7}=x+6\)
  • \(\displaystyle \frac{x+6}{x+7}=\frac{6}{7}\)
  • \(\displaystyle \frac{x+ 6}{x+6}=1\)
  • \(\displaystyle \frac{7 x+6}{x + 6}=7\)
  • \(\displaystyle \frac{6}{x+6}=\frac{1}{x}\)
  • \(\displaystyle \frac{7(x-6)}{x -6}=7\)

Exercise Group.

25.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{r+9}{\left(r-5\right)\mathopen{}\left(r+9\right)}}=}\)
26.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{r+6}{\left(r-2\right)\mathopen{}\left(r+6\right)}}=}\)
27.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{-10\mathopen{}\left(t-3\right)}{\left(t-9\right)\mathopen{}\left(t-3\right)}}=}\)
28.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{-5\mathopen{}\left(t+9\right)}{\left(t-6\right)\mathopen{}\left(t+9\right)}}=}\)
29.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{\left(x-6\right)\mathopen{}\left(x-3\right)}{3-x}}=}\)
30.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{\left(x+3\right)\mathopen{}\left(x-10\right)}{10-x}}=}\)
31.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{-9y+72}{y-8}}=}\)
32.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{-6y+30}{y-5}}=}\)
33.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{-3r}{r^{2}+2r}}=}\)
34.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{-9r}{r^{2}-8r}}=}\)
35.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{3r-r^{2}}{r^{2}+2r-15}}=}\)
36.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{t-t^{2}}{t^{2}-2t+1}}=}\)
37.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{t^{2}-5t}{25-t^{2}}}=}\)
38.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{x^{2}-3x}{9-x^{2}}}=}\)
39.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{-x^{2}+x}{-3+4x-x^{2}}}=}\)
40.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{-y^{2}-5y}{10-3y-y^{2}}}=}\)
41.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{2y^{2}+5y+3}{-y+5-6y^{2}}}=}\)
42.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{5r^{2}+3r-2}{-5r-2-3r^{2}}}=}\)
43.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{r^{2}-7r+12}{6r-r^{2}-9}}=}\)
44.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{r^{2}-3r+2}{2r-r^{2}-1}}=}\)
45.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{-t^{2}-t+30}{t^{2}-25}}=}\)
46.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{-t^{2}+t+12}{t^{2}-9}}=}\)
47.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{2x^{2}-3x-5}{-11x-5-6x^{2}}}=}\)
48.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{5x^{2}+7x+2}{-5x-3-2x^{2}}}=}\)
49.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{-y^{3}-y^{4}}{y^{2}+3y+2}}=}\)
50.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{-6y^{2}-y^{3}}{y^{2}+5y-6}}=}\)
51.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{r^{6}-7r^{5}+10r^{4}}{r^{6}-8r^{5}+12r^{4}}}=}\)
52.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{r^{5}+9r^{4}+20r^{3}}{r^{5}-2r^{4}-24r^{3}}}=}\)
53.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{r^{3}-8}{r^{2}-4}}=}\)
54.
Simplify the following expression, and if applicable, write the restricted domain on the simplified expression.
\(\displaystyle{{\frac{t^{3}+125}{t^{2}-25}}=}\)

Simplifying Rational Expressions with More Than One Variable.

55.
Simplify this expression.
\(\displaystyle{{\frac{ty-t^{2}y^{2}}{t^{2}y^{2}+4ty-5}}=}\)
56.
Simplify this expression.
\(\displaystyle{{\frac{5xy-x^{2}y^{2}}{x^{2}y^{2}-11xy+30}}=}\)
57.
Simplify this expression.
\(\displaystyle{{\frac{6x+24t}{x^{2}+9xt+20t^{2}}}=}\)
58.
Simplify this expression.
\(\displaystyle{{\frac{6y+18x}{y^{2}+7yx+12x^{2}}}=}\)
59.
Simplify this expression.
\(\displaystyle{{\frac{-y^{2}-11yx-30x^{2}}{y^{2}-36x^{2}}}=}\)
60.
Simplify this expression.
\(\displaystyle{{\frac{-r^{2}-6rx-8x^{2}}{r^{2}-4x^{2}}}=}\)
61.
Simplify this expression.
\(\displaystyle{{\frac{3r^{2}y^{2}-2ry-5}{-5ry-3-2r^{2}y^{2}}}=}\)
62.
Simplify this expression.
\(\displaystyle{{\frac{5r^{2}x^{2}+7rx+2}{-5rx-2-3r^{2}x^{2}}}=}\)

Simplifying Rational Functions.

63.
Simplify the function formula, and if applicable, write the restricted domain.
\(\displaystyle{ G(t) = {\frac{t+4}{t^{2}+13t+36}} }\)
Reduced \(G(t)=\)
64.
Simplify the function formula, and if applicable, write the restricted domain.
\(\displaystyle{ h(t) = {\frac{t+8}{t^{2}-t-72}} }\)
Reduced \(h(t)=\)
65.
Simplify the function formula, and if applicable, write the restricted domain.
\(\displaystyle{ K(x) = {\frac{x^{3}-9x}{x^{3}-5x^{2}-24x}} }\)
Reduced \(K(x)=\)
66.
Simplify the function formula, and if applicable, write the restricted domain.
\(\displaystyle{ G(x) = {\frac{x^{3}-49x}{x^{3}+17x^{2}+70x}} }\)
Reduced \(G(x)=\)
67.
Simplify the function formula, and if applicable, write the restricted domain.
\(\displaystyle{ g(y) = {\frac{y^{4}-10y^{3}+25y^{2}}{5y^{4}-23y^{3}-10y^{2}}} }\)
Reduced \(g(y)=\)
68.
Simplify the function formula, and if applicable, write the restricted domain.
\(\displaystyle{ K(y) = {\frac{y^{4}-2y^{3}+y^{2}}{5y^{4}-7y^{3}+2y^{2}}} }\)
Reduced \(K(y)=\)
69.
Simplify the function formula, and if applicable, write the restricted domain.
\(\displaystyle{ G(r) = {\frac{5r^{3}+r^{2}}{5r^{3}+16r^{2}+3r}} }\)
Reduced \(G(r)=\)
70.
Simplify the function formula, and if applicable, write the restricted domain.
\(\displaystyle{ g(r) = {\frac{2r^{3}+5r^{2}}{2r^{3}+r^{2}-10r}} }\)
Reduced \(g(r)=\)

Multiplying and Dividing Rational Expressions with One Variable.

71.
Select all correct equations:
  • \(\displaystyle -\frac{x}{y} = \frac{x}{-y}\)
  • \(\displaystyle 8 \cdot \frac{x}{y} = \frac{x}{8 y}\)
  • \(\displaystyle -\frac{x}{y} = \frac{-x}{y}\)
  • \(\displaystyle 8 \cdot \frac{x}{y} = \frac{8 x}{y}\)
  • \(\displaystyle -\frac{x}{y} = \frac{-x}{-y}\)
  • \(\displaystyle 8 \cdot \frac{x}{y} = \frac{8 x}{8 y}\)
72.
Select all correct equations:
  • \(\displaystyle 9 \cdot \frac{x}{y} = \frac{9 x}{y}\)
  • \(\displaystyle 9 \cdot \frac{x}{y} = \frac{9 x}{9 y}\)
  • \(\displaystyle -\frac{x}{y} = \frac{-x}{-y}\)
  • \(\displaystyle -\frac{x}{y} = \frac{-x}{y}\)
  • \(\displaystyle -\frac{x}{y} = \frac{x}{-y}\)
  • \(\displaystyle 9 \cdot \frac{x}{y} = \frac{x}{9 y}\)
73.
Simplify the following expressions, and if applicable, write the restricted domain.
\(\displaystyle{ -{\frac{t^{4}}{t+4}} \cdot {t^{3}} =}\)
\(\displaystyle{ -{\frac{t^{4}}{t+4}} \cdot {\frac{1}{t^{3}}} =}\)
74.
Simplify the following expressions, and if applicable, write the restricted domain.
\(\displaystyle{ -{\frac{y^{4}}{y+4}} \cdot {y^{2}} =}\)
\(\displaystyle{ -{\frac{y^{4}}{y+4}} \cdot {\frac{1}{y^{2}}} =}\)

Exercise Group.

75.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{x^{2}+3x-10}{x-4}} \cdot {\frac{5x-20}{x+5}} =}\)
76.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{y^{2}-5y+6}{y+6}} \cdot {\frac{5y+30}{y-2}} =}\)
77.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{y^{2}-4y}{y^{2}-4}} \cdot {\frac{y^{2}-2y}{y^{2}+5y-36}} =}\)
78.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{y^{2}-9y}{y^{2}-9}} \cdot {\frac{y^{2}-3y}{y^{2}-8y-9}} =}\)
79.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{6r-24}{35-28r-7r^{2}}} \cdot {\frac{r^{2}-2r+1}{2r^{2}-8r}} =}\)
80.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{12r+36}{-25-30r-5r^{2}}} \cdot {\frac{r^{2}+2r+1}{4r^{2}+12r}} =}\)
81.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{9t^{2}-t-8}{70t^{5}-40t^{4}}} \cdot {\frac{20t^{4}-35t^{5}}{81t^{2}-64}} =}\)
82.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{4t^{2}-t-3}{108t^{3}-60t^{2}}} \cdot {\frac{10t^{2}-18t^{3}}{16t^{2}-9}} =}\)
83.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{x}{x+8}} \div {4x^{4}} =}\)
84.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{x}{x+10}} \div {2x^{2}} =}\)
85.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{16y} \div {\frac{4}{y^{4}}} =}\)
86.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{15y} \div {\frac{5}{y^{4}}} =}\)
87.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{({4y-8}) \div ({20y-40}) =}\)
88.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{({5r+5}) \div ({30r+30}) =}\)
89.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{9r^{2}-64}{3r^{2}-r-24}} \div ({8-3r}) =}\)
90.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{9t^{2}-16}{3t^{2}-8t-16}} \div ({4-3t}) =}\)
91.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{t^{3}}{t^{2}+2t}} \div {\frac{1}{t^{2}-t-6}} =}\)
92.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{x^{2}}{x^{2}+2x}} \div {\frac{1}{x^{2}+x-2}} =}\)
93.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{\frac{{\frac{4x+9}{x}}}{{\frac{x-8}{x}}}}\) =
94.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{\frac{{\frac{9a+7}{a}}}{{\frac{a+4}{a}}}}\) =
95.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{\frac{{\frac{c}{\left(c-6\right)^{2}}}}{{\frac{8c}{c^{2}-36}}}=}\)
96.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{\frac{{\frac{u}{\left(u-2\right)^{2}}}}{{\frac{3u}{u^{2}-4}}}=}\)
97.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{x^{2}+2x}{x^{2}-16}} \div {\frac{x^{2}-4}{x^{2}+5x+4}}={}}\)
98.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{x^{2}+3x}{x^{2}-25}} \div {\frac{x^{2}-9}{x^{2}+x-20}}={}}\)

Multiplying and Dividing Rational Expressions with More Than One Variable.

99.
Simplify this expression.
\(\displaystyle{{\frac{12\mathopen{}\left(t+x\right)}{t-x}} \cdot {\frac{t-x}{3\mathopen{}\left(3t+x\right)}} =}\)
100.
Simplify this expression.
\(\displaystyle{{\frac{6\mathopen{}\left(t+r\right)}{t-r}} \cdot {\frac{t-r}{3\mathopen{}\left(3t+r\right)}} =}\)
101.
Simplify this expression.
\(\displaystyle{{\frac{3x^{5}y^{3}}{5x}} \cdot {\frac{10xy}{9y^{5}}} =}\)
102.
Simplify this expression.
\(\displaystyle{{\frac{2x^{5}r^{2}}{5x^{4}}} \cdot {\frac{5xr}{6r^{5}}} =}\)
103.
Simplify this expression.
\(\displaystyle{{\frac{y^{2}+6yt+5t^{2}}{y+3t}} \cdot {\frac{3y+9t}{y+t}} =}\)
104.
Simplify this expression.
\(\displaystyle{{\frac{y^{2}-9yx+18x^{2}}{y-4x}} \cdot {\frac{6y-24x}{y-6x}} =}\)
105.
Simplify this expression.
\(\displaystyle{{\frac{y^{2}x^{9}}{6}} \div {\frac{y^{2}x^{4}}{12}} =}\)
106.
Simplify this expression.
\(\displaystyle{{\frac{ry^{2}}{6}} \div {\frac{ry}{18}} =}\)
107.
Simplify this expression.
\(\displaystyle{({r^{4}+6r^{3}y+9r^{2}y^{2}}) \div ({r^{5}+3r^{4}y}) =}\)
108.
Simplify this expression.
\(\displaystyle{({t^{4}-10t^{3}x+25t^{2}x^{2}}) \div ({t^{5}-5t^{4}x}) =}\)
109.
Simplify this expression.
\(\displaystyle{{\frac{1}{t^{2}-5tr-6r^{2}}} \div {\frac{t^{3}}{t^{2}+tr}} =}\)
110.
Simplify this expression.
\(\displaystyle{{\frac{1}{x^{2}+10xy+24y^{2}}} \div {\frac{x^{3}}{x^{2}+6xy}} =}\)
111.
Simplify this expression.
\(\displaystyle{{\frac{x^{4}}{x^{2}t-x}} \div {\frac{1}{x^{2}t^{2}-4xt+3}} =}\)
112.
Simplify this expression.
\(\displaystyle{{\frac{y^{2}}{y^{2}r+4y}} \div {\frac{1}{y^{2}r^{2}+yr-12}} =}\)
113.
Simplify this expression.
\(\displaystyle{{\frac{18y^{4}x^{3}}{y+3x}} \div {\frac{6y^{5}x}{y^{2}-9x^{2}}} =}\)
114.
Simplify this expression.
\(\displaystyle{{\frac{25yt^{4}}{y-6t}} \div {\frac{5y^{8}t}{y^{2}-36t^{2}}} =}\)
115.
Simplify this expression.
\(\displaystyle{\frac{{\frac{s}{t}}}{{\frac{5s}{4t^{2}}}}=}\)
116.
Simplify this expression.
\(\displaystyle{\frac{{\frac{p}{q}}}{{\frac{3p}{2q^{2}}}}=}\)
117.
Simplify this expression.
\(\displaystyle{\frac{{\frac{mn^{2}}{10k}}}{{\frac{m}{9nk}}}=}\)
118.
Simplify this expression.
\(\displaystyle{\frac{{\frac{mn^{2}}{7k}}}{{\frac{m}{4nk}}}=}\)

Challenge.

119.
Simplify the following: \(\frac{1}{x+1} \div \frac{x+2}{x+1} \div \frac{x+3}{x+2} \div \frac{x+4}{x+3} \div \cdots \div \frac{x+25}{x+24} \text{.}\) For this exercise, you do not have to write the restricted domain of the simplified expression.
You have attempted of activities on this page.