Skip to main content
Logo image

Modeling, Functions, and Graphs

Section 7.5 Equations That Include Algebraic Fractions

When working with rational functions, we often need to solve equations that involve algebraic fractions.
In Example 7.72 of Section 7.4, we wrote a function that gave the time Francine needs for a 60-mile training run on her cycle-plane in terms of the windspeed, \(x\text{:}\)
\begin{equation*} t=f (x) = \frac{60}{15-x} \end{equation*}
If it takes Francine \(9\) hours to cover \(60\) miles, what is the speed of the wind? We can answer this question by reading values from the graph of \(f\text{,}\) as shown at right. When \(t = 9\text{,}\) the value of \(x\) is between \(8\) and \(9\text{,}\) so the windspeed is between \(8\) and \(9\) miles per hour.
graph of rational function for solving equation

Subsection Solving Equations with Fractions Algebraically

If we need a more accurate value for the windspeed, we can solve the equation
\begin{equation*} \frac{60}{15-x}=9 \end{equation*}
To solve an equation involving an algebraic fraction, we multiply each side of the equation by the denominator of the fraction. This has the effect of clearing the fraction, giving us an equivalent equation without fractions.

Example 7.92.

Solve the equation \(~~\displaystyle{\frac{60}{15-x}=9}\)
Solution.
We multiply both sides of the equation by \(\alert{15 - x}\) to obtain
\begin{align*} \alert{(15 - x)}\frac{60}{15-x}\amp =9\alert{(15 - x)}\\ 60 \amp = 9(15 - x)\amp\amp \blert{\text{Apply the distributive law.}} \end{align*}
From here we can proceed as usual.
\begin{align*} 60 \amp = 135 - 9x\amp\amp \blert{\text{Subtract 135 from both sides.}}\\ -75 \amp = -9x\amp\amp \blert{\text{Divide by }-9.}\\ 8.\overline{3} \amp = x \end{align*}
The windspeed was \(8.\overline{3}\text{,}\) or \(8\frac{1}{3}\) miles per hour.

Checkpoint 7.93. Practice 1.

Solve \(\displaystyle{\frac{x^2}{x+4}}=2\)
\(x=\)
Answer.
\(-2, 4\)
Solution.
\(x = -2, x = 4\)
If the equation contains more than one fraction, we can clear all the denominators at once by multiplying both sides by the LCD of the fractions.

Example 7.94.

Rani times herself as she kayaks 30 miles down the Derwent River with the help of the current. Returning upstream against the current, she manages only 18 miles in the same amount of time. Rani knows that she can kayak at a rate of 12 miles per hour in still water. What is the speed of the current?
Solution.
If we let \(x\) represent the speed of the current, we can use the formula \(\text{time} = \dfrac{\text{distance}}{\text{rate}}\) to fill in the following table.
Distance Rate Time
Downstream \(30\) \(12+x\) \(\dfrac{30}{12+x}\)
Upstream \(18\) \(12-x\) \(\dfrac{18}{12-x}\)
Because Rani paddled for equal amounts of time upstream and downstream, we have the equation
\begin{equation*} \frac{30}{12+x}=\frac{18}{12-x} \end{equation*}
The LCD for the fractions in this equation is \((12 + x)(12 - x)\text{.}\) We multiply both sides of the equation by the LCD to obtain
\begin{align*} \alert{(12 + x)(12 - x)}\frac{30}{12+x} \amp =\frac{18}{12-x}\alert{(12 + x)(12 - x)}\\ 30 (12 - x) \amp = 18 (12 + x) \end{align*}
Solving this equation, we find
\begin{align*} 360 - 30x \amp = 216 + 18x\\ 144 \amp = 48x\\ 3 \amp = x \end{align*}
The speed of the current is \(3\) miles per hour.

Checkpoint 7.95. Practice 2.

Solve \(\displaystyle{\frac{x}{6-x}=\frac{1}{2}}\)
\(x=\)
Answer.
\(2\)
Solution.
\(x=2\)

Checkpoint 7.96. Pause and Reflect.

If the variable in an equation appears in the denominator of a fraction, what should you do to solve the equation?

Technology 7.97. Solving Equations with Fractions Graphically.

