Skip to main content

Section 9.2 Models with Systems of Equations

The key to this section is that we are still working with word problems, but we want to use systems of equations to solve them. If there are two unknowns and we aren't given the value of one of them, we will need two equations (in other words, a system of equations) to solve the problem.

You might have an instict for word problems. If that is the case, great, feel free to jump to the checkpoints below. However, many students are very uncomfortable with word problems. The hard part is translating the sentences into equations. Here is a step-by-step procedure that you might find helpful:

Example 9.6.

Suppose you are selling tickets to an event. There are two kinds of tickets: adult tickets cost $13.50, and child tickets cost $6.75. Suppose on one night you sold 41 tickets and made a total of $398.25. How many of each kind of ticket did you sell?

Step 1:

  • Adult tickets cost $13.50

  • Child tickets cost $6.75

  • Total tickets sold: 41

  • Total money made: $398.25

Step 2: The two totals we have are money made and tickets sold, so those will be our rows. The two things we don't know are the number of adult tickets sold and number of child tickets sold, so those will be our variables. So, our table looks like this:

Table 9.7. Table for Tickets Example
Adult Tickets Child Tickets Total amounts
Tickets Sold Number of Adult Tickets Number of Child Tickets Total tickets sold
Money Made Money from Adult Tickets Money from Child Tickets Total money made

Now, we want to fill in numbers to the inside of the table. Since the things we are looking for are the number of adult tickets sold and number of child tickets sold, we will make those our variables. We can pick any letters we want, but it's helpful to pick letters that are connected to what they represent. Let's say \(A\) is the number of adult tickets and \(C\) is the number of child tickets. Therefore, our table looks like this:

Table 9.8. Table for Tickets Example
Adult Tickets Child Tickets Total amounts
Tickets Sold \({\color{red}{A}}\) \({\color{red}{C}}\) \({\color{red}41}\)
Money Made Money from Adult Tickets Money from Child Tickets Total money made

Now we just have to fill in the last row, and this is where it will be helpful to pay close attention to our units. We want to figure out how much money we made just from adult tickets. We know we sold \(A\) tickets, and each ticket cost $13.50, so we can multiply them together to get our answer: we made \(13.5A\) from adult tickets. Similarly, we made \(6.75C\) from child tickets, so we can finish fillint out our table:

Table 9.9. Table for Tickets Example
Adult Tickets Child Tickets Total amounts
Tickets Sold \(A\) \(C\) \(41\)
Money Made \({\color{red}13.5A}\) \({\color{red}6.75C}\) \({\color{red}398.25}\)

Step 3: Each row in our table can now be turned into an equation:

\begin{equation*} \begin{cases} A + C \amp = 41\\ 13.5A + 6.75C \amp = 398.25 \end{cases} \end{equation*}

Step 4: You can use either substitution or elimination to solve this. We will use substitution for this example. We begin by solving the first equation for \(A\text{:}\)

\begin{equation*} A = 41-C \end{equation*}

Now we plug that into the second equation and solve:

\begin{align*} 13.5A + 6.75C \amp= 398.25\\ 13.5(41-C) + 6.75C \amp= 398.25\\ 553.5-13.5C+6.75C \amp= 398.25\\ 553.5 - 6.75C \amp= 398.25\\ -6.75C \amp= -155.25\\ C = 23 \end{align*}

We can now plug that into an earlier equation to find \(A\text{:}\)

\begin{equation*} A = 41-C = 41-23 = 18 \end{equation*}

Step 5: Looking back at our original problem, we wanted to know how many adult and child tickets we sold. This is where choosing good letters for our variables comes in very handy. We have our answer: we sold 18 adult tickets and 23 child tickets.

Checkpoint 9.10.

Suppose you have a store that sells long-sleeve shirts and short-sleeve shirts. Long-sleeve shirts cost $42.19 and short-sleeve shirts cost $32.84. On one day, you sold a total of 80 shirts and made $3029.25. How many of each kind of shirt did you sell?

Answer.

You sold 43 long sleeve shirts and 37 short-sleeve shirts.

Example 9.11.

In a chemistry experiment, you have two concentrations of hydrochloric acid: 13% solution and 43% solution. How much of each do you need to mix together in order to get 150 mL of solution that is 26.2% concentrated

Step 1:

  • Weak solution is 13%

  • Strong solution is 43%

  • Total liquid: 150 mL

  • Total acid: 26% of 150mL which is 39.3 mL

Step 2: The two totals we have are total liquid and total acid, so those will be our rows. The two things we don't know are the amount of week solution and amount of strong solution, so those will be our variables. So, our table looks like this:

Table 9.12. Table for Chemistry Example
Weak Solution Strong Solution Total amounts
Total Liquid Amount of weak solution Amount of strong solution Total liquid
Total acid Acid from weak solution Acid from strong solution Total acid

Now, we want to fill in numbers to the inside of the table. Since the things we are looking for are the amount of weak and strong solution, we will make those our variables. We can pick any letters we want, but it's helpful to pick letters that are connected to what they represent. Let's say \(W\) is the amount of weak solution and \(S\) is the amount of strong solution. Therefore, our table looks like this:

