Skip to main content
Mathematics LibreTexts

7.8: Applications of Rational Functions

  • Page ID
    22235
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    In this section, we will investigate the use of rational functions in several applications.

    Number Problems

    We start by recalling the definition of the reciprocal of a number.

    Definition

    For any nonzero real number a, the reciprocal of a is the number 1/a. Note that the product of a number and its reciprocal is always equal to the number 1. That is, \[a \cdot \frac{1}{a}=1 \nonumber \]

    For example, the reciprocal of the number 3 is 1/3. Note that we simply “invert” the number 3 to obtain its reciprocal 1/3. Further, note that the product of 3 and its reciprocal 1/3 is

    \[3 \cdot \frac{1}{3}=1 \nonumber \]

    As a second example, to find the reciprocal of −3/5, we could make the calculation

    \[\frac{1}{-\frac{3}{5}}=1 \div\left(-\frac{3}{5}\right)=1 \cdot\left(-\frac{5}{3}\right)=-\frac{5}{3} \nonumber \]

    but it’s probably faster to simply “invert” −3/5 to obtain its reciprocal −5/3. Again, note that the product of −3/5 and its reciprocal −5/3 is

    \[\left(-\frac{3}{5}\right) \cdot\left(-\frac{5}{3}\right)=1 \nonumber \]

    Let’s look at some applications that involve the reciprocals of numbers.

    Example \(\PageIndex{1}\)

    The sum of a number and its reciprocal is 29/10. Find the number(s).

    Solution

    Let x represent a nonzero number. The reciprocal of x is 1/x. Hence, the sum of x and its reciprocal is represented by the rational expression x + 1/x. Set this equal to 29/10.

    \[x+\frac{1}{x}=\frac{29}{10} \nonumber \]

    To clear fractions from this equation, multiply both sides by the common denominator 10x.

    \[\begin{aligned} \color{blue}{10 x}\left(x+\frac{1}{x}\right) &=\left(\frac{29}{10}\right) \color{blue}{10 x}\\ 10 x^{2}+10 &=29 x \end{aligned} \nonumber \]

    This equation is nonlinear (it has a power of x larger than 1), so make one side equal to zero by subtracting 29x from both sides of the equation.

    \[10 x^{2}-29 x+10=0 \nonumber \]

    Let’s try to use the ac-test to factor. Note that ac = (10)(10) = 100. The integer pair {−4, −25} has product 100 and sum −29. Break up the middle term of the quadratic trinomial using this pair, then factor by grouping.

    \[\begin{aligned} 10 x^{2}-4 x-25 x+10 &=0 \\ 2 x(5 x-2)-5(5 x-2) &=0 \\(2 x-5)(5 x-2) &=0 \end{aligned} \nonumber \]

    Using the zero product property, either

    \[2 x-5=0 \quad \text { or } \quad 5 x-2=0 \nonumber \]

    Each of these linear equations is easily solved.

    \[x=\frac{5}{2} \quad \text { or } \quad x=\frac{2}{5} \nonumber \]

    Hence, we have two solutions for x. However, they both lead to the same number-reciprocal pair. That is, if x = 5/2, then its reciprocal is 2/5. On the other hand, if x = 2/5, then its reciprocal is 5/2.

    Let’s check our solution by taking the sum of the solution and its reciprocal. Note that

    \[\frac{5}{2}+\frac{2}{5}=\frac{25}{10}+\frac{4}{10}=\frac{29}{10} \nonumber \]

    as required by the problem statement.

    Let’s look at another application of the reciprocal concept.

    Example \(\PageIndex{2}\)

    There are two numbers. The second number is 1 larger than twice the first number. The sum of the reciprocals of the two numbers is 7/10. Find the two numbers.

    Solution

    Let x represent the first number. If the second number is 1 larger than twice the first number, then the second number can be represented by the expression 2x + 1.

    Thus, our two numbers are x and 2x+1. Their reciprocals, respectively, are 1/x and 1/(2x + 1). Therefore, the sum of their reciprocals can be represented by the rational expression 1/x + 1/(2x + 1). Set this equal to 7/10.

    \[\frac{1}{x}+\frac{1}{2 x+1}=\frac{7}{10} \nonumber \]

    Multiply both sides of this equation by the common denominator 10x(2x + 1).

    \[\begin{aligned} \color{blue}{10 x(2 x+1)}\left[\frac{1}{x}+\frac{1}{2 x+1}\right] &=\left[\frac{7}{10}\right] \color{blue}{10 x(2 x+1)}\\ 10(2 x+1)+10 x &=7 x(2 x+1) \end{aligned} \nonumber \]

    Expand and simplify each side of this result.

    \[\begin{aligned} 20 x+10+10 x &=14 x^{2}+7 x \\ 30 x+10 &=14 x^{2}+7 x \end{aligned} \nonumber \]

    Again, this equation is nonlinear. We will move everything to the right-hand side of this equation. Subtract 30x and 10 from both sides of the equation to obtain

    \[\begin{array}{l}{0=14 x^{2}+7 x-30 x-10} \\ {0=14 x^{2}-23 x-10}\end{array} \nonumber \]

    Note that the right-hand side of this equation is quadratic with ac = (14)(−10) = −140. The integer pair {5, −28} has product −140 and sum −23. Break up the middle term using this pair and factor by grouping.

    \[\begin{array}{l}{0=14 x^{2}+5 x-28 x-10} \\ {0=x(14 x+5)-2(14 x+5)} \\ {0=(x-2)(14 x+5)}\end{array} \nonumber \]

    Using the zero product property, either

    \[x-2=0 \quad \text { or } \quad 14 x+5=0 \nonumber \]

    These linear equations are easily solved for x, providing

    \[x=2 \quad \text { or } \quad x=-\frac{5}{14} \nonumber \]

    We still need to answer the question, which was to find two numbers such that the sum of their reciprocals is 7/10. Recall that the second number was 1 more than twice the first number and the fact that we let x represent the first number.

    Consequently, if the first number is x = 2, then the second number is 2x + 1, or 2(2) + 1. That is, the second number is 5. Let’s check to see if the pair {2, 5} is a solution by computing the sum of the reciprocals of 2 and 5.

    \[\frac{1}{2}+\frac{1}{5}=\frac{5}{10}+\frac{2}{10}=\frac{7}{10} \nonumber \]

    Thus, the pair {2, 5} is a solution.

    However, we found a second value for the first number, namely x = −5/14. If this is the first number, then the second number is

    \[2\left(-\frac{5}{14}\right)+1=-\frac{5}{7}+\frac{7}{7}=\frac{2}{7} \nonumber \]

    Thus, we have a second pair {−5/14, 2/7}, but what is the sum of the reciprocals of these two numbers? The reciprocals are −14/5 and 7/2, and their sum is

    \[-\frac{14}{5}+\frac{7}{2}=-\frac{28}{10}+\frac{35}{10}=\frac{7}{10} \nonumber \]

    as required by the problem statement. Hence, the pair {−14/5, 7/2} is also a solution.

    Distance, Speed, and Time Problems

    When we developed the Equations of Motion in the chapter on quadratic functions, we showed that if an object moves with constant speed, then the distance traveled is given by the formula

    \[d=v t \nonumber \]

    where d represents the distance traveled, v represents the speed, and t represents the time of travel.

    For example, if a car travels down a highway at a constant speed of 50 miles per hour (50 mi/h) for 4 hours (4 h), then it will travel

    \[\begin{aligned} d &=v t \\ d &=50 \frac{\mathrm{mi}}{\mathrm{h}} \times 4 \mathrm{h} \\ d &=200 \mathrm{mi} \end{aligned} \nonumber \]

    Let’s put this relation to use in some applications.

    Example \(\PageIndex{3}\)

    A boat travels at a constant speed of 3 miles per hour in still water. In a river with unknown current, it takes the boat twice as long to travel 60 miles upstream (against the current) than it takes for the 60 mile return trip (with the current). What is the speed of the current in the river?

    Solution

    The speed of the boat in still water is 3 miles per hour. When the boat travels upstream, the current is against the direction the boat is traveling and works to reduce the actual speed of the boat. When the boat travels downstream, then the actual speed of the boat is its speed in still water increased by the speed of the current. If we let c represent the speed of the current in the river, then the boat’s speed upstream (against the current) is 3 − c, while the boat’s speed downstream (with the current) is 3 + c. Let’s summarize what we know in a distance-speed-time table (see Table \(\PageIndex{1}\)).

      d(mi) v(mi/h) t(h)
    Upstream 60 3-c ?
    Downstream 60 3+c ?
    Table \(\PageIndex{1}\) A distance, speed, and time table.

    Here is a useful piece of advice regarding distance, speed, and time tables.

    Distance, Speed, and Time Tables

    Because distance, speed, and time are related by the equation d = vt, whenever you have two boxes in a row of the table completed, the third box in that row can be calculated by means of the formula d = vt.

    Note that each row of Table \(\PageIndex{1}\) has two entries entered. The third entry in each row is time. Solve the equation d = vt for t to obtain

    \[t=\frac{d}{v} \nonumber \]

    The relation t = d/v can be used to compute the time entry in each row of Table \(\PageIndex{1}\).

    For example, in the first row, d = 60 miles and v = 3 − c miles per hour. Therefore, the time of travel is

    \[t=\frac{d}{v}=\frac{60}{3-c} \nonumber \]

    Note how we’ve filled in this entry in Table \(\PageIndex{2}\). In similar fashion, the time to travel downstream is calculated with

    \[t=\frac{d}{v}=\frac{60}{3+c} \nonumber \]

    We’ve also added this entry to the time column in Table \(\PageIndex{2}\).

      d (mi) v (mi/h) t(h)
    Upstream 60 3-c \(\frac{60}{3-c}\)
    Downstream 60 3+c \(\frac{60}{3+c}\)
    Table \(\PageIndex{2}\)

    To set up an equation, we need to use the fact that the time to travel upstream is twice the time to travel downstream. This leads to the result

    \[\frac{60}{3-c}=2\left(\frac{60}{3+c}\right) \nonumber \]

    or equivalently,

    \[\frac{60}{3-c}=\frac{120}{3+c} \nonumber \]

    Multiply both sides by the common denominator, in this case, (3 − c)(3 + c).

    \[\begin{aligned}\color{blue}{(3-c)(3+c)}\left[\frac{60}{3-c}\right] &=\left[\frac{120}{3+c}\right]\color{blue}{(3-c)(3+c)} \\ 60(3+c) &=120(3-c) \end{aligned} \nonumber \]

    Expand each side of this equation.

    \[180+60 c=360-120 c \nonumber \]

    This equation is linear (no power of c other than 1). Hence, we want to isolate all terms containing c on one side of the equation. We add 120c to both sides of the equation, then subtract 180 from both sides of the equation.

    \[60 c+120 c=360-180 \nonumber \]

    From here, it is simple to solve for c.

    \[\begin{aligned} 180 c &=180 \\ c &=1 \end{aligned} \nonumber \]

    Hence, the speed of the current is 1 mile per hour.

    It is important to check that the solution satisfies the constraints of the problem statement.

    • If the speed of the boat in still water is 3 miles per hour and the speed of the current is 1 mile per hour, then the speed of the boat upstream (against the current) will be 2 miles per hour. It will take 30 hours to travel 60 miles at this rate.
    • The speed of the boat as it goes downstream (with the current) will be 4 miles per hour. It will take 15 hours to travel 60 miles at this rate.

    Note that the time to travel upstream (30 hours) is twice the time to travel downstream (15 hours), so our solution is correct.

    Let’s look at another example.

    Example \(\PageIndex{4}\)

    A speedboat can travel 32 miles per hour in still water. It travels 150 miles upstream against the current then returns to the starting location. The total time of the trip is 10 hours. What is the speed of the current?

    Solution

    Let c represent the speed of the current. Going upstream, the boat struggles against the current, so its net speed is 32−c miles per hour. On the return trip, the boat benefits from the current, so its net speed on the return trip is 32 + c miles per hour. The trip each way is 150 miles. We’ve entered this data in Table \(\PageIndex{3}\).

      d (mi) v (mi/h) t(h)
    Upstream 150 32 − c ?
    Downstream 150 32 + c ?
    Table \(\PageIndex{3}\) Entering the given data in a distance, speed, and time table.

    Solving d = vt for the time t,

    \[t=\frac{d}{v} \nonumber \]

    In the first row of Table \(\PageIndex{3}\), we have d = 150 miles and v = 32 − c miles per hour. Hence, the time it takes the boat to go upstream is given by

    \[t=\frac{d}{v}=\frac{150}{32-c} \nonumber \]

    Similarly, upon examining the data in the second row of Table \(\PageIndex{3}\), the time it takes the boat to return downstream to its starting location is

    \[t=\frac{d}{v}=\frac{150}{32+c} \nonumber \]

    These results are entered in Table \(\PageIndex{4}\).

      d (mi) v (mi/h) t(h)
    Upstream 150 32 − c 150/(32 − c)
    Downstream 150 32 + c 150/(32 + c)
    Table \(\PageIndex{4}\). Calculating the time to go upstream and return.

    Because the total time to go upstream and return is 10 hours, we can write

    \[\frac{150}{32-c}+\frac{150}{32+c}=10 \nonumber \]

    Multiply both sides by the common denominator (32 − c)(32 + c).

    \[\begin{aligned}\color{blue}{(32-c)(32+c)}\left(\frac{150}{32-c}+\frac{150}{32+c}\right) &=10\color{blue}{(32-c)(32+c)} \\ 150(32+c)+150(32-c) &=10\left(1024-c^{2}\right) \end{aligned} \nonumber \]

    We can make the numbers a bit smaller by noting that both sides of the last equation are divisible by 10.

    \[15(32+c)+15(32-c)=1024-c^{2} \nonumber \]

    Expand, simplify, make one side zero, then factor.

    \[\begin{aligned} 480+15 c+480-15 c &=1024-c^{2} \\ 960 &=1024-c^{2} \\ 0 &=64-c^{2} \\ 0 &=(8+c)(8-c) \end{aligned} \nonumber \]

    Using the zero product property, either

    \[8+c=0 \quad \text { or } \quad 8-c=0 \nonumber \]

    providing two solutions for the current,

    \[c=-8 \quad \text { or } \quad c=8 \nonumber \]

    Discarding the negative answer (speed is a positive quantity in this case), the speed of the current is 8 miles per hour.

    Does our answer make sense?

    • Because the speed of the current is 8 miles per hour, the boat travels 150 miles upstream at a net speed of 24 miles per hour. This will take 150/24 or 6.25 hours.
    • The boat travels downstream 150 miles at a net speed of 40 miles per hour. This will take 150/40 or 3.75 hours.

    Note that the total time to go upstream and return is 6.25 + 3.75, or 10 hours.

    Let’s look at another class of problems.

    Work Problems

    A nice application of rational functions involves the amount of work a person (or team of persons) can do in a certain amount of time. We can handle these applications involving work in a manner similar to the method we used to solve distance, speed, and time problems. Here is the guiding principle.

    Note

    The amount of work done is equal to the product of the rate at which work is being done and the amount of time required to do the work. That is,

    \[\text { Work }=\text { Rate } \times \text { Time. } \nonumber \]

    For example, suppose that Emilia can mow lawns at a rate of 3 lawns per hour. After 6 hours,

    \[\text { Work }=3 \frac{\text { lawns }}{\mathrm{hr}} \times 6 \mathrm{hr}=18 \text { lawns. } \nonumber \]

    A second important concept is the fact that rates add. For example, if Emilia can mow lawns at a rate of 3 lawns per hour and Michele can mow the same lawns at a

    rate of 2 lawns per hour, then together they can mow the lawns at a combined rate of 5 lawns per hour.

    Let’s look at an example.

    Example \(\PageIndex{5}\)

    Bill can finish a report in 2 hours. Maria can finish the same report in 4 hours. How long will it take them to finish the report if they work together?

    Solution

    A common misconception is that the times add in this case. That is, it takes Bill 2 hours to complete the report and it takes Maria 4 hours to complete the same report, so if Bill and Maria work together it will take 6 hours to complete the report. A little thought reveals that this result is nonsense. Clearly, if they work together, it will take them less time than it takes Bill to complete the report alone; that is, the combined time will surely be less than 2 hours.

    However, as we saw above, the rates at which they are working will add. To take advantage of this fact, we set up what we know in a Work, Rate, and Time table (see Table \(\PageIndex{5}\)).

    • It takes Bill 2 hours to complete 1 report. This is reflected in the entries in the first row of Table \(\PageIndex{5}\).

    • It takes Maria 4 hours to complete 1 report. This is reflected in the entries in the second row of Table \(\PageIndex{5}\).

    • Let t represent the time it takes them to complete 1 report if they work together. This is reflected in the entries in the last row of Table \(\PageIndex{5}\).

      w (reports) r (reports/h) t(h)
    Bill 1 ? 2
    Maria 1 ? 4
    Together 1 ? t
    Table \(\PageIndex{5}\). A work, rate, and time table.

    We have advice similar to that given for distance, speed, and time tables.

    Work, Rate, and Time Tables

    Because work, rate, and time are related by the equation \[\text { Work }=\text { Rate } \times \text { Time } \nonumber \] whenever you have two boxes in a row completed, the third box in that row can be calculated by means of the relation Work \(=\) Rate \(\times\) Time.

    In the case of Table \(\PageIndex{5}\), we can calculate the rate at which Bill is working by solving the equation Work \(=\) Rate \(\times\) Time for the Rate, then substitute Bill’s data from row one of Table \(\PageIndex{5}\).

    \[Rate \(=\frac{\text { Work }}{\text { Time }}=\frac{1 \text { report }}{2 \mathrm{h}}\) \nonumber \]

    Thus, Bill is working at a rate of 1/2 report per hour. Note how we’ve entered this result in the first row of Table 6. Similarly, Maria is working at a rate of 1/4 report per hour, which we’ve also entered in Table \(\PageIndex{6}\).

    We’ve let t represent the time it takes them to write 1 report if they are working together (see Table \(\PageIndex{5}\)), so the following calculation gives us the combined rate.

    \[Rate \(=\frac{\text { Work }}{\text { Time }}=\frac{1 \text { report }}{t \mathrm{h}}\) \nonumber \]

    That is, together they work at a rate of 1/t reports per hour. This result is also recorded in Table \(\PageIndex{6}\).

      w (reports) r (reports/h) t(h)
    Bill 1 1/2 2
    Maria 1 1/4 4
    Together 1 1/t t
    Table \(\PageIndex{6}\). Calculating the Rate entries.

    In our discussion above, we pointed out the fact that rates add. Thus, the equation we seek lies in the Rate column of Table \(\PageIndex{6}\). Bill is working at a rate of 1/2 report per hour and Maria is working at a rate of 1/4 report per hour. Therefore, their combined rate is 1/2 + 1/4 reports per hour. However, the last row of Table \(\PageIndex{6}\) indicates that the combined rate is also 1/t reports per hour. Thus,

    \[\frac{1}{2}+\frac{1}{4}=\frac{1}{t} \nonumber \]

    Multiply both sides of this equation by the common denominator 4t.

    \[\begin{aligned}\color{blue}{(4 t)}\left[\frac{1}{2}+\frac{1}{4}\right] &=\left[\frac{1}{t}\right]\color{blue}{(4 t)} \\ 2 t+t &=4 \end{aligned} \nonumber \]

    This equation is linear (no power of t other than 1) and is easily solved.

    \[\begin{aligned} 3 t &=4 \\ t &=4 / 3 \end{aligned} \nonumber \]

    Thus, it will take 4/3 of an hour to complete 1 report if Bill and Maria work together.

    Again, it is very important that we check this result.

    • We know that Bill does 1/2 reports per hour. In 4/3 of an hour, Bill will complete

    \[\text { Work }=\frac{1}{2} \frac{\text { reports }}{\mathrm{h}} \times \frac{4}{3} \mathrm{h}=\frac{2}{3} \text { reports. } \nonumber \]

    That is, Bill will complete 2/3 of a report.

    • We know that Maria does 1/4 reports per hour. In 4/3 of an hour, Maria will complete

    \[\text { Work }=\frac{1}{4} \frac{\text { reports }}{\mathrm{h}} \times \frac{4}{3} \mathrm{h}=\frac{1}{3} \mathrm{reports} \nonumber \]

    That is, Maria will complete 1/3 of a report.

    Clearly, working together, Bill and Maria will complete 2/3 + 1/3 reports, that is, one full report.

    Let’s look at another example.

    Example \(\PageIndex{6}\)

    It takes Liya 7 more hours to paint a kitchen than it takes Hank to complete the same job. Together, they can complete the same job in 12 hours. How long does it take Hank to complete the job if he works alone?

    Solution

    Let H represent the time it take Hank to complete the job of painting the kitchen when he works alone. Because it takes Liya 7 more hours than it takes Hank, let H + 7 represent the time it takes Liya to paint the kitchen when she works alone. This leads to the entries in Table \(\PageIndex{7}\).

      w (kitchens) r (kitchens/h) t(h)
    Hank 1 ? H
    Liya 1 ? H+7
    Together 1 ? 12
    Table \(\PageIndex{7}\). Entering the given data for Hank and Liya.

    We can calculate the rate at which Hank is working alone by solving the equation Work \(=\) Rate \(\times\) Time for the Rate, then substituting Hank’s data from row one of Table \(\PageIndex{7}\).

    \[\text { Rate }=\frac{\text { Work }}{\text { Time }}=\frac{1 \text { kitchen }}{H \text { hour }} \nonumber \]

    Thus, Hank is working at a rate of 1/H kitchens per hour. Similarly, Liya is working at a rate of 1/(H + 7) kitchens per hour. Because it takes them 12 hours to complete the task when working together, their combined rate is 1/12 kitchens per hour. Each of these rates is entered in Table \(\PageIndex{8}\).

      w (kitchens) r (kitchens/h) t(h)
    Hank 1 1/H H
    Liya 1 1/H+7 H+7
    Together 1 1/12 12
    Table \(\PageIndex{8}\). Calculating the rates.

    Because the rates add, we can write

    \[\frac{1}{H}+\frac{1}{H+7}=\frac{1}{12} \nonumber \]

    Multiply both sides of this equation by the common denominator 12H(H + 7).

    \[\begin{aligned} \color{blue}{12 H(H+7)}\left(\frac{1}{H}+\frac{1}{H+7}\right) &=\left(\frac{1}{12}\right)\color{blue}{12 H(H+7)} \\ 12(H+7)+12 H &=H(H+7) \end{aligned} \nonumber \]

    Expand and simplify.

    \[\begin{aligned} 12 H+84+12 H &=H^{2}+7 H \\ 24 H+84 &=H^{2}+7 H \end{aligned} \nonumber \]

    This last equation is nonlinear, so make one side zero by subtracting 24H and 84 from both sides of the equation.

    \[\begin{array}{l}{0=H^{2}+7 H-24 H-84} \\ {0=H^{2}-17 H-84}\end{array} \nonumber \]

    Note that ac = (1)(−84) = −84. The integer pair {4, −21} has product −84 and sums to −17. Hence,

    \[0=(H+4)(H-21) \nonumber \]

    Using the zero product property, either

    \[H+4=0 \quad \text { or } \quad H-21=0 \nonumber \]

    leading to the solutions

    \[H=-4 \quad \text { or } \quad H=21 \nonumber \]

    We eliminate the solution H = −4 from consideration (it doesn’t take Hank negative time to paint the kitchen), so we conclude that it takes Hank 21 hours to paint the kitchen.

    Does our solution make sense?

    • It takes Hank 21 hours to complete the kitchen, so he is finishing 1/21 of the kitchen per hour.
    • It takes Liya 7 hours longer than Hank to complete the kitchen, namely 28 hours, so she is finishing 1/28 of the kitchen per hour.

    Together, they are working at a combined rate of

    \[\frac{1}{21}+\frac{1}{28}=\frac{4}{84}+\frac{3}{84}=\frac{7}{84}=\frac{1}{12} \nonumber \]

    or 1/12 of a kitchen per hour. This agrees with the combined rate in Table \(\PageIndex{8}\).

    Exercise

    Exercise \(\PageIndex{1}\)

    The sum of the reciprocals of two consecutive odd integers is \(−\frac{16}{63}\). Find the two numbers.

    Answer

    −9, −7

    Exercise \(\PageIndex{2}\)

    The sum of the reciprocals of two consecutive odd integers is \(\frac{28}{195}\). Find the two numbers.

    Exercise \(\PageIndex{3}\)

    The sum of the reciprocals of two consecutive integers is \(−\frac{19}{90}\). Find the two numbers.

    Answer

    −10, −9

    Exercise \(\PageIndex{4}\)

    The sum of a number and its reciprocal is \(\frac{41}{20}\). Find the number(s).

    Exercise \(\PageIndex{5}\)

    The sum of the reciprocals of two consecutive even integers is \(\frac{5}{12}\). Find the two numbers.

    Answer

    4, 6

    Exercise \(\PageIndex{6}\)

    The sum of the reciprocals of two consecutive integers is \(\frac{19}{90}\). Find the two numbers.

    Exercise \(\PageIndex{7}\)

    The sum of a number and twice its reciprocal is \(\frac{9}{2}\). Find the number(s).

    Answer

    \(\frac{1}{2}\), 4

    Exercise \(\PageIndex{8}\)

    The sum of a number and its reciprocal is \(\frac{5}{2}\). Find the number(s).

    Exercise \(\PageIndex{9}\)

    The sum of the reciprocals of two consecutive even integers is \(\frac{11}{60}\). Find the two numbers.

    Answer

    10, 12

    Exercise \(\PageIndex{10}\)

    The sum of a number and twice its reciprocal is \(\frac{17}{6}\). Find the number(s).

    Exercise \(\PageIndex{11}\)

    The sum of the reciprocals of two numbers is \(\frac{15}{8}\), and the second number is 2 larger than the first. Find the two numbers.

    Answer

    {\(\frac{2}{3}\), \(\frac{8}{3}\)} and {\(−\frac{8}{5}\), \(\frac{2}{5}\)}

    Exercise \(\PageIndex{12}\)

    The sum of the reciprocals of two numbers is \(\frac{16}{15}\), and the second number is 1 larger than the first. Find the two numbers.

    Exercise \(\PageIndex{13}\)

    Moira can paddle her kayak at a speed of 2 mph in still water. She paddles 3 miles upstream against the current and then returns to the starting location. The total time of the trip is 9 hours. What is the speed (in mph) of the current? Round your answer to the nearest hundredth.

    Answer

    1.63 mph

    Exercise \(\PageIndex{14}\)

    Boris is kayaking in a river with a 6 mph current. Suppose that he can kayak 4 miles upstream in the same amount of time as it takes him to kayak 9 miles downstream. Find the speed (mph) of Boris’s kayak in still water.

    Exercise \(\PageIndex{15}\)

    Jacob can paddle his kayak at a speed of 6 mph in still water. He paddles 5 miles upstream against the current and then returns to the starting location. The total time of the trip is 5 hours. What is the speed (in mph) of the current? Round your answer to the nearest hundredth.

    Answer

    4.90 mph

    Exercise \(\PageIndex{16}\)

    Boris can paddle his kayak at a speed of 6 mph in still water. If he can paddle 5 miles upstream in the same amount of time as it takes his to paddle 9 miles downstream, what is the speed of the current?

    Exercise \(\PageIndex{17}\)

    Jacob is canoeing in a river with a 5 mph current. Suppose that he can canoe 4 miles upstream in the same amount of time as it takes him to canoe 8 miles downstream. Find the speed (mph) of Jacob’s canoe in still water.

    Answer

    15 mph

    Exercise \(\PageIndex{18}\)

    The speed of a freight train is 16 mph slower than the speed of a passenger train. The passenger train travels 518 miles in the same time that the freight train travels 406 miles. Find the speed of the freight train.

    Exercise \(\PageIndex{19}\)

    The speed of a freight train is 20 mph slower than the speed of a passenger train. The passenger train travels 440 miles in the same time that the freight train travels 280 miles. Find the speed of the freight train.

    Answer

    35 mph

    Exercise \(\PageIndex{20}\)

    Emily can paddle her canoe at a speed of 2 mph in still water. She paddles 5 miles upstream against the current and then returns to the starting location. The total time of the trip is 6 hours. What is the speed (in mph) of the current? Round your answer to the nearest hundredth.

    Exercise \(\PageIndex{21}\)

    Jacob is canoeing in a river with a 2 mph current. Suppose that he can ca- noe 2 miles upstream in the same amount of time as it takes him to canoe 5 miles downstream. Find the speed (mph) of Jacob’s canoe in still water.

    Answer

    \(\frac{14}{3}\) mph

    Exercise \(\PageIndex{22}\)

    Moira can paddle her kayak at a speed of 2 mph in still water. If she can paddle 4 miles upstream in the same amount of time as it takes her to paddle 8 miles downstream, what is the speed of the current?

    Exercise \(\PageIndex{23}\)

    Boris can paddle his kayak at a speed of 6 mph in still water. If he can paddle 5 miles upstream in the same amount of time as it takes his to paddle 10 miles downstream, what is the speed of the current?

    Answer

    2 mph

    Exercise \(\PageIndex{24}\)

    The speed of a freight train is 19 mph slower than the speed of a passenger train. The passenger train travels 544 miles in the same time that the freight train travels 392 miles. Find the speed of the freight train.

    Exercise \(\PageIndex{25}\)

    It takes Jean 15 hours longer to complete an inventory report than it takes Sanjay. If they work together, it takes them 10 hours. How many hours would it take Sanjay if he worked alone?

    Answer

    15 mph

    Exercise \(\PageIndex{26}\)

    Jean can paint a room in 5 hours. It takes Amelie 10 hours to paint the same room. How many hours will it take if they work together?

    Exercise \(\PageIndex{27}\)

    It takes Amelie 18 hours longer to complete an inventory report than it takes Jean. If they work together, it takes them 12 hours. How many hours would it take Jean if she worked alone?

    Answer

    18 mph

    Exercise \(\PageIndex{28}\)

    Sanjay can paint a room in 5 hours. It takes Amelie 9 hours to paint the same room. How many hours will it take if they work together?

    Exercise \(\PageIndex{29}\)

    It takes Ricardo 12 hours longer to complete an inventory report than it takes Sanjay. If they work together, it takes them 8 hours. How many hours would it take Sanjay if he worked alone?

    Answer

    12 mph

    Exercise \(\PageIndex{30}\)

    It takes Ricardo 8 hours longer to complete an inventory report than it takes Amelie. If they work together, it takes them 3 hours. How many hours would it take Amelie if she worked alone?

    Exercise \(\PageIndex{31}\)

    Jean can paint a room in 4 hours. It takes Sanjay 7 hours to paint the same room. How many hours will it take if they work together?

    Answer

    \(\frac{28}{11}\) mph

    Exercise \(\PageIndex{32}\)

    Amelie can paint a room in 5 hours. It takes Sanjay 9 hours to paint the same room. How many hours will it take if they work together?


    7.8: Applications of Rational Functions is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?