We can solve the equation in Example 7.94 graphically by considering two functions, one for each side of the equation. Graph the two functions
\begin{equation*} Y_1=\frac{30}{12+x} \hphantom{space}\text{and}\hphantom{space}Y_2=\frac{30}{12-x} \end{equation*}
in the window
\begin{align*} \text{Xmin} \amp = -9.4 \amp\amp \text{Xmax} = 9.4\\ \text{Ymin} \amp = 0 \amp\amp \text{Ymax} = 10 \end{align*}
to obtain the graph shown below.
The function \(Y_1\) gives the time it takes Rani to paddle 30 miles downstream, and \(Y_2\) gives the time it takes her to paddle \(18\) miles upstream. Both of these times depend on the speed of the current, \(x\text{.}\)
We are looking for a value of \(x\) that makes \(Y_1\) and \(Y_2\) equal. This occurs at the intersection point of the two graphs, \((3, 2)\text{.}\) Thus, the speed of the current is \(3\) miles per hour, as we found in Example 7.94. The \(y\)-coordinate of the intersection point gives the time Rani paddled on each part of her trip: \(2\) hours each way.

Subsection Extraneous Solutions

A rational function is undefined for any values of \(x\) that make its denominator equal zero. These values are not in the domain of the function, and they therefore cannot be solutions to equations involving the function. Consider the equation
\begin{equation*} \frac{x}{x-3}=\frac{3}{x-3}+2 \end{equation*}
When we multiply both sides by the LCD, \(x - 3\text{,}\) we obtain
\begin{equation*} \alert{(x - 3)}\frac{x}{x-3}=\alert{(x - 3)}\frac{3}{x-3}+\alert{(x - 3)}\cdot 2 \end{equation*}
or
\begin{equation*} x = 3 + 2x - 6 \end{equation*}
whose solution is
\begin{equation*} x = 3 \end{equation*}
However, \(x = 3\) is not a solution of the original equation. Both sides of the equation are undefined at \(x = 3\text{.}\) If you graph the two functions
\begin{equation*} Y_1=\frac{x}{x-3} \hphantom{space}\text{and}\hphantom{space}Y_2=\frac{3}{x-3}+2 \end{equation*}
you will find that the graphs never intersect, which means that there is no solution to the original equation.
What went wrong with our method of solution? We multiplied both sides of the equation by \(x - 3\text{,}\) which is zero when \(x = 3\text{,}\) so we really multiplied both sides of the equation by zero. Multiplying by zero does not produce an equivalent equation, and false solutions may be introduced.
An apparent solution that does not satisfy the original equation is called an extraneous solution. Whenever we multiply an equation by an expression containing the variable, we should check that the solution obtained is not excluded from the domain of the rational functions involved.
When solving an equation with fractions algebraically, we must be careful to multiply each term of the equation by the LCD, no matter whether each term involves fractions.

Example 7.98.

  1. Solve the equation \(\displaystyle{\frac{6}{x}+1=\frac{1}{x+2}} \) algebraically.
  2. Solve the same equation graphically.
Solution.
  1. To solve the equation algebraically, we multiply both sides by the LCD, \(x(x + 2)\text{.}\) Notice that we multiply each term on the left side by the LCD, to get
    \begin{equation*} \alert{x(x + 2)}\left(\frac{6}{x}+1\right)=\alert{x(x + 2)}\frac{1}{x+2} \end{equation*}
    or
    \begin{equation*} 6(x + 2) + x(x + 2) = x \end{equation*}
    We use the distributive law to remove the parentheses and write the result in standard form:
    \begin{align*} 6x + 12 + x^2 + 2x\amp = x\\ x^2 + 7x + 12 \amp = 0 \end{align*}
    This is a quadratic equation that we can solve by factoring.
    \begin{equation*} (x + 3)(x + 4) = 0 \end{equation*}
    so the solutions are \(x = -3\) and \(x = -4\text{.}\) Neither of these values causes either denominator to equal zero, so they are not extraneous solutions.
  2. To solve the equation graphically, graph the two functions
    \begin{equation*} Y_1=\frac{6}{x}+1 \hphantom{space}\text{and}\hphantom{space}Y_2=\frac{1}{x+2} \end{equation*}
    in the window
    \begin{align*} \text{Xmin} \amp = -4.7 \amp\amp \text{Xmax} = 4.7\\ \text{Ymin} \amp = -10 \amp\amp \text{Ymax} = 10 \end{align*}
    as shown in figure (a).
    GC images of intersecting rational functions
    We see that the first graph has an asymptote at \(x = 0\text{,}\) and the second graph has one at \(x = -2\text{.}\) It appears that the two graphs may intersect in the third quadrant, around \(x = -3\text{.}\) To investigate further, we change the window settings to
    \begin{align*} \text{Xmin} \amp = -4.55 \amp\amp \text{Xmax} = -2.2\\ \text{Ymin} \amp = -1.3 \amp\amp \text{Ymax} = -0.3 \end{align*}
    to obtain the close-up view shown in figure (b). In this window, we can see that the graphs intersect in two distinct points, and by using the Trace we find that their \(x\)-coordinates are \(x = -3\) and \(x = -4\text{.}\)

