Skip to main content
Logo image

Section 12.6 Rational Functions and Equations Chapter Review

Subsection 12.6.1 Introduction to Rational Functions

In Section 1 we learned about rational functions and explored them with tables and graphs.

Example 12.6.1. Graphs of Rational Functions.

In an apocalypse, a zombie infestation begins with \(1\) zombie and spreads rapidly. The population of zombies can be modeled by \(Z(x)=\frac{200000x+100}{5x+100}\text{,}\) where \(x\) is the number of days after the apocalypse began. Use technology to graph the function and answer these questions:
  1. How many zombies are there \(2\) days after the apocalypse began?
  2. After how many days will the zombie population be \(20{,}000\text{?}\)
  3. As time goes on, the population will level off at about how many zombies?
Explanation.
We will graph the function with technology. After adjusting window settings, we have:
Figure 12.6.2. Graph of \(y=Z(x)=\frac{200000x+100}{5x+100}\)
  1. To find the number of zombies after \(2\) days, we locate the point \((2,3637.27)\text{.}\) Since we can only have a whole number of zombies, we round to \(3{,}637\) zombies.
  2. To find the number of days it will take for the zombie population reach \(20{,}000\text{,}\) we locate the point \((19.999,20000)\) so it will take about 20 days.
  3. When we look far to the right on the graph using technology we can see that the population will level off at about \(40{,}000\) zombies.

Subsection 12.6.2 Multiplication and Division of Rational Expressions

In Section 2 we covered how to simplify rational expressions. It is very important to list any domain restrictions from factors that are canceled. We also multiplied and divided rational expressions.

Example 12.6.3. Simplifying Rational Expressions.