Table 9.13. Table for Chemistry Example
Weak solution Strong solution Total amounts
Total liquid \({\color{red}{W}}\) \({\color{red}{S}}\) \({\color{red}150}\)
Total acid Acid from weak solution Acid from strong solution Total acid

Now we just have to fill in the last row, and this is where it will be helpful to pay close attention to our units. We want to figure out how much acid we need from just the weak solution. We know we need \(W\) mL, and it is 13% acid, so we can multiply them together to get our answer: we need \(0.13W\) from the weak solution. Similarly, we need \(0.43S\) from the strong solution, so we can finish filling out our table:

Table 9.14. Table for Chemistry Example
Weak solution Strong solution Total amounts
Total liquid \(W\) \(S\) \(150\)
Total acid \({\color{red}0.13W}\) \({\color{red}0.43S}\) \({\color{red}39.3}\)

Step 3: Each row in our table can now be turned into an equation:

\begin{equation*} \begin{cases} W + S \amp = 150\\ 0.13W + 0.43S \amp = 39.3 \end{cases} \end{equation*}

Step 4: You can use either substitution or elimination to solve this. We will use substitution for this example. We begin by solving the first equation for \(W\text{:}\)

\begin{equation*} W = 150 - S \end{equation*}

Now we plug that into the second equation and solve:

\begin{align*} 0.13W + 0.43S \amp = 39.3\\ 0.13(150-S) + 0.43S \amp = 39.3\\ 19.5-0.13S + 0.43S \amp = 39.3\\ 19.5 + 0.3S \amp= 39.9\\ 0.3S \amp= 19.8\\ S= 66 \end{align*}

We can now plug that into an earlier equation to find \(W\text{:}\)

\begin{equation*} W = 150-S = 150-66 = 84 \end{equation*}

Step 5: Looking back at our original problem, we wanted to know how much of each original solution we need. This is where choosing good letters for our variables comes in very handy. We have our answer: we need 84 mL of the weak solution (13% solution) and 66mL of the strong solution (43% solution).

Example 9.15.

You have a total of $500 to invest. You put some of it in an account with Bank A which earns 7% yearly interest. You put the rest in an account with Bank B which earns 13% interest. At the end of the year, you have earned $51.02 in interest. How much did you invest in each account?

Step 1:

  • Total invested: $500

  • Bank A earns 7% interest

  • Bank B earns 13% interest

  • Total interest earned: $51.02

Step 2: The two totals we have are total money invested and total interest earned, so those will be our rows. The two things we don't know are the amount of money we put in each account, so those will be our variables. So, our table looks like this:

Table 9.16. Table for Finance Example
Bank A Bank B Total amounts
Total invested Amount invested in Bank A Amount invested in Bank B Total invested
Total interest earned Interest earned from Bank A Interest earned from Bank B Total interest earned

Now, we want to fill in numbers to the inside of the table. Since the things we are looking for are the amount invested in each account, we will make those our variables. We can pick any letters we want, but it's helpful to pick letters that are connected to what they represent. Let's say \(A\) is the amount invested in Bank A and \(B\) is the amount invested in Bank B. Therefore, our table looks like this:

Table 9.17. Table for Finance Example
Bank A Bank B Total amounts
Total invested \({\color{red}{A}}\) \({\color{red}{B}}\) \({\color{red}500}\)
Total interest earned Interest earned from Bank A Interest earned from Bank B Total interest earned

Now we just have to fill in the last row, and this is where it will be helpful to pay close attention to our units. We want to figure out how much interest we earned from just Bank A. We know we put $\(A\) in Bank A and it earns7% interest, so we can multiply them together to get our answer: we earn \(0.07A\) from Bank A. Similarly, we earn \(0.13B\) from Bank B, so we can finish filling out our table:

Table 9.18. Table for Finance Example
Bank A Bank B Total amounts
Total invested \(A\) \(B\) \(500\)
Total interest earned \({\color{red}0.07A}\) \({\color{red}0.13B}\) \({\color{red}51.02}\)

Step 3: Each row in our table can now be turned into an equation:

\begin{equation*} \begin{cases} A+B \amp = 500\\ 0.07A + 0.13B \amp = 51.02 \end{cases} \end{equation*}

Step 4: You can use either substitution or elimination to solve this. We will use substitution for this example. We begin by solving the first equation for \(A\text{:}\)

\begin{equation*} A = 500 - B \end{equation*}

Now we plug that into the second equation and solve:

\begin{align*} 0.07A + 0.13B \amp = 51.02\\ 0.07(500-B) + 0.13B \amp = 51.02\\ 35-0.07B + 0.13B \amp = 51.02\\ 35 + 0.06B \amp= 51.02\\ 0.06B \amp= 16.02\\ B= 267 \end{align*}

We can now plug that into an earlier equation to find \(W\text{:}\)

\begin{equation*} A = 500-B = 500-267=233 \end{equation*}

Step 5: Looking back at our original problem, we wanted to know how much we invested in each account. This is where choosing good letters for our variables comes in very handy. We have our answer: we put $233 in Bank A and $267 in Bank B.