Checkpoint 7.99. QuickCheck 1.

Which of these is the correct first step to solve \(\dfrac{1}{x}+\dfrac{1}{2x+1} = 2\) ?
  • \(\displaystyle x+2x+1=\dfrac{1}{2}\)
  • \(\displaystyle 2x+1+x=2\)
  • \(\displaystyle 2x+1+x=2x(2x+1)\)
  • \(\displaystyle \dfrac{2x+1}{x(2x+1)}+\dfrac{x}{x(2x+1)} = 2\)
Answer.
\(\text{Choice 3}\)
Solution.
If we multiply both sides of the equation by the LCD \(x(2x+1)\text{,}\) we obtain \(2x+1+x=2x(2x+1)\text{.}\)

Checkpoint 7.100. Practice 3.

Solve \(\displaystyle{\frac{9}{x^2+x-2}+\frac{1}{x^2-4}=\frac{4}{x-1}}\)
\(x=\)
Answer.
\(-{\frac{1}{2}}\)
Solution.
\(x=\dfrac{-1}{2}\)

Checkpoint 7.101. Pause and Reflect.

What are extraneous solutions, and when might they occur?

Subsection Formulas

Algebraic fractions may appear in formulas that relate several variables. If we want to solve for one variable in terms of the others, we may need to clear the fractions.

Example 7.102.

Solve the formula \(~~p=\displaystyle{\frac{v}{q+v}}~~ \) for \(v\text{.}\)
Solution.
Because the variable we want appears in the denominator, we must first multiply both sides of the equation by that denominator, \(q+v\text{.}\)
\begin{align*} \alert{(q+v)}p \amp= \alert{(q+v)}\frac{v}{q+v}\\ (q + v)p \amp = v \end{align*}
We apply the distributive law on the left side, then collect all terms that involve \(v\) on one side of the equation.
\begin{align*} qp + vp \amp = v \amp\amp \blert{\text{Subtract }vp \text{ from both sides.}}\\ qp = v - vp \end{align*}
We cannot combine the two terms containing \(v\) because they are not like terms. However, we can factor out \(v\text{,}\) so that the right side is written as a single term containing the variable \(v\text{.}\) We can then complete the solution.
\begin{align*} qp \amp = v(1 - p) \amp\amp \blert{\text{Divide both sides by } 1- p.}\\ \frac{qp}{1-p} \amp= v \end{align*}

Checkpoint 7.103. Practice 4.

Solve for \(a\text{:}\) \(\hphantom{00}\displaystyle{\frac{2ab}{a+b}}=H\)
\(a=\)
Answer.
\(\frac{bH}{2b-H}\)
Solution.
\(a=\dfrac{bH}{2b-H}\)

Checkpoint 7.104. Pause and Reflect.

When you are solving a formula for \(h\text{,}\) what should you do if two terms contain \(h\) as a factor?

Subsection Section Summary

Subsubsection Vocabulary

Look up the definitions of new terms in the Glossary.
  • Extraneous solution

Subsubsection CONCEPTS

  1. To solve an equation involving an algebraic fraction, we multiply each side of the equation by the denominator of the fraction. This has the effect of clearing the fraction, giving us an equivalent equation without fractions.
  2. Whenever we multiply an equation by an expression containing the variable, we should check that the solutions obtained are not extraneous.

Subsubsection STUDY QUESTIONS

  1. What is the first step in solving an equation that includes algebraic fractions?
  2. If the equation also contains terms without fractions, should you multiply those terms by the LCD?
  3. What are extraneous solutions, and when might they arise?
  4. If you are solving a formula and two or more terms contain the variable you are solving for, what should you do?