Simplify the expression \(\frac{8t+4t^2-12t^3}{1-t}\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{8t+4t^2-12t^3}{1-t}\amp=\frac{-12t^3+4t^2+8t}{-t+1}\\ \amp=\frac{-4t(3t^2-t-2)}{-(t-1)}\\ \amp=\frac{-4t(3t+2)(t-1)}{-(t-1)}\\ \amp=\frac{-4t(3t+2)\cancelhighlight{(t-1)}}{-\cancelhighlight{(t-1)}}\\ \amp=\frac{-4t(3t+2)}{-1}, \text{ for } t\neq 1\\ \amp=4t(3t+2), \text{ for } t\neq 1 \end{align*}

Example 12.6.4. Multiplication of Rational Functions and Expressions.

Multiply the rational expressions: \(\frac{r^3s}{4t}\cdot\frac{2t^2}{r^2s^3}\text{.}\)
Explanation.
Note that we won’t need to factor anything in this problem, and can simply multiply across and then simplify. With multivariable expressions, this textbook ignores domain restrictions.
\begin{align*} \frac{r^3s}{4t}\cdot\frac{2t^2}{r^2s^3}\amp=\frac{r^3s\cdot2t^2}{4t\cdot r^2s^3}\\ \amp=\frac{2r^3st^2}{4r^2s^3t}\\ \amp=\frac{rt}{2s^2} \end{align*}

Example 12.6.5. Division of Rational Functions and Expressions.

Divide the rational expressions: \(\frac{2x^2+8xy}{x^2-4x+3}\div\frac{x^3+4x^2y}{x^2+4x-5}\text{.}\)
Explanation.
To divide rational expressions, we multiply by the reciprocal of the second fraction. Then we will factor and cancel any common factors. With multivariable expressions, this textbook ignores domain restrictions.
\begin{align*} \frac{2x^2+8xy}{x^2-4x+3}\div\frac{x^3+4x^2y}{x^2+4x-5}\amp=\frac{2x^2+8xy}{x^2-4x+3}\cdot\frac{x^2+4x-5}{x^3+4x^2y}\\ \amp=\frac{2x\cancelhighlight{(x+4y)}}{\secondcancelhighlight{(x-1)}(x-3)}\cdot\frac{\secondcancelhighlight{(x-1)}(x+5)}{x^2\cancelhighlight{(x+4y)}}\\ \amp=\frac{2x}{x-3}\cdot\frac{x+5}{x^2}\\ \amp=\frac{2(x+5)}{x(x-3)} \end{align*}

Subsection 12.6.3 Addition and Subtraction of Rational Expressions

Example 12.6.6. Addition and Subtraction of Rational Expressions with the Same Denominator.

Add the rational expressions: \(\dfrac{5x}{x+5}+\dfrac{25}{x+5}\text{.}\)
Explanation.
These expressions already have a common denominator:
\begin{align*} \frac{5x}{x+5}+\frac{25}{x+5}\amp=\frac{5x+25}{x+5}\\ \amp=\frac{5\cancelhighlight{(x+5)}}{\cancelhighlight{x+5}}\\ \amp=\frac{5}{1}, \text{ for } x\neq -5\\ \amp=5, \text{ for } x\neq -5 \end{align*}
Note that we didn’t stop at \(\frac{5x+25}{x+5}\text{.}\) If possible, we must simplify the numerator and denominator.

Example 12.6.7. Addition and Subtraction of Rational Expressions with Different Denominators.

Add and subtract the rational expressions: \(\dfrac{6y}{y+2}+\dfrac{y}{y-2}-7\)
Explanation.
The denominators can’t be factored, so we’ll find the least common denominator and build each expression to that denominator. Then we will be able to combine the numerators and simplify the expression.
\begin{align*} \frac{6y}{y+2}+\frac{y}{y-2}-7\amp=\frac{6y}{y+2}\multiplyright{\frac{y-2}{y-2}}+\frac{y}{y-2}\multiplyright{\frac{y+2}{y+2}}-7\multiplyright{\frac{(y-2)(y+2)}{(y-2)(y+2)}}\\ \amp=\frac{6y(y-2)}{(y-2)(y+2)}+\frac{y(y+2)}{(y-2)(y+2)}-\frac{7(y-2)(y+2)}{(y-2)(y+2)}\\ \amp=\frac{6y^2-12y+y^2+2y-\highlight{\attention{(}}7(y^2-4)\highlight{\attention{)}}}{(y-2)(y+2)}\\ \amp=\frac{6y^2-12y+y^2+2y-7y^2+28}{(y-2)(y+2)}\\ \amp=\frac{-10y+28}{(y-2)(y+2)}\\ \amp=\frac{-2(5y-14)}{(y-2)(y+2)} \end{align*}

Subsection 12.6.4 Complex Fractions

In Section 4 we covered how to simplify a rational expression that has fractions in the numerator and/or denominator.

Example 12.6.8. Simplifying Complex Fractions.

Simplify the complex fraction \(\dfrac{\frac{2t}{t^2-9}+3}{\frac{6}{t+3}+\frac{1}{t-3}}\text{.}\)
Explanation.
First, we check all quadratic polynomials to see if they can be factored and factor them:
\begin{equation*} \frac{\frac{2t}{t^2-9}+3}{\frac{6}{t+3}+\frac{1}{t-3}}=\frac{\frac{2t}{(t-3)(t+3)}+3}{\frac{6}{t+3}+\frac{1}{t-3}} \end{equation*}
Next, we identify the common denominator of the three fractions, which is \((t+3)(t-3)\text{.}\) We then multiply the main numerator and denominator by that expression:
\begin{align*} \frac{\frac{2t}{(t-3)(t+3)}+3}{\frac{6}{t+3}+\frac{1}{t-3}}\amp=\frac{\frac{2t}{(t-3)(t+3)}+3}{\frac{6}{t+3}+\frac{1}{t-3}}\multiplyright{\frac{(t-3)(t+3)}{(t-3)(t+3)}}\\ \amp=\frac{\frac{2t}{\cancelhighlight{(t-3)}\secondcancelhighlight{(t+3)}}\cancelhighlight{(t-3)}\secondcancelhighlight{(t+3)}+3(t-3)(t+3)}{\frac{6}{\secondcancelhighlight{t+3}}(t-3)\secondcancelhighlight{(t+3)}+\frac{1}{\cancelhighlight{t-3}}\cancelhighlight{(t-3)}(t+3)}\\ \amp=\frac{2t+3(t-3)(t+3)}{6(t-3)+1(t+3)} \text{ for }t\neq -3, t\neq 3\\ \amp=\frac{2t+3(t^2-9)}{6t-18+t+3} \text{ for }t\neq -3, t\neq 3\\ \amp=\frac{2t+3t^2-27}{7t-15} \text{ for }t\neq -3, t\neq 3\\ \amp=\frac{3t^2+2t-27}{7t-15} \text{ for }t\neq -3, t\neq 3 \end{align*}
Both the numerator and denominator are prime polynomials so this expression can neither factor nor simplify any further.

Subsection 12.6.5 Solving Rational Equations

In Section 5 we covered how to solve rational equations. We looked at rate problems, solved for a specified variable and used technology to solve rational equations.

Example 12.6.9. Solving Rational Equations.

Two pipes are being used to fill a large tank. Pipe B can fill the tank twice as fast as Pipe A can. When both pipes are turned on, it takes 12 hours to fill the tank. Write and solve a rational equation to answer the following questions:
  1. If only Pipe A is turned on, how many hours would it take to fill the tank?
  2. If only Pipe B is turned on, how many hours would it take to fill the tank?
Explanation.
Since both pipes can fill the tank in \(12\) hours, they fill \(\frac{1}{12}\) of the tank together each hour. We will let \(a\) represent the number of hours it takes pipe A to fill the tank alone, so pipe A will fill \(\frac{1}{a}\) of the tank each hour. Pipe B can fill the tank twice as fast so it fills \(2\cdot \frac{1}{a}\) of the tank each hour or \(\frac{2}{a}\text{.}\) When they are both turned on, they fill \(\frac{1}{a}+\frac{2}{a}\) of the tank each hour.
Now we can write this equation:
\begin{equation*} \frac{1}{a}+\frac{2}{a}=\frac{1}{12} \end{equation*}
To clear away denominators, we multiply both sides of the equation by the common denominator of \(12\) and \(a\text{,}\) which is \(12a\text{:}\)
\begin{align*} \frac{1}{a}+\frac{2}{a}\amp=\frac{1}{12}\\ \multiplyleft{12a}\left(\frac{1}{a}+\frac{2}{a}\right)\amp=\multiplyleft{12a}\frac{1}{12}\\ 12a\cdot\frac{1}{a}+12a\cdot\frac{2}{a}\amp=12a\cdot\frac{1}{12}\\ 12+24\amp=a\\ 36\amp=a\\ a\amp=36 \end{align*}
The possible solution \(a=36\) should be checked
\begin{align*} \frac{1}{\substitute{36}}+\frac{2}{\substitute{36}}\amp\wonder{=}\frac{1}{12}\\ \frac{3}{36}\amp\confirm{=}\frac{1}{12} \end{align*}
So it is a solution.
  1. If only Pipe A is turned on, it would take \(36\) hours to fill the tank.
  2. Since Pipe B can fill the tank twice as fast, it would take half the time, or \(18\) hours to fill the tank.

Example 12.6.10. Solving Rational Equations for a Specific Variable.

Solve the rational equation \(y=\frac{2x+5}{3x-1}\) for \(x\text{.}\)
Explanation.
To get the \(x\) out of the denominator, our first step will be to multiply each side by the LCD, which is \(3x-1\text{.}\) Then we’ll isolate all terms containing \(x\text{,}\) factor out \(x\text{,}\) and then finish solving for that variable.
\begin{align*} y\amp=\frac{2x+5}{3x-1}\\ y\multiplyright{(3x-1)}\amp=\frac{2x+5}{\cancelhighlight{3x-1}}\cdot\cancelhighlight{(3x-1)}\\ 3xy-y\amp=2x+5\\ 3xy\amp=2x+5+y\\ 3xy-2x\amp=y+5\\ x(3y-2)\amp=y+5\\ \divideunder{x(3y-2)}{3y-2}\amp=\divideunder{y+5}{3y-2}\\ x\amp=\frac{y+5}{3y-2} \end{align*}

Example 12.6.11. Solving Rational Equations Using Technology.

Solve the equation \(\frac{1}{x+2}+1=\frac{10x}{x^2+5}\) using graphing technology.
Explanation.
We will define \(f(x)=\frac{1}{x+2}+1\) and \(g(x)=\frac{10x}{x^2+5}\text{,}\) and then find a window where we can see all of the points of intersection.
Since the two functions intersect at approximately \((-2.309,-2.235)\text{,}\) \((0.76,1.362)\) and \((8.549,1.095)\text{,}\) the solutions to \(\frac{1}{x+2}+1=\frac{10x}{x^2+5}\) are approximately \(-2.309\text{,}\) \(0.76\) and \(8.549\text{.}\) The solution set is approximately \(\{-2.309\ldots, 0.76\ldots, 8.549\ldots\}\text{.}\)
Figure 12.6.12. Graph of \(f(x)=\frac{1}{x+2}+1\) and \(g(x)=\frac{10x}{x^2+5}\)

Exercises 12.6.6 Exercises

Introduction to Rational Functions.

1.
A function is graphed.
This function has domain and range .
2.
A function is graphed.
This function has domain and range .
3.
The population of deer in a forest can be modeled by
\begin{equation*} P(x) = {\frac{2700x+2450}{6x+7}} \end{equation*}
where \(x\) is the number of years since the year 1900.
  1. How many deer lived in this forest in the year 1900?
  2. How many deer live in this forest \(20\) years after 1900?
  3. How many years since 1900 was it (or will it be) when the deer population was (or will be) \(441\text{?}\)
  4. Use a calculator or graphing calculator to answer this question: As time goes on, the population levels off at about how many deer?
4.
The population of deer in a forest can be modeled by
\begin{equation*} P(x) = {\frac{2030x+1560}{7x+4}} \end{equation*}
where \(x\) is the number of years since the year 1900.
  1. How many deer lived in this forest in the year 1900?
  2. How many deer live in this forest \(23\) years after 1900?
  3. How many years since 1900 was it (or will it be) when the deer population was (or will be) \(297\text{?}\)
  4. Use a calculator or graphing calculator to answer this question: As time goes on, the population levels off at about how many deer?
5.
In a certain store, cashiers can serve \(60\) customers per hour on average. If \(x\) customers arrive at the store in a given hour, then the average number of customers \(C\) waiting in line can be modeled by the function
\begin{equation*} C(x) = {\frac{x^{2}}{3600-60x}} \end{equation*}
where \(x\lt 60\text{.}\)
Answer the following questions with a graphing calculator. Round your answers to integers.
  1. If \(48\) customers arrived in the store in the past hour, there are approximately customers waiting in line.
  2. If there are \(10\) customers waiting in line, approximately customers arrived in the past hour.
6.
In a certain store, cashiers can serve \(60\) customers per hour on average. If \(x\) customers arrive at the store in a given hour, then the average number of customers \(C\) waiting in line can be modeled by the function
\begin{equation*} C(x) = {\frac{x^{2}}{3600-60x}} \end{equation*}
where \(x\lt 60\text{.}\)
Answer the following questions with a graphing calculator. Round your answers to integers.
  1. If \(44\) customers arrived in the store in the past hour, there are approximately customers waiting in line.
  2. If there are \(10\) customers waiting in line, approximately customers arrived in the past hour.
7.
The concentration of a drug in a patient’s blood stream, in milligrams per liter, can be modeled by the function \(C(t)={\frac{9t}{t^{2}+6}}\text{,}\) where \(t\) is the number of hours since the drug is injected. Answer the following question with technology.
hours since injection, the drug’s concentration is at the maximum value of milligrams per liter.
8.
The concentration of a drug in a patient’s blood stream, in milligrams per liter, can be modeled by the function \(C(t)={\frac{2t}{t^{2}+4}}\text{,}\) where \(t\) is the number of hours since the drug is injected. Answer the following question with technology.
hours since injection, the drug’s concentration is at the maximum value of milligrams per liter.

Multiplication and Division of Rational Expressions.

9.
Simplify this expression.
\(\displaystyle{{\frac{-x^{2}-xt+12t^{2}}{x^{2}-16t^{2}}}=}\)
10.
Simplify this expression.
\(\displaystyle{{\frac{-y^{2}+2yt+3t^{2}}{y^{2}-9t^{2}}}=}\)
11.
Simplify the function formula, and if applicable, write the restricted domain.
\(\displaystyle{ f(y) = {\frac{y^{4}-6y^{3}+9y^{2}}{5y^{4}-14y^{3}-3y^{2}}} }\)
Reduced \(f(y)=\)
12.
Simplify the function formula, and if applicable, write the restricted domain.
\(\displaystyle{ H(r) = {\frac{r^{4}+2r^{3}+r^{2}}{3r^{4}+4r^{3}+r^{2}}} }\)
Reduced \(H(r)=\)
13.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{r^{2}-4r}{r^{2}-4}} \cdot {\frac{r^{2}-2r}{r^{2}-9r+20}} =}\)
14.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{r^{2}-9r}{r^{2}-9}} \cdot {\frac{r^{2}-3r}{r^{2}-13r+36}} =}\)
15.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{25t^{2}-64}{5t^{2}+13t+8}} \div ({8-5t}) =}\)
16.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{4t^{2}-25}{2t^{2}+7t+5}} \div ({5-2t}) =}\)
17.
Simplify this expression.
\(\displaystyle{{\frac{x^{4}}{x^{2}r-5x}} \div {\frac{1}{x^{2}r^{2}-4xr-5}} =}\)
18.
Simplify this expression.
\(\displaystyle{{\frac{x^{5}}{x^{2}r-5x}} \div {\frac{1}{x^{2}r^{2}-11xr+30}} =}\)

