4.1: Different Equations?
Equation 1
x-3=2-4x
Which of these have the same solution as Equation 1? Be prepared to explain your reasoning.
Equation A
2x-6=4-8x
Equation B
x-5=\text-4x
Equation C
2(1-2x)=x-3
Equation D
\text-3=2-5x
Let's rewrite some more equations while keeping the same solutions.
Equation 1
x-3=2-4x
Which of these have the same solution as Equation 1? Be prepared to explain your reasoning.
Equation A
2x-6=4-8x
Equation B
x-5=\text-4x
Equation C
2(1-2x)=x-3
Equation D
\text-3=2-5x
Here is an equation, and then all the steps Clare wrote to solve it:
\begin{align}14x - 2x + 3 &= 3(5x + 9)\\12x + 3& = 3(5x + 9)\\3(4x+1)& = 3(5x + 9)\\4x + 1 &= 5x + 9\\1 &= x + 9\\ \text{-}8 &= x \end{align}
Here is the same equation, and the steps Lin wrote to solve it:
\begin{align}14x - 2x + 3 &= 3(5x + 9)\\12x + 3 &= 3(5x + 9)\\12x + 3 &= 15x + 27\\12x &= 15x + 24\\ \text{-}3x &= 24\\x &= \text{-}8 \end{align}
Mai:
\begin{align}14x - 2x + 3 &= 3(5x + 9) \\ 12x + 3 &= 3(5x + 9) \\ 7x + 3 &= 3(9) \\7x + 3 &= 27 \\7x &= 24 \\ x &= \frac{24}{7} \end{align}
Noah:
\begin{align}14x - 2x + 3 &= 3(5x + 9) \\ 12x + 3 &= 15x + 27 \\ 27x + 3 &= 27 \\ 27x& = 24 \\ x &= \frac{24}{27} \end{align}
Solve these equations for x.
1. \frac{12+6x}{3}=\frac{5-9}{2}
2. x-4=\frac13(6x-54)
3. \text-(3x-12)=9x-4
How do we make sure the solution we find for an equation is correct? Accidentally adding when we meant to subtract, missing a negative when we distribute, forgetting to write an x from one line to the next–there are many possible mistakes to watch out for!
Fortunately, each step we take solving an equation results in a new equation with the same solution as the original. This means we can check our work by substituting the value of the solution into the original equation. For example, say we solve the following equation:
\begin{align} 2x&=\text-3(x+5)\\ 2x&=\text-3x+15\\ 5x&=15\\ x&=3 \end{align}
Substituting 3 in place of x into the original equation,
\begin{align} 2(3) &= \text-3(3+5)\\ 6&= \text-3(8)\\ 6&=\text-24 \end{align}
we get a statement that isn't true! This tells us we must have made a mistake somewhere. Checking our original steps carefully, we made a mistake when distributing -3. Fixing it, we now have
\begin{align} 2x&=\text-3(x+5)\\ 2x&=\text-3x-15\\ 5x&=\text-15\\ x&=\text-3 \end{align}
Substituting -3 in place of x into the original equation to make sure we didn't make another mistake:
\begin{align} 2(\text-3) &= \text-3(\text-3+5)\\ \text-6&= \text-3(2)\\ \text-6&=\text-6 \end{align}
This equation is true, so x=\text-3 is the solution.