Subsubsection SKILLS

Practice each skill in the Homework problems listed.
  1. Solve a fractional equation by clearing denominators: #1–14, 47–54
  2. Write and solve proportions: #25–36
  3. Solve equations by graphing: #15–22
  4. Solve formulas that involve fractions: #39–48
  5. Solve problems that involve algebraic fractions: #55–58

Exercises Homework 7.5

Exercise Group.

For Problems 1-8, solve the equation algebraically.
1.
\(\dfrac{6}{w+2}=4 \)
2.
\(\dfrac{12}{r-7}=3 \)
3.
\(9=\dfrac{h-5}{h-2} \)
4.
\(-3=\dfrac{v+1}{v-6} \)
5.
\(\dfrac{15}{s^2}=8 \)
6.
\(\dfrac{3}{m^2}=5 \)
7.
\(4.3=\sqrt{\dfrac{18}{y}} \)
8.
\(6.5=\dfrac{52}{\sqrt{z}} \)

9.

The total weight, \(S\text{,}\) that a beam can support is given in pounds by
\begin{equation*} S = \frac{182.6wh^2}{l} \end{equation*}
where \(w\) is the width of the beam in inches, \(h\) is its height in inches, and \(l\) is the length of the beam in feet. A beam over the doorway in an interior wall of a house must support \(1600\) pounds. If the beam is \(4\) inches wide and \(9\) inches tall, how long can it be?

10.

If two appliances are connected in parallel in an electrical circuit, the total resistance, \(R\text{,}\) in the circuit is given by
\begin{equation*} R = \frac{ab}{a+b} \end{equation*}
where \(a\) and \(b\) are the resistances of the two appliances. If one appliance has a resistance of \(18\) ohms, and the total resistance in the circuit is measured at \(12\) ohms, what is the resistance of the second appliance?

11.

A flock of eider ducks is making a \(150\)-mile flight at an average airspeed of \(50\) miles per hour against a moderate headwind.
  1. Express the ducks’ travel time, \(t\text{,}\) as a function of the windspeed, \(v\text{,}\) and graph the function in the window
    \begin{align*} {\text{Xmin}} \amp = 0 \amp\amp {\text{Xmax}} = 50\\ {\text{Ymin}} \amp = 0 \amp\amp {\text{Ymax}} =20 \end{align*}
    (See Problem 1 of Homework Section 7.4.)
  2. Write and solve an equation to find the windspeed if the flock makes its trip in \(4\) hours. Label the corresponding point on your graph.

12.

Bluefin tuna swim at average speed of \(36 \) miles per hour in still water. A school of tuna is making a \(200\)-mile trip against a current.
  1. Express the tuna’s travel time, \(t\text{,}\) as a function of the current speed, \(v\text{,}\) and graph the function in the window
    \begin{align*} {\text{Xmin}} \amp = 0 \amp\amp {\text{Xmax}} = 36\\ {\text{Ymin}} \amp = 0 \amp\amp {\text{Ymax}} =50 \end{align*}
    (See Problem 2 of Homework Section 7.4.)
  2. Write and solve an equation to find the current speed if the school makes its trip in \(8\) hours. Label the corresponding point on your graph.

13.

The cost, in thousands of dollars, for immunizing \(p\) percent of the residents of Emporia against a dangerous new disease is given by the function
\begin{equation*} C(p) = \frac{72p}{100-p} \end{equation*}
Write and solve an equation to determine what percent of the population can be immunized for $\(168,000\text{.}\)

14.

The cost, in thousands of dollars, for extracting \(p\) percent of a precious ore from a mine is given by the function
\begin{equation*} C(p) = \frac{360p}{100-p} \end{equation*}
Write and solve an equation to determine what percentage of the ore can be extracted for $\(390,000\text{.}\)

Exercise Group.

For Problems 15–18,
  1. Solve the equation graphically by graphing two functions, one for each side of the equation.
  2. Solve the equation algebraically.
15.
\(\dfrac{2x}{x+1}=\dfrac{x+1}{2} \)
16.
\(\dfrac{3}{2x+1}=\dfrac{2x-3}{x} \)
17.
\(\dfrac{2}{x+1}=\dfrac{x}{x+1}+1 \)
18.
\(\dfrac{5}{x-3}=\dfrac{x+2}{x-3}+3 \)

