Lesson 15: Writing Systems of Equations

Let’s write systems of equations from real-world situations.

15.1: How Many Solutions? Matching

Match each system of equations with the number of solutions the system has.

  1. \(\begin{cases} y=\text-\frac43x+4 \\ y = \text-\frac43x-1 \end{cases}\)
  2. \(\begin{cases} y=4x-5 \\ y = \text-2x+7 \end{cases}\)
  3. \(\begin{cases} 2x+3y = 8 \\ 4x+6y = 17 \end{cases}\)
  4. \(\begin{cases} y= 5x-15 \\ y= 5(x-3) \end{cases}\)
  1. No solutions
  2. One solution
  3. Infinitely many solutions

15.2: Situations and Systems

For each situation:

  • Create a system of equations.
  • Then, without solving, interpret what the solution to the system would tell you about the situation.
  1. Lin’s family is out for a bike ride when her dad stops to take a picture of the scenery. He tells the rest of the family to keep going and that he’ll catch up. Lin's dad spends 5 minutes taking the photo and then rides at 0.24 miles per minute until he meets up with the rest of the family further along the bike path. Lin and the rest were riding at 0.18 miles per minute.
  2. Noah is planning a kayaking trip. Kayak Rental A charges a base fee of \$15 plus \$4.50 per hour. Kayak Rental B charges a base fee of \$12.50 plus \$5 per hour.
  3. Diego is making a large batch of pastries. The recipe calls for 3 strawberries for every apple. Diego used 52 fruits all together.
  4. Flour costs \$0.80 per pound and sugar costs \$0.50 per pound. An order of flour and sugar weighs 15 pounds and costs \$9.00.

15.3: Solving Systems Practice

Here is a lot of systems of equations:

  1. \(\begin{cases} y=\text-2x+6 \\ y=x-3 \end{cases}\)
  2. \(\begin{cases} y=5x-4 \\ y=4x+12 \end{cases}\)
  3. \(\begin{cases} y=\frac23x-4 \\ y=\text-\frac43x+9 \end{cases}\)
  4. \(\begin{cases} 4y + 7x = 6 \\ 4y+7x = \text-5 \end{cases}\)
  1. \(\begin{cases} y=0.24x\\ y=0.18x+0.9 \end{cases}\)
  2. \(\begin{cases} y=4.5x+15 \\ y=5x+12.5 \end{cases}\)
  3. \(\begin{cases} y=3x \\ x+y=52 \end{cases}\)
  1. Without solving, identify 3 systems that you think would be the least difficult for you to solve and 3 systems you think would be the most difficult. Be prepared to explain your reasoning.
  2. Choose 4 systems to solve. At least one should be from your "least difficult" list and one should be from your "most difficult" list.

Summary

We have learned how to solve many kinds of systems of equations using algebra that would be difficult to solve by graphing. For example, look at

\(\begin{cases} y = 2x -3 \\ x+2y=7 \end{cases}\)

The first equation says that $y=2x-3$, so wherever we see $y$, we can substitute the expression $2x-3$ instead. So the second equation becomes $x+2(2x-3) = 7$.

We can then solve for $x$:

\(\begin{align} x + 4x-6 &= 7 && \text{distributive property} \\ 5x-6 &= 7 && \text{combine like terms} \\ 5x &= 13 && \text{add 6 to each side} \\ x &= \frac{13}{5} && \text{multiply each side by $\frac15$} \end{align}\)

We know that the $y$ value for the solution is the same for either equation, so we can use either equation to solve for it. Using the first equation, we get:

\(\begin{align} y &= 2\left(\frac{13}{5}\right)-3 &&\text{substitute $x=\frac{13}{5}$ into the equation}\\ y &= \frac{26}{5}-3 &&\text{multiply $2\left(\frac{13}{5}\right)$ to make $\frac{26}5$}\\ y &=\frac{26}{5} - \frac{15}5 &&\text{rewrite 3 as $\frac{15}5$}\\ y &= \frac{11}5 \end{align}\)

If we substitute $x=\frac{13}5$ into the other equation, $x+2y=7$, we get the same $y$ value. So the solution to the system is $\left(\frac{13}{5},\frac{11}5\right)$.

There are many kinds of systems of equations that we will learn how to solve in future grades, like \(\begin{cases} 2x+3y = 6 \\ \text-x+2y = 3 \end{cases}\).

Or even \(\begin{cases} y = x^2 +1 \\ y = 2x+3 \end{cases}\).

Practice Problems ▶