Addition and Subtraction of Rational Expressions.

19.
Add or subtract the rational expressions to a single rational expression and then simplify. If applicable, state the restricted domain.
\(\displaystyle{{\frac{1}{y-2}-\frac{4}{y^{2}-4}} =}\)
20.
Add or subtract the rational expressions to a single rational expression and then simplify. If applicable, state the restricted domain.
\(\displaystyle{{\frac{1}{y-3}-\frac{6}{y^{2}-9}} =}\)
21.
Add or subtract the rational expressions to a single rational expression and then simplify. If applicable, state the restricted domain.
\(\displaystyle{{-\frac{3r}{r^{2}-11r+30}-\frac{3r}{r-5}} =}\)
22.
Add or subtract the rational expressions to a single rational expression and then simplify. If applicable, state the restricted domain.
\(\displaystyle{{-\frac{18r}{r^{2}+9r+18}-\frac{6r}{r+6}} =}\)
23.
Add or subtract the rational expressions to a single rational expression and then simplify. If applicable, state the restricted domain.
\(\displaystyle{{\frac{r^{2}-4}{r^{2}-4r}-\frac{r+1}{r}} =}\)
24.
Add or subtract the rational expressions to a single rational expression and then simplify. If applicable, state the restricted domain.
\(\displaystyle{{\frac{t^{2}-4}{t^{2}+t}-\frac{t-4}{t}} =}\)