19.

The manager of Joe’s Burgers discovers that he will sell \(\dfrac{160}{x} \) burgers per day if the price of a burger is \(x\) dollars. On the other hand, he can afford to make \(6x + 49\) burgers if he charges \(x\) dollars apiece for them.
  1. Graph the demand function, \(D(x)= \dfrac{160}{x} \text{,}\) and the supply function, \(S(x) = 6x + 49\text{,}\) in the same window. At what price \(x\) does the demand for burgers equal the number that Joe can afford to supply? This value for \(x\) is called the equilibrium price.
  2. Write and solve an equation to verify your equilibrium price.

20.

A florist finds that she will sell \(\dfrac{300}{x} \) dozen roses per week if she charges \(x\) dollars for a dozen. Her suppliers will sell her \(5x - 55\) dozen roses if she sells them at \(x\) dollars per dozen.
  1. Graph the demand function, \(D(x)= \dfrac{300}{x} \text{,}\) and the supply function, \(S(x) = 5x -55\text{,}\) in the same window. At what equilibrium price \(x\) will the florist sell all the roses she purchases?
  2. Write and solve an equation to verify your equilibrium price.

21.

Francine wants to fence a rectangular area of \(3200\) square feet to grow vegetables for her family of three.
  1. Express the length of the garden as a function of its width.
  2. Express the perimeter, \(P\text{,}\) of the garden as a function of its width.
  3. Graph your function for perimeter and find the coordinates of the lowest point on the graph. Interpret those coordinates in the context of the problem.
  4. Francine has \(240\) feet of chain link to make a fence for the garden, and she would like to know what the width of the garden should be. Write an equation that describes this situation.
  5. Solve your equation and find the dimensions of the garden.

22.

The cost of wire fencing is $\(7.50\) per foot. A rancher wants to enclose a rectangular pasture of \(1000\) square feet with this fencing.
  1. Express the length of the pasture as a function of its width.
  2. Express the cost of the fence as a function of its width.
  3. Graph your function for the cost and find the coordinates of the lowest point on the graph. Interpret those coordinates in the context of the problem.
  4. The rancher has $\(1050\) to spend on the fence, and she would like to know what the width of the pasture should be. Write an equation to describe this situation.
  5. Solve your equation and find the dimensions of the pasture.

23.

A proportion is an equation in which each side is a ratio: \(\dfrac{a}{b} = \dfrac{c}{d} \text{.}\) Show that this equation may be rewritten as \(ad = bc\text{.}\)

24.

Suppose that \(y\) varies directly with \(x\text{,}\) and \((a, b)\) and \((c, d)\) are two points on the graph of \(y\) in terms of \(x\text{.}\) Show that \(\dfrac{b}{a}=\dfrac{d}{c}\text{.}\)

Exercise Group.

For Problems 25-28, solve the proportion using your result from Problem 23.
25.
\(\dfrac{3}{4}=\dfrac{y+2}{12-y} \)
26.
\(\dfrac{-3}{4}=\dfrac{y-7}{y+14} \)
27.
\(\dfrac{50}{r}=\dfrac{75}{r+20} \)
28.
\(\dfrac{30}{r}=\dfrac{20}{r-10} \)

Exercise Group.

