Skip to content
Solve Applications with Systems of Equations

Solve Applications with Systems of Equations

By the end of this section, you will be able to: solve direct translation applications, solve geometry applications, and solve uniform motion applications.

Use a problem-solving strategy for systems of linear equations.

  1. Read the problem. Make sure all the words and ideas are understood.
  2. Identify what we are looking for.
  3. Name what we are looking for. Choose variables to represent those quantities.
  4. Translate into a system of equations.
  5. Solve the system of equations using good algebra techniques.
  6. Check the answer in the problem and make sure it makes sense.
  7. Answer the question with a complete sentence.

Solve Direct Translation Applications

Systems of linear equations are very useful for solving applications. Some people find setting up word problems with two variables easier than setting them up with just one variable. To solve an application, we’ll first translate the words into a system of linear equations. Then we will decide the most convenient method to use, and then solve the system.

Example. The sum of two numbers is zero. One number is nine less than the other. Find the numbers.

We are looking for two numbers. Let n=n= the first number and m=m= the second number.

“The sum of two numbers is zero” translates to one equation, and “one number is nine less than the other” translates to the second:

{n+m=0n=m9 \left\{\begin{array}{l} n + m = 0 \\ n = m - 9 \end{array}\right.

We solve by substitution. Substitute m9m-9 for nn in the first equation:

(m9)+m=0Combine like terms.2m9=0Add 9 to each side.2m=9Divide each side by 2.m=92 \begin{array}{lrcl} & (m - 9) + m &=& 0 \\[4pt] \text{Combine like terms.} & 2m - 9 &=& 0 \\[4pt] \text{Add 9 to each side.} & 2m &=& 9 \\[4pt] \text{Divide each side by 2.} & m &=& \tfrac{9}{2} \end{array}

Substituting m=92m=\tfrac{9}{2} into n=m9n=m-9 gives n=929=92n=\tfrac{9}{2}-9=-\tfrac{9}{2}.

Check: is the sum zero? 92+(92)=?0\tfrac{9}{2}+\left(-\tfrac{9}{2}\right)\overset{?}{=}0, and indeed 0=00=0. ✓ Is one number nine less than the other? 929=?92\tfrac{9}{2}-9\overset{?}{=}-\tfrac{9}{2}, and indeed 92=92-\tfrac{9}{2}=-\tfrac{9}{2}. ✓ The numbers are 92\tfrac{9}{2} and 92-\tfrac{9}{2}.

The sum of two numbers is 10. One number is 4 less than the other. Find the smaller number.

Example. Heather has been offered two options for her salary as a trainer at the gym. Option A would pay her $25,000 plus $15 for each training session. Option B would pay her $10,000 plus $40 for each training session. How many training sessions would make the salary options equal?

We are looking for the number of training sessions that would make the pay equal. Let s=s= Heather’s salary and n=n= the number of training sessions.

“Option A would pay her $25,000 plus $15 for each training session” translates to s=25,000+15ns=25{,}000+15n. “Option B would pay her $10,000 plus $40 for each training session” translates to s=10,000+40ns=10{,}000+40n:

{s=25,000+15ns=10,000+40n \left\{\begin{array}{l} s = 25{,}000 + 15n \\ s = 10{,}000 + 40n \end{array}\right.

We solve by substitution. Substitute 25,000+15n25{,}000+15n for ss in the second equation:

25,000+15n=10,000+40nSubtract 10,000 from each side.15,000+15n=40nSubtract 15n from each side.15,000=25nDivide each side by 25.600=n \begin{array}{lrcl} & 25{,}000 + 15n &=& 10{,}000 + 40n \\[4pt] \text{Subtract 10,000 from each side.} & 15{,}000 + 15n &=& 40n \\[4pt] \text{Subtract }15n\text{ from each side.} & 15{,}000 &=& 25n \\[4pt] \text{Divide each side by 25.} & 600 &=& n \end{array}

Check: are 600600 training sessions a year reasonable? Yes. Are the two options equal when n=600n=600? 25,000+15(600)=34,00025{,}000+15(600)=34{,}000 and 10,000+40(600)=34,00010{,}000+40(600)=34{,}000. ✓ The salary options would be equal for 600600 training sessions.

Geraldine has been offered positions by two insurance companies. The first company pays a salary of $12,000 plus a commission of $100 for each policy sold. The second pays a salary of $20,000 plus a commission of $50 for each policy sold. How many policies would need to be sold for the total pay to be the same?

Example. When Jenna spent 10 minutes on the elliptical trainer and then did circuit training for 20 minutes, her fitness app said she burned 278 calories. When she spent 20 minutes on the elliptical trainer and 30 minutes of circuit training she burned 473 calories. How many calories does she burn for each minute on the elliptical trainer? How many calories does she burn for each minute of circuit training?

We are looking for the number of calories burned each minute on the elliptical trainer and each minute of circuit training. Let e=e= calories burned per minute on the elliptical trainer and c=c= calories burned per minute of circuit training.

Each workout gives us one equation relating the two rates:

{10e+20c=27820e+30c=473 \left\{\begin{array}{l} 10e + 20c = 278 \\ 20e + 30c = 473 \end{array}\right.

We solve by elimination. Multiply the first equation by 2-2 so the ee-terms have opposite coefficients, then add the equations:

20e40c=55620e+30c=47310c=83 \begin{array}{rcl} -20e - 40c &=& -556 \\ 20e + 30c &=& 473 \\ \hline -10c &=& -83 \end{array}

So c=8.3c=8.3. Substituting c=8.3c=8.3 into the first equation:

10e+20(8.3)=278Simplify.10e+166=278Subtract 166 from each side.10e=112Divide each side by 10.e=11.2 \begin{array}{lrcl} & 10e + 20(8.3) &=& 278 \\[4pt] \text{Simplify.} & 10e + 166 &=& 278 \\[4pt] \text{Subtract 166 from each side.} & 10e &=& 112 \\[4pt] \text{Divide each side by 10.} & e &=& 11.2 \end{array}

Check: 10(11.2)+20(8.3)=112+166=27810(11.2)+20(8.3)=112+166=278 ✓, and 20(11.2)+30(8.3)=224+249=47320(11.2)+30(8.3)=224+249=473 ✓. Jenna burns 11.211.2 calories per minute on the elliptical trainer and 8.38.3 calories per minute of circuit training.

Mark went to the gym and did 40 minutes of Bikram hot yoga and 10 minutes of jumping jacks, burning 510 calories. The next time he went to the gym, he did 30 minutes of Bikram hot yoga and 20 minutes of jumping jacks, burning 470 calories. How many calories were burned for each minute of jumping jacks?

Solve Geometry Applications

When we learned about geometry applications earlier, we solved them using properties of triangles and rectangles. Now we’ll add some properties of angles. The measures of two complementary angles add to 9090 degrees. The measures of two supplementary angles add to 180180 degrees.

Complementary and supplementary angles. Two angles are complementary if the sum of the measures of their angles is 9090 degrees. Two angles are supplementary if the sum of the measures of their angles is 180180 degrees.

If two angles are complementary, we say that one angle is the complement of the other. If two angles are supplementary, we say that one angle is the supplement of the other.

Example. Translate to a system of equations and then solve: the difference of two complementary angles is 26 degrees. Find the measures of the angles.

We are looking for the measure of each angle. Let x=x= the measure of the first angle and y=y= the measure of the second angle.

“The angles are complementary” translates to x+y=90x+y=90. “The difference of the two angles is 26 degrees” translates to xy=26x-y=26:

{x+y=90xy=26 \left\{\begin{array}{l} x + y = 90 \\ x - y = 26 \end{array}\right.

We solve by elimination — the yy-terms already have opposite coefficients, so we just add the equations:

x+y=90xy=262x=116 \begin{array}{rcl} x + y &=& 90 \\ x - y &=& 26 \\ \hline 2x &=& 116 \end{array}

So x=58x=58. Substituting x=58x=58 into x+y=90x+y=90 gives 58+y=9058+y=90, so y=32y=32.

Check: 58+32=?9058+32\overset{?}{=}90, and indeed 90=9090=90. ✓ 5832=?2658-32\overset{?}{=}26, and indeed 26=2626=26. ✓ The angle measures are 5858 degrees and 3232 degrees.

The difference of two complementary angles is 20 degrees. Find the measure of the larger angle.

Example. Translate to a system of equations and then solve: two angles are supplementary. The measure of the larger angle is twelve degrees less than five times the measure of the smaller angle. Find the measures of both angles.

Let x=x= the measure of the smaller angle and y=y= the measure of the larger angle.

“The angles are supplementary” translates to x+y=180x+y=180. “The larger angle is twelve less than five times the smaller angle” translates to y=5x12y=5x-12:

{x+y=180y=5x12 \left\{\begin{array}{l} x + y = 180 \\ y = 5x - 12 \end{array}\right.

We solve by substitution. Substitute 5x125x-12 for yy in the first equation:

x+(5x12)=180Combine like terms.6x12=180Add 12 to each side.6x=192Divide each side by 6.x=32 \begin{array}{lrcl} & x + (5x - 12) &=& 180 \\[4pt] \text{Combine like terms.} & 6x - 12 &=& 180 \\[4pt] \text{Add 12 to each side.} & 6x &=& 192 \\[4pt] \text{Divide each side by 6.} & x &=& 32 \end{array}

Substituting x=32x=32 into y=5x12y=5x-12 gives y=5(32)12=16012=148y=5(32)-12=160-12=148.

Check: 32+148=?18032+148\overset{?}{=}180, and indeed 180=180180=180. ✓ 5(32)12=?1485(32)-12\overset{?}{=}148, and indeed 148=148148=148. ✓ The angle measures are 3232 degrees and 148148 degrees.

Two angles are supplementary. The measure of the larger angle is 12 degrees more than three times the measure of the smaller angle. Find the measure of the smaller angle.

Recall that the angles of a triangle add up to 180180 degrees. A right triangle has one angle that measures 9090 degrees. What does that tell us about the other two angles? In the next example we’ll find the measures of the other two angles.

Example. The measure of one of the small angles of a right triangle is ten more than three times the measure of the other small angle. Find the measures of both angles.

ba

We are looking for the measures of the angles. Let a=a= the measure of the first angle and b=b= the measure of the second angle.

“One small angle is ten more than three times the other” translates to a=3b+10a=3b+10. Since the triangle’s angles sum to 180180 and one angle is the right angle (9090 degrees), the two small angles satisfy a+b+90=180a+b+90=180, or a+b=90a+b=90:

{a=3b+10a+b=90 \left\{\begin{array}{l} a = 3b + 10 \\ a + b = 90 \end{array}\right.

We solve by substitution. Substitute 3b+103b+10 for aa in the second equation:

(3b+10)+b=90Combine like terms.4b+10=90Subtract 10 from each side.4b=80Divide each side by 4.b=20 \begin{array}{lrcl} & (3b + 10) + b &=& 90 \\[4pt] \text{Combine like terms.} & 4b + 10 &=& 90 \\[4pt] \text{Subtract 10 from each side.} & 4b &=& 80 \\[4pt] \text{Divide each side by 4.} & b &=& 20 \end{array}

Substituting b=20b=20 into a=3b+10a=3b+10 gives a=3(20)+10=70a=3(20)+10=70.

Check: a+b+90=?180a+b+90\overset{?}{=}180: 70+20+90=?18070+20+90\overset{?}{=}180, and indeed 180=180180=180. ✓ 3(20)+10=?703(20)+10\overset{?}{=}70, and indeed 70=7070=70. ✓ The measures of the small angles are 7070 degrees and 2020 degrees.

The measure of one of the small angles of a right triangle is 2 more than 3 times the measure of the other small angle. Find the measure of the larger small angle.

Often it is helpful to draw a picture to visualize a geometry application.

Example. Translate to a system of equations and then solve: Randall has 125 feet of fencing to enclose the rectangular part of his backyard adjacent to his house. He will only need to fence around three sides, because the fourth side will be the wall of the house. He wants the length of the fenced yard (parallel to the house wall) to be 5 feet more than four times as long as the width. Find the length and the width.

WL (house wall)W

We are looking for the length and width of the fenced yard. Let L=L= the length of the fenced yard and W=W= the width of the fenced yard.

Since one length and two widths make up the 125125 feet of fencing, L+2W=125L+2W=125. Since “the length will be 5 feet more than four times as long as the width,” L=4W+5L=4W+5:

{L+2W=125L=4W+5 \left\{\begin{array}{l} L + 2W = 125 \\ L = 4W + 5 \end{array}\right.

We solve by substitution. Substitute 4W+54W+5 for LL in the first equation:

(4W+5)+2W=125Combine like terms.6W+5=125Subtract 5 from each side.6W=120Divide each side by 6.W=20 \begin{array}{lrcl} & (4W + 5) + 2W &=& 125 \\[4pt] \text{Combine like terms.} & 6W + 5 &=& 125 \\[4pt] \text{Subtract 5 from each side.} & 6W &=& 120 \\[4pt] \text{Divide each side by 6.} & W &=& 20 \end{array}

Substituting W=20W=20 into L=4W+5L=4W+5 gives L=4(20)+5=85L=4(20)+5=85.

Check: is one length plus two widths equal to 125125 feet? 85+20+20=?12585+20+20\overset{?}{=}125, and indeed 125=125125=125. ✓ Is the length 55 more than four times the width? 4(20)+5=?854(20)+5\overset{?}{=}85, and indeed 85=8585=85. ✓ The length is 8585 feet and the width is 2020 feet.

Mario wants to put a fence around the pool in his backyard. Since one side is adjacent to the house, he only needs to fence three sides: the two long sides and the one shorter side that runs parallel to the house. He needs 155 feet of fencing to enclose the pool. The length of the long side is 10 feet less than twice the width. Find the width of the pool area, in feet.

Solve Uniform Motion Applications

We used a table to organize the information in uniform motion problems when we introduced them earlier. We’ll continue using that table here. The basic equation is D=rtD=rt, where DD is the distance traveled, rr is the rate, and tt is the time. Now that we can use two variables and two equations, we no longer need to write one person’s time or rate in terms of the other’s.

Example. Translate to a system of equations and then solve: Joni left St. Louis on the interstate, driving west towards Denver at a speed of 65 miles per hour. Half an hour later, Kelly left St. Louis on the same route as Joni, driving 78 miles per hour. How long will it take Kelly to catch up to Joni?

We are looking for the length of time Kelly, kk, and Joni, jj, will each drive. Since D=rtD=rt, a table organizes the rates, times, and distances:

Rate (mph)Time (hrs)Distance (miles)
Joni6565jj65j65j
Kelly7878kk78k78k

Kelly and Joni will have driven the same distance when Kelly catches up, so 65j=78k65j=78k. Since Kelly left later, her time will be 12\tfrac{1}{2} hour less than Joni’s, so k=j12k=j-\tfrac{1}{2}:

{65j=78kk=j12 \left\{\begin{array}{l} 65j = 78k \\ k = j - \tfrac{1}{2} \end{array}\right.

We solve by substitution. Substitute j12j-\tfrac{1}{2} for kk in the first equation:

65j=78(j12)Distribute.65j=78j39Subtract 78j from each side.13j=39Divide each side by 13.j=3 \begin{array}{lrcl} & 65j &=& 78\left(j - \tfrac{1}{2}\right) \\[4pt] \text{Distribute.} & 65j &=& 78j - 39 \\[4pt] \text{Subtract }78j\text{ from each side.} & -13j &=& -39 \\[4pt] \text{Divide each side by }-13. & j &=& 3 \end{array}

Substituting j=3j=3 into k=j12k=j-\tfrac{1}{2} gives k=312=212k=3-\tfrac{1}{2}=2\tfrac{1}{2}.

Check: Joni drives 33 hours at 6565 mph, covering 195195 miles. Kelly drives 2122\tfrac{1}{2} hours at 7878 mph, also covering 195195 miles — the same distance. ✓ Kelly will catch up to Joni in 2122\tfrac{1}{2} hours; by then Joni will have traveled 33 hours.

Mitchell left Detroit on the interstate driving south towards Orlando at a speed of 60 miles per hour. Clark left Detroit 1 hour later, traveling at a speed of 75 miles per hour, following the same route as Mitchell. How long will it take Clark to catch Mitchell? Enter the time in hours.

Many real-world uniform motion applications arise because of the effect of a current — of water or air — on an object’s actual speed. Picture a boat with a still-water speed of bb traveling on a river whose current moves at speed cc. Going downstream, in the same direction as the current, the current helps push the boat along, so its actual speed is b+cb+c. Going upstream, against the current, the current slows the boat down, so its actual speed is bcb-c. Wind currents affect airplane speeds the same way: a tailwind (blowing in the same direction the plane flies) gives an actual speed of j+wj+w, and a headwind (blowing against the plane) gives an actual speed of jwj-w, where jj is the plane’s speed in still air and ww is the wind’s speed.

Example. Translate to a system of equations and then solve: a river cruise ship sailed 60 miles downstream for 4 hours and then took 5 hours sailing upstream to return to the dock. Find the speed of the ship in still water and the speed of the river current.

We are looking for the speed of the ship in still water and the speed of the current. Let s=s= the rate of the ship in still water and c=c= the rate of the current. Going downstream, the current helps the ship, so the actual rate is s+cs+c. Going upstream, the current slows the ship, so the actual rate is scs-c.

Rate (mph)Time (hrs)Distance (miles)
Downstreams+cs + c446060
Upstreamscs - c556060

Since rate times time is distance, we get the system of equations:

{4(s+c)=605(sc)=60 \left\{\begin{array}{l} 4(s + c) = 60 \\ 5(s - c) = 60 \end{array}\right.

We solve by elimination. First distribute, then divide each equation by its common factor to simplify:

{s+c=15sc=12 \left\{\begin{array}{l} s + c = 15 \\ s - c = 12 \end{array}\right.

Adding the two equations:

s+c=15sc=122s=27 \begin{array}{rcl} s + c &=& 15 \\ s - c &=& 12 \\ \hline 2s &=& 27 \end{array}

So s=13.5s=13.5. Substituting s=13.5s=13.5 into s+c=15s+c=15 gives c=1.5c=1.5.

Check: downstream, the ship’s actual rate is 13.5+1.5=1513.5+1.5=15 mph, and in 44 hours it travels 154=6015\cdot4=60 miles. ✓ Upstream, its actual rate is 13.51.5=1213.5-1.5=12 mph, and in 55 hours it travels 125=6012\cdot5=60 miles. ✓ The rate of the ship is 13.513.5 mph and the rate of the current is 1.51.5 mph.

A Mississippi river boat cruise sailed 120 miles upstream for 12 hours and then took 10 hours to return to the dock. Find the speed of the river boat in still water, in mph.

Example. Translate to a system of equations and then solve: a private jet can fly 1,095 miles in three hours with a tailwind but only 987 miles in three hours into a headwind. Find the speed of the jet in still air and the speed of the wind.

Let j=j= the speed of the jet in still air and w=w= the speed of the wind. In a tailwind, the wind helps the jet, so the rate is j+wj+w. In a headwind, the wind slows the jet, so the rate is jwj-w.

Rate (mph)Time (hrs)Distance (miles)
Tailwindj+wj + w331,0951{,}095
Headwindjwj - w33987987

Since rate times time is distance, the system of equations is:

{3(j+w)=1,0953(jw)=987 \left\{\begin{array}{l} 3(j + w) = 1{,}095 \\ 3(j - w) = 987 \end{array}\right.

We solve by elimination. Distribute, then add the equations:

3j+3w=1,0953j3w=9876j=2,082 \begin{array}{rcl} 3j + 3w &=& 1{,}095 \\ 3j - 3w &=& 987 \\ \hline 6j &=& 2{,}082 \end{array}

So j=347j=347. Substituting j=347j=347 into 3(j+w)=1,0953(j+w)=1{,}095 gives 3(347+w)=1,0953(347+w)=1{,}095, so 1,041+3w=1,0951{,}041+3w=1{,}095, and w=18w=18.

Check: with the tailwind, the jet’s actual rate is 347+18=365347+18=365 mph, and in 33 hours it flies 3653=1,095365\cdot3=1{,}095 miles. ✓ Into the headwind, its actual rate is 34718=329347-18=329 mph, and in 33 hours it flies 3293=987329\cdot3=987 miles. ✓ The rate of the jet is 347347 mph and the rate of the wind is 1818 mph.

A small jet can fly 1,325 miles in 5 hours with a tailwind but only 1,035 miles in 5 hours into a headwind. Find the speed of the wind, in mph.

Key terms

complementary angles — two angles whose measures add to 9090 degrees; each is called the complement of the other. supplementary angles — two angles whose measures add to 180180 degrees; each is called the supplement of the other. tailwind — a wind current blowing in the same direction a plane is flying, so it increases the plane’s actual speed to j+wj+w. headwind — a wind current blowing against the direction a plane is flying, so it decreases the plane’s actual speed to jwj-w.


This section is adapted from Intermediate Algebra 2e, Section 4.2: Solve Applications with Systems of Equations by Lynn Marecek, MaryAnne Anthony-Smith, and Andrea Honeycutt Mathis, © OpenStax, licensed under CC BY-NC-SA 4.0. Access the original for free at openstax.org. Changes: recreated the right-triangle and fenced-yard figures as accessible inline graphics and described the river-current and wind-current illustrations in prose; wrote each system of equations and its elimination or substitution steps as display-math blocks; omitted the “Be Prepared” readiness quiz, the Media link, and the Section 4.2 Exercises (“Practice Makes Perfect”) block; and converted the practice problems (“Try Its”) into interactive exercises with instant feedback.