Exercise Group.

25.
Add or subtract the rational expressions to a single rational expression and then simplify.
\(\displaystyle{{\frac{6t}{5x^{5}}-\frac{4}{3tx}} =}\)
26.
Add or subtract the rational expressions to a single rational expression and then simplify.
\(\displaystyle{{\frac{3x}{5t^{3}}+\frac{3}{2xt}} =}\)
27.
Add or subtract the rational expressions to a single rational expression and then simplify.
\(\displaystyle{{\frac{2xr}{x^{2}+8xr+15r^{2}}-\frac{x}{x+3r}} =}\)
28.
Add or subtract the rational expressions to a single rational expression and then simplify.
\(\displaystyle{{\frac{5yx}{y^{2}-11yx+24x^{2}}-\frac{y}{y-8x}} =}\)

Complex Fractions.

29.
Calculate the following. Use an improper fraction in your answer.
  1. \(\displaystyle{\frac{ \frac{5}{3} }{ \frac{5}{8} } =}\)
  2. \(\displaystyle{\frac{ \frac{y}{t} }{ \frac{r}{x} } =}\)
30.
Calculate the following. Use an improper fraction in your answer.
  1. \(\displaystyle{\frac{ \frac{16}{7} }{ \frac{4}{9} } =}\)
  2. \(\displaystyle{\frac{ \frac{r}{y} }{ \frac{x}{t} } =}\)