For Problems 29-36, use your result from Problem 24 to write and solve a proportion for the problem.
29.
Property taxes on a house vary directly with the value of the house. If the taxes on a house worth $\(120,000\) are $\(2700\text{,}\) what would the taxes be on a house assessed at $\(275,000\text{?}\)
30.
The cost of electricity varies directly with the number of units (BTUs) consumed. If a typical household in the Midwest uses \(83\) million BTUs of electricity annually and pays $\(1236\text{,}\) how much will a household that uses \(70\) million BTUs annually spend for energy?
31.
Distances on a map vary directly with actual distances. The scale on a map of Michigan uses \(\frac{3}{8} \) inch to represent \(10\) miles. If Isle Royale is \(1\frac{11}{16} \) inches long on the map, what is the actual length of the island?
32.
The dimensions of an enlargement vary directly with the dimensions of the original. A photographer plans to enlarge a photograph that measures \(8.3\) centimeters by \(11.2\) centimeters to produce a poster that is \(36\) centimeters wide. How long will the poster be?
33.
The Forest Service tags \(200\) perch and releases them into Spirit Lake. One month later, it captures \(80\) perch and finds that \(18\) of them are tagged. What is the Forest Service’s estimate of the original perch population of the lake?
34.
The Wildlife Commission tags \(30\) Canada geese at one of its migratory feeding grounds. When the geese return, the commission captures \(45\) geese, of which \(4\) are tagged. What is the commission’s estimate of the number of geese that use the feeding ground?
35.
The highest point on Earth is Mount Everest in Tibet, with an elevation of \(8848\) meters. The deepest part of the ocean is the Challenger Deep in the Mariana Trench, near Indonesia, \(11,034\) meters below sea level.
  1. What is the total height variation in the surface of the Earth?
  2. What percentage of the Earth’s radius, \(6400\) kilometers, is this variation?
  3. If the Earth were shrunk to the size of a basketball, with a radius of \(4.75\) inches, what would be the corresponding height of Mount Everest?
36.
Shortly after the arrival of human beings at the Hawaiian islands around 400 A.D., many species of birds became extinct. Fossils of \(29\) different species have been found, but some species may have left no fossils for us to find. We can estimate the total number of extinct species using a proportion. Of \(9\) species that are still alive, biologists have found fossil evidence of \(7\text{.}\) (Source: Burton, 1998)
  1. Assuming that the same fraction of extinct species have left fossil records, calculate the total number of extinct species
  2. Give two reasons why this estimate may not be completely accurate.

37.

In the figure, the rectangle \(ABCD\) is divided into a square and a smaller rectangle, \(CDEF\text{.}\) The two rectangles \(ABCD\) and \(CDEF\) are similar (their corresponding sides are proportional.) A rectangle \(ABCD\) with this property is called a golden rectangle, and the ratio of its length to its width is called the golden ratio.
The golden ratio appears frequently in art and nature, and it is considered to give the most pleasing proportions to many figures. We will compute the golden ratio as follows.
golden rectangle
  1. Let \(AB = 1\) and \(AD = x\text{.}\) What are the lengths of \(AE\text{,}\) \(DE\text{,}\) and \(CD\text{?}\)
  2. Write a proportion in terms of \(x\) for the similarity of rectangles \(ABCD\) and \(CDEF\text{.}\) Be careful to match up the corresponding sides.
  3. Solve your proportion for \(x\text{.}\) Find the golden ratio, \(\dfrac{AD}{AB}=\dfrac{x}{1} \text{.}\)

38.

The figure shows the graphs of two equations, \(y = x\) and \(y=\dfrac{1}{x}+1 \text{.}\)
line and translated reciprocal
  1. Find the \(x\)-coordinate of the intersection point of the two graphs.
  2. Compare your answer to the golden ratio you computed in Problem 37.

Exercise Group.

For Problems 39-46, solve the formula for the specified variable.
39.
\(S=\dfrac{a}{1-r} \text{,}\) for \(r\)
40.
\(I=\dfrac{E}{r+R} \text{,}\) for \(R\)
41.
\(H=\dfrac{2xy}{x+y} \text{,}\) for \(x\)
42.
\(M=\dfrac{ab}{a+b} \text{,}\) for \(b\)
43.
\(F=\dfrac{Gm_1 m_2}{d^2} \text{,}\) for \(d\)
44.
\(F=\dfrac{kq_1 q_2}{r^2} \text{,}\) for \(r\)
45.
\(\dfrac{1}{Q} + \dfrac{1}{I} = \dfrac{2}{r} \text{,}\) for \(r\)
46.
\(\dfrac{1}{R} =\dfrac{1}{A}+\dfrac{1}{B} \text{,}\) for \(B\)

47.

The sidereal period of a planet is the time for the planet to make one trip around the Sun (as seen from the Sun itself). The synodic period is the time between two successive conjunctions of the planet and the Sun, as seen from Earth. The relationship among the sidereal period, \(P\text{,}\) of a planet, the synodic period, \(S\text{,}\) of the planet, and the sidereal period of Earth, \(E\text{,}\) is given by
\begin{equation*} \frac{1}{P}=\frac{1}{S}+\frac{1}{E} \end{equation*}
when the planet is closer to the Sun than the Earth is. Solve for \(P\) in terms of \(S\) and \(E\text{.}\)

