Skip to main content
Logo image

Section 8.5 Equations with Fractions

graph of rational function for solving equation
In Example 8.2.20 of Section 8.2 Francine planned a 60-mile training run on her cycle-plane. The time required for the training run, in terms of the windspeed, x, is given by:
t=f(x)=6015x
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, as shown at left. When t=9, the value of x is between 8 and 9, so the windspeed is between 8 and 9 miles per hour.

Subsection 8.5.1 Solving Algebraically

If we need a more accurate value for the windspeed, we can solve the equation
6015x=9
To start, we multiply each side of the equation by the denominator of the fraction. This will clear the fraction and give us an equivalent equation without fractions.

Example 8.5.1.

Solve the equation   6015x=9

Solution.

We multiply both sides of the equation by 15x to obtain
(15x)6015x=9(15x)60=9(15x)Apply the distributive law.
From here we can proceed as usual.
60=1359xSubtract 135 from both sides.75=9xDivide by 9.8.3=x
The windspeed was 8.3, or 813 miles per hour.

Checkpoint 8.5.2. Practice 1.

Solve x2x+4=2
Answer.
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 8.5.3.

Solve   34=82x+11x5

Solution.

The LCD for the two fractions in the equation is 4(x5). We multiply both sides of the equation by the LCD.
4(x5)(34)=(82x+11x5)4(x5)distributive law.Apply the4(x5)(34)=4(x5)(8)4(x5)(2x+11x5)3(x5)=32(x5)4(2x+11)
We proceed as usual to complete the solution. First we use the distributive law to remove parentheses.
3x15=32x1608x44Combine like terms.3x15=24x20421x=189x=9
The solution is x=9.

Caution 8.5.4.

We must multiply each term of an equation by the LCD, whether or not the term is a fraction. In the previous Example we multiplied each term by the LCD, including the 8.

Checkpoint 8.5.5. Practice 2.

Solve 1x2+2x=1
Answer.
The solutions are x=1 and x=4.

Subsection 8.5.2 Proportions

A proportion is a statement that two ratios are equal. For example,
75=x6
To solve this proportion, we can multiply both sides by the LCD, 30, to get
30(75)=(x6)3042=5xDivide both sides by 5.x=425=8.4
There is a short-cut we can use that avoids calculating an LCD. Observe that we can arrive at the equation 42=5x by cross-multiplying:
cross-multiplying
We then proceed as before to complete the solution.
The cross-multiplying shortcut is a fundamental property of proportions.

Property of Proportions.

If  ab=cd,   then   ad=bc,  as long as b,d0

Example 8.5.6.

The scale on a map of Fairfield County says that 34 centimeter represents a distance of 10 kilometers. If Eastlake and Kenwood are 6 centimeters apart on the map, what is the distance between the two towns?

Solution.

The ratio of the two actual distances is the same as the ratio of the corresponding distances on the map. We let x stand for the distance between Eastlake and Kenwood, and write a proportion.
We must be careful to keep the same order in both ratios. We choose to put the distance between towns in the numerators, and the distances on the scale in the denominator.
distance between townsdistance on scale:    x10=634
To solve the propotion, we cross-multiply.
34x=106x=6034=80
The two towns are 80 kilometers apart.

Checkpoint 8.5.7. Practice 3.

On a scale model of Fantasy Valley, 112 inches represents 50 yards. If the distance from the water slide to the bungee jump is 20 inches on the model, what is the distance between the two rides?
Answer.
The distance between the two rides is 66623 yards.

Caution 8.5.8.

Do not try to use "cross-multiplying" on equations that are not proportions, or on any other operations involving fractions. The shortcut works only on proportions.

Checkpoint 8.5.9. QuickCheck 1.

Fill in the blanks to complete each statement.
  1. To clear fractions from an equation, we multiply each term by the of all the fractions.
  2. True or False: When clearing fraction from an equation, we do not multiply terms that are not fractions.
  3. A proportion is a statement that two are equal.
  4. Cross-multiplying works only on .

Subsection 8.5.3 Extraneous Solutions

Recall that an algebraic fraction is undefined for any values of x that make its denominator equal zero. These values cannot be solutions to equations involving the fraction. Consider the equation
xx3=3x3+2
When we multiply both sides by the LCD, x3, we obtain
(x3)xx3=(x3)3x3+(x3)2x=3+2x6
whose solution is x=3. However, x=3 is not a solution of the original equation. Both sides of the equation are undefined at x=3. If you graph the two functions
Y1=xx3spaceandspaceY2=3x3+2
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 x3, which is zero when x=3, 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 does not cause any of the fractions to be undefined.

Example 8.5.10.

Solve the equation  6x+1=1x+2.

Solution.

We multiply both sides by the LCD, x(x+2). Notice that we multiply each term on the left side by the LCD, to get
x(x+2)(6x+1)=x(x+2)1x+2
6(x+2)+x(x+2)=x
We use the distributive law to remove the parentheses and write the result in standard form:
6x+12+x2+2x=xx2+7x+12=0
This is a quadratic equation that we can solve by factoring.  [TK]
(x+3)(x+4)=0
so the solutions are x=3 and x=4. Neither of these values causes either denominator to equal zero, so they are not extraneous solutions.

Caution 8.5.11.

The following "solution" for the previous Example is incorrect. Do you see why?
x(x+2)6x+1=x(x+2)1x+26x+12+1=x5x=13x=135

Checkpoint 8.5.12. QuickCheck 2.

Fill in the blanks to complete each statement.
  1. An algebraic fraction is undefined when .
  2. An apparent solution that does not satisfy the original equation is called solution.
  3. We may introduce extraneous solutions if we multiply both sides of an equation by .
  4. We must multiply each of the equation by the LCD.

Checkpoint 8.5.13. Practice 4.

Solve 9x2+x2+1x2x=4x1
Answer.
12

Subsection 8.5.4 Solving Graphically

We can use graphs to solve an equation, as we see in the following Example.

Example 8.5.14.

Solve the equation graphically:  6x+1=1x+2  [TK]

Solution.

We graph the two functions
Y1=6x+1spaceandspaceY2=1x+2
in the window
Xmin=4.7Xmax=4.7Ymin=10Ymax=10
as shown in figure (a).
GC images of intersecting rational functions
It appears that the two graphs may intersect in the third quadrant, around x=3. To investigate further, we change the window settings to
Xmin=4.55Xmax=2.2Ymin=1.3Ymax=0.3
and 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.

Checkpoint 8.5.15. Practice 5.

The manager of a new health club kept track of the number of active members over the club’s first few months of operation. The number, N of active members, in hundreds, t months after the club opened is given by the equation
N=10t4+t2
  1. Graph the equation in the window
    Xmin=0Xmax=9.4Ymin=0Ymax=3
  2. Use the graph to find out in which months the club had 200 active members.
  3. Verify your answer algebraically by solving an equation.
Answer.
  1. graph
  2. In months 1 and 4

Subsection 8.5.5 Applications

Application problems may lead to equations with algebraic fractions.

Example 8.5.16.

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
time=distancerate
to fill in the following table.
Distance Rate Time
Downstream 30 12+x 3012+x
Upstream 18 12x 1812x
Because Rani paddled for equal amounts of time upstream and downstream, we have the equation
3012+x=1812x
The LCD for the fractions in this equation is (12+x)(12x). We multiply both sides of the equation by the LCD to obtain
(12+x)(12x)3012+x=1812x(12+x)(12x)30(12x)=18(12+x)
Solving this equation, we find
36030x=216+18x144=48x3=x
The speed of the current is 3 miles per hour.
We can solve the equation in Example 8.5.16 graphically by considering two functions, one for each side of the equation. Graph the two functions
Y1=3012+xspaceandspaceY2=3012x
in the window
Xmin=9.4Xmax=9.4Ymin=0Ymax=10
to obtain the graph shown below.
intersecting rational functions
The function Y1 gives the time it takes Rani to paddle 30 miles downstream, and Y2 gives the time it takes her to paddle 18 miles upstream. Both of these times depend on the speed of the current, x.
We are looking for a value of x that makes Y1 and Y2 equal. This occurs at the intersection point of the two graphs, (3,2). Thus, the speed of the current is 3 miles per hour, as we found in Example 8.5.16. The y-coordinate of the intersection point gives the time Rani paddled on each part of her trip: 2 hours each way.

Checkpoint 8.5.17. Practice 6.

A cruise boat travels 18 miles downstream and back in 412 hours. If the speed of the current is 3 miles per hour, what is the speed of the boat in still water?
  1. Let x represent the speed of the boat in still water, and fill in the table.
    Distance Rate Time
    Downstream 00000 00000 00000
    Upstream 00000 00000 00000
  2. Write an equation to model the problem:
    Downstream time + Upstream time = Total trip time
  3. Solve your equation, and answer the question in the problem.
Answer.
  1. Distance Rate Time
    Downstream 18 x+3 18x+3
    Upstream 18 x3 18x3
  2. 18x+3+18x3=92
  3. In still water the boat travels at 9 mph.

Subsection 8.5.6 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 8.5.18.

Solve the formula   p=vq+v   for v.

Solution.

Because the variable we want appears in the denominator, we must first multiply both sides of the equation by that denominator, q+v.
(q+v)p=(q+v)vq+v(q+v)p=v
We apply the distributive law on the left side, then collect all terms that involve v on one side of the equation.
qp+vp=vSubtract vp from both sides.qp=vvp
We cannot combine the two terms containing v because they are not like terms. However, we can factor out v, so that the right side is written as a single term containing the variable v. We can then complete the solution.
qp=v(1p)Divide both sides by 1p.qp1p=v

Checkpoint 8.5.19. Practice 7.

Solve for a:  2aba+b=H
Answer.
a=bH2bH

Checkpoint 8.5.20. QuickCheck 3.

Decide whether each statement is true or false.
  1. To solve an equation graphically, we graph two functions, y= (each side of the equation.)
  2. The solutions are the y-coordinates of the intersection points of the two graphs.
  3. To solve a formula that is linear in the desired variable, we must get all terms including that variable on one side of the equation.
  4. If two or more terms on one side of the equation include the desired variable, we factor it out.

Subsection 8.5.7 Summary

In this chapter we have learned a number of algebraic skills to deal with fractions. Here are the operations we studied:
  • reducing fractions
  • multiplying and dividing fractions
  • adding and subtracting fractions
  • simplifying complex fractions
  • polynomial division
  • solving equations with fractions
[TK]  Each type of operation has a particular method, and it may help to review which method to use on each type of operation. To practice choosing the appropriate technique, see Section 8.5.3 of the Toolkit.

Exercises 8.5.8 Problem Set 8.5

Skills Practice

Exercise Group.
For Problems 9–16, solve.
17.
What is wrong with the solution to the following addition problem:
Add    38+12
Solution:
838+812=3+4Multiply by the LCD, 8.=7The answer is 7.
18.
Compare the methods in each calculation with fractions. Explain how the LCD is used in each operation.
  1. Add:  3x+1x+3
  2. Divide:  3x÷1x+3
  3. Solve:  3x+1x+3=3
  4. Simplify:  1+3x3+1x+3
Exercise Group.
For Problems 19–24, solve the formula for the specified variable.
19.
S=a1r,     for r
20.
m=ykxh,     for x
21.
xa+yb=1,     for x
22.
F=Gm1m2d2,     for d
23.
C=rRr+R,     for R
24.
E=Ff(Px)p,     for x

Applications

25.
Rani went hiking in the Santa Monica mountains last weekend. She drove 10 miles in her car and then walked 4 miles, and arrived at a small lake hours after she left home. If Rani drives 20 times faster than she walks, how fast does she walk?
26.
Sam Scholarship and Reginald Privilege each travel the 360 miles to Fort Lauderdale on spring break, but Reginald drives his Porsche while Sam hitches a ride on a vegetable truck. Reginald travels 20 miles per hour faster than Sam and arrives in 3 hours less time. How fast did each travel?
27.
Walt and Irma use a tank of fuel oil for their furnace every 25 days during the winter. Last winter it was so cold that they also lit their space heater 10 days after they filled the fuel oil tank. If the space heater uses a tank of fuel oil every 40 days, how much longer will the fuel last with both heaters running?
28.
An underground spring fills a small pond in 12 days. Evaporation from the surface of the pond can empty the pond in 28 days. If the pond is completely dry, how long will it take to fill again?
29.
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
C(p)=72p100p
Write and solve an equation to determine what percent of the population can be immunized for $168,000.
30.
A school of bluefin tuna average 36 miles per hour on a 200-mile trip in still water, but this time they encounter a current.
  1. Express the tuna’s travel time, t, as a function of the current speed, v, and graph the function in the window
    Xmin=0Xmax=36Ymin=0Ymax=50
  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.
31.
During the baseball season so far this year, Pete got hits 44 times out of 164 times at bat.
  1. What is Pete’s batting average so far? (Batting average is the fraction of at-bats that resulted in hits.)
  2. If Pete gets hits on every one of his next x at-bats, write an expression for his new batting average.
  3. How many consecutive hits does Pete need to raise his batting average to 0.350 ?
32.
The manager of Joe’s Burgers discovers that he will sell 160x 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)=160x and the supply function, S(x)=6x+49, 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 is called the equilibrium price.
  2. Write and solve an equation to verify your equilibrium price.
33.
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. 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.
34.
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.
35.
Distances on a map vary directly with actual distances. The scale on a map of Michigan uses 38 inch to represent 10 miles. If Isle Royale is 11116 inches long on the map, what is the actual length of the island?
36.
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?
37.
The rectangle ABCD is divided into a square and a smaller rectangle, CDEF. 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. What are the lengths of AE, DE, and CD?
  2. Write a proportion in terms of x for the similarity of rectangles ABCD and CDEF. Be careful to match up the corresponding sides.
  3. Solve your proportion for x. Find the golden ratio, ADAB=x1.
38.
The figure shows the graphs of two equations,
y=x    and    y=1x+1.
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.
39.
Find the error in the following "proof" that 1=0: Start by letting x=1.
x=1Multiply both sides by x.x2=xSubtract 1 from both sides.x21=x1Factor the left side.(x1)(x+1)=x1Divide both sides by x1.x+1=1Subtract 1 from both sides.x=0
Because x=1 and x=0, we have "proved" that 1=0.
Exercise Group.
For Problems 40–42,
  1. Solve the equation graphically by graphing two functions, one for each side of the equation.
  2. Solve the equation algebraically.
You have attempted 1 of 1 activities on this page.