31.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{\frac{{\frac{2}{q-1}-6}}{{\frac{1}{q-1}+\frac{1}{q-4}}}=}\)
32.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{\frac{{\frac{9}{q-1}-10}}{{\frac{1}{q-1}+\frac{1}{q-10}}}=}\)
33.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{\frac{3t}{t^{2}-16}-2}{\frac{3}{t+4}+\frac{4}{t-4}}}=}\)
34.
Simplify this expression, and if applicable, write the restricted domain.
\(\displaystyle{{\frac{\frac{5t}{t^{2}-4}-1}{\frac{2}{t+2}-\frac{1}{t-2}}}=}\)
35.
Simplify this expression.
\(\displaystyle{\frac{{\frac{x}{y}}}{{\frac{6x}{5y^{2}}}}=}\)
36.
Simplify this expression.
\(\displaystyle{\frac{{\frac{x}{y}}}{{\frac{4x}{3y^{2}}}}=}\)
37.
Simplify this expression.
\(\displaystyle{{\frac{\frac{2}{y}}{8-\frac{2x}{3}}} =}\)
38.
Simplify this expression.
\(\displaystyle{{\frac{\frac{5}{y}}{20+5r}} =}\)

Solving Rational Equations.

39.
Solve the equation.
\(\displaystyle{ {\frac{4}{r+7}-\frac{9}{r-5}}={\frac{7}{r^{2}+2r-35}} }\)
40.
Solve the equation.
\(\displaystyle{ {\frac{7}{r-4}-\frac{6}{r-6}}={\frac{5}{r^{2}-10r+24}} }\)
41.
Solve the equation.
\(\displaystyle{ {\frac{1}{r+3}+\frac{3}{r^{2}+3r}} = \frac{1}{7} }\)
42.
Solve the equation.
\(\displaystyle{ {\frac{1}{t-3}-\frac{3}{t^{2}-3t}} = \frac{1}{2} }\)
43.
Solve the equation.
\(\displaystyle{ {-\frac{4}{t-1}+\frac{6t}{t+6}}={-\frac{8}{t^{2}+5t-6}} }\)
44.
Solve the equation.
\(\displaystyle{ {\frac{5}{x+1}+\frac{5x}{x-7}}={\frac{5}{x^{2}-6x-7}} }\)
45.
Solve the equation.
\(\displaystyle{ {\frac{x-6}{x+3}-\frac{7}{x-5}} = -7 }\)
46.
Solve the equation.
\(\displaystyle{ {\frac{y-9}{y-2}+\frac{4}{y-7}} = 2 }\)

Exercise Group.

47.
Solve this equation for \(B\text{:}\)
\(\displaystyle{ \frac{1}{b} = \frac{3}{B+5} }\)
48.
Solve this equation for \(t\text{:}\)
\(\displaystyle{ \frac{1}{A} = \frac{9}{t+7} }\)
49.
Use technology to solve the equation
\begin{equation*} 2x-\frac{1}{x+4}=\frac{3}{x+6}\text{.} \end{equation*}
50.
Use technology to solve the equation
\begin{equation*} \frac{1}{x^2-1}-\frac{2}{x-4}=\frac{3}{x-2}\text{.} \end{equation*}

51.

Two pipes are being used to fill a tank. Pipe A can fill the tank \(4.5\) times as fast as Pipe B does. When both pipes are turned on, it takes \(18\) hours to fill the tank. Answer the following questions:
If only Pipe A is turned on, it would take hours to fill the tank.
If only Pipe B is turned on, it would take hours to fill the tank.

52.

Two pipes are being used to fill a tank. Pipe A can fill the tank \(5.5\) times as fast as Pipe B does. When both pipes are turned on, it takes \(11\) hours to fill the tank. Answer the following questions:
If only Pipe A is turned on, it would take hours to fill the tank.
If only Pipe B is turned on, it would take hours to fill the tank.

53.

Town A and Town B are \(450\) miles apart. A boat traveled from Town A to Town B, and then back to Town A. Since the river flows from Town B to Town A, the boat’s speed was \(15\) miles per hour faster when it traveled from Town B to Town A. The whole trip took \(25\) hours. Answer the following questions:
The boat traveled from Town A to Town B at the speed of miles per hour.
The boat traveled from Town B back to Town A at the speed of miles per hour.

54.

Town A and Town B are \(360\) miles apart. A boat traveled from Town A to Town B, and then back to Town A. Since the river flows from Town B to Town A, the boat’s speed was \(15\) miles per hour faster when it traveled from Town B to Town A. The whole trip took \(20\) hours. Answer the following questions:
The boat traveled from Town A to Town B at the speed of miles per hour.
The boat traveled from Town B back to Town A at the speed of miles per hour.
You have attempted of activities on this page.