48.

When a planet is farther from the Sun than Earth is,
\begin{equation*} \frac{1}{P}=\frac{1}{E}-\frac{1}{S} \end{equation*}
where \(P\text{,}\) \(E\text{,}\) and \(S\) are as defined in Problem 47. Solve for \(P\) in terms of \(S\) and \(E\text{.}\)

Exercise Group.

For Problems 49-56, solve the equation algebraically.
49.
\(\dfrac{3}{x-2}=\dfrac{1}{2}+\dfrac{2x-7}{2x-4} \)
50.
\(\dfrac{2}{x+1}+\dfrac{1}{3x+3}=\dfrac{1}{6} \)
51.
\(\dfrac{4}{x+2}-\dfrac{1}{x}=\dfrac{2x-1}{x^2+2x} \)
52.
\(\dfrac{1}{x-1} +\dfrac{2}{x+1}=\dfrac{x-2}{x^2-1} \)
53.
\(\dfrac{x}{x+2} -\dfrac{3}{x-2}=\dfrac{x^2+8}{x^2-4} \)
54.
\(\dfrac{4}{2x-3} +\dfrac{4x}{4x^2-9} = \dfrac{1}{2x+3} \)
55.
\(\dfrac{4}{3x} + \dfrac{3}{3x+1}+2=0 \)
56.
\(-3= \dfrac{-10}{x+2} +\dfrac{10}{x+5} \)

57.

A chartered sightseeing flight over the Grand Canyon is scheduled to return to its departure point in \(3\) hours. The pilot would like to cover a distance of \(144\) miles before turning around, and he hears on the Weather Service that there will be a headwind of \(20\) miles per hour on the outward journey.
  1. Express the time it takes for the outward journey as a function of the airspeed of the plane.
  2. Express the time it takes for the return journey as a function of the speed of the plane.
  3. Graph the sum of the two functions and find the point on the graph with \(y\)-coordinate \(3\text{.}\) Interpret the coordinates of the point in the context of the problem.
  4. The pilot would like to know what airspeed to maintain in order to complete the tour in \(3\) hours. Write an equation to describe this situation.
  5. Solve your equation to find the appropriate airspeed.

58.

Two student pilots leave the airport at the same time. They both fly at an airspeed of \(180\) miles per hour, but one flies with the wind and the other flies against the wind.
  1. Express the time it takes the first pilot to travel \(500\) miles as a function of the windspeed.
  2. Express the time it takes the second pilot to travel \(400\) miles as a function of the windspeed.
  3. Graph the two functions in the same window, and find the coordinates of the intersection point. Interpret those coordinates in the context of the problem.
  4. Both pilots check in with their instructors at the same time, and the first pilot has traveled \(500\) miles while the second pilot has gone \(400\) miles. Write an equation to describe this situation.
  5. Solve your equation to find the speed of the wind.

59.

Andy drives \(300\) miles to Lake Tahoe at \(70\) miles per hour and returns home at \(50\) miles per hour. What is his average speed for the round trip? (It is not \(60\) miles per hour!)
  1. Write expressions for the time it takes for each leg of the trip if Andy drives a distance, \(d\text{,}\) at speed \(r_1\) and returns at speed \(r_2\text{.}\)
  2. Write expressions for the total distance and total time for the trip.
  3. Write an expression for the average speed for the entire trip.
  4. Write your answer to part (c) as a simple fraction.
  5. Use your formula to answer the question stated in the problem.

60.

The owner of a print shop volunteers to produce flyers for his candidate’s campaign. His large printing press can complete the job in \(4\) hours, and the smaller model can finish the flyers in \(6\) hours. How long will it take to print the flyers if he runs both presses simultaneously?
  1. Suppose that the large press can complete a job in \(t_1\) hours and the smaller press takes \(t_2\) hours. Write expressions for the fraction of a job that each press can complete in \(1\) hour.
  2. Write an expression for the fraction of a job that can be completed in \(1\) hour with both presses running simultaneously.
  3. Write an expression for the amount of time needed to complete the job with both presses running.
  4. Write your answer to part (c) as a simple fraction.
  5. Use your formula to answer the question stated in the problem.