Related to "simplification" problems are some "solving" problems. Just as some expressions contain parentheticals and even nested grouping symbols, so also do some equations. The simplification process is the same, whether we're working with expressions (and thus only simplifying) or equations (so we're also solving). But, because the "equals" sign can cause confusion, especially if the instructor has been a bit careless, I'm going to work some "solving" exercises and, as we go, highlight where there might be pitfalls. (In other words, this page is an expansion of my comment on the previous page.)
Content Continues Below
Let's look at a typical linear equation that contains some parentheticals.
This equation has some nested grouping symbols on the left-hand side. As usual, I'll simplify from the inside out. I'll start by inserting the "understood" 1 in front of that innermost set of parentheses:
3 + 2[4x − (4 + 3x)] = −1
3 + 2[4x − 1(4 + 3x)] = −1
3 + 2[4x − 1(4) − 1(3x)] = −1
3 + 2[4x − 4 − 3x] = −1
3 + 2[1x − 4] = −1
3 + 2[1x] + 2[−4] = −1
3 + 2x − 8 = −1
2x + 3 − 8 = −1
2x − 5 = −1
2x − 5 + 5 = −1 + 5
2x = 4
x = 2
It is not required that you write out this many steps; once you get comfortable with the process, you'll probably do a lot of this in your head. But until you reach that comfort zone, you should write things out at least this clearly and completely.
Always remember, by the way, that you can check your answers in "solving" problems by plugging the numerical answer back in to the original equation. In this case, the variable is only in terms on the left-hand side (LHS) of the equation; my "check" (that is, my evaluation at the solution value) looks like this:
LHS: 3 + 2[4x − (4 + 3x)]:
3 + 2[4(2) − (4 + 3(2))]
3 + 2[8 − (4 + 6)]
3 + 2[8 − (10)]
3 + 2[−2]
3 − 4
−1
Since this is what I was supposed to get for the right-hand side (that is, I've shown that the LHS is equal to the RHS), my solution value was correct.
Affiliate
Advertisement
Note the difference between the exercise at the top of this page and all the preceeding exercises. This was a "solving" problem, whereas the previous ones had been "simplifying" problems. That is, the exercise above started with an equation (that is, it started something with an "equals" sign in it) and I was supposed to find a solution (that is, I was supposed to find something of the form "(some variable) equals (some number)"). On the other hand, for the previous exercises I had started with an expression (that is, I had started with something containing no "equals" sign) and had ended up with a different version of the same expression (in particular, I ended up with something that still contained no "equals" sign).
Why am I making a big deal about this? Because (warning!) many students, for whatever reason, conflate "equations" and "expressions". That is, given an expression to simplify, the student will somehow turn the problem into an equation to solve. This error will look something like the following:
As you can see, the student somehow (at the red arrow) converted the expression "2x − 6" into the equation "2x = 6", and then somehow "solved" the expression. But the original problem didn't have an "equals" sign in it, so there was nothing to solve!
Be careful that you don't do this. And, to help yourself be careful, strive to use "equals" signs only when you're working with equations. If what they gave you didn't start with an "equals" sign in it, then your answer probably shouldn't have one, either.
(Yes, you've probably seen at least one instructor who would "simplify" by saying "this expression equals this expression, which equals this expression, which equals...", and so forth, putting "equals" signs in between each step of the simplification process. I'm fairly certain that it is exactly this process which later leads to students trying to solve expressions. Those instructors knew what they meant; to make sure that you know what you mean, reserve the "equals" signs for equations.)
Content Continues Below
Let's look at some more examples:
This is a "simplification" problem, since (1) there is no "equals" sign in the original problem and (2) they told me to simplify. I will simplify the expression from the inside out, and will end up with an equivalent, but simpler, expression as my answer. (In particular, I will not end up with a value for the variable.)
6 − 10[x + (2x − 3)] + 12x
6 − 10[x + 2x − 3] + 12x
6 − 10[3x − 3] + 12x
6 − 10[3x] − 10[−3] + 12x
6 − 30x + 30 + 12x
−30x + 12x + 6 + 30
−18x + 36
I can't simplify any further, so this is my answer.
−18x + 36
Affiliate
What if they gave me something that was almost the same as the "simplify the expression" exercise above, but they'd turned it into an equation? Then I'd have something with an "equals" sign in it, and they'd be telling me to "solve", like this:
This is almost like the previous exercise, but it's an equation (that is, it's something with an "equals" in it) and I'm told to solve. I'll still need to simplify the nested parentheticals on the left-hand side (LHS), but my steps after the simplification will be different.
6 − 10[x + (2x − 3)] = −12x
6 − 10[x + 2x − 3] = −12x
6 − 10[3x − 3] = −12x
6 − 10[3x] − 10[−3] = −12x
6 − 30x + 30 = −12x
36 − 30x = −12x
I've done as much simplifying as I can do. Now I turn to the "solving" part:
36 − 30x = −12x
6 − 5x = −2x
6 = 5x − 2x
6 = 3x
2 = x
They gave me something with an "equals" in it and told me to solve; I've ended up with something with an "equals" in it, and it's the solution value they wanted. So my answer is:
x = 2
Affiliate
By the way, if you take the expression in the previous exercise and set it equal to zero (thus creating an equation which can be solved), you'll get a solution of x = 2.
This is not a mere coincidence. Later, when you study about the real roots of polynomials and how they relate to factorizations, you'll learn more about this. For now, just make sure that you're keeping straight the differences between simplifying expressions and solving equations.
This is a "solving" problem, since (1) there is an "equals" sign in the original problem and (2) they told me to solve. In order to find the solution, I will work on both sides of the equation, simplifying and rearranging things as I go, and will eventually end up with a solution of the form "(the variable) equals (some number)" as my answer.
Note: Even though this is an equation, even though I'm solving, and even though they gave me something that started out with an "equals" sign in it, I will not be putting an "equals" sign between my lines of working! Each line stands alone, and my working looks like this:
2(x + 3) = 4 − (2 − x)
2(x) + 2(3) = 4 − 1(2) − 1(−x)
2x + 6 = 4 − 2 + 1x
2x + 6 = 2 + x
2x − x + 6 = 2 + x − x
x + 6 = 2
x + 6 − 6 = 2 − 6
x = −4
I'm down to a solution value for the variable x, so I'm done.
x = −4
The parentheses aren't nested, so this is an easier exercise. My simplification process is:
2(x + 3) − 4 + (2 − x)
2x + 6 − 4 + 2 − x
2x − x + 6 + 2 − 4
x + 4
I can't go any further, so I'm done.
x + 4
Let me stress once again: To do "simplification" problems successfully, you need to take the time to write out each step; you must work from the inside out, being especially careful with the "minus" signs when they're right in front of grouping symbols; don't forget the Order of Operations (you'll be needing this for the rest of your life); and don't make the mistake of confusing "simplifying" an expression with "solving" an equation.
URL: https://www.purplemath.com/modules/simparen3.htm
© 2024 Purplemath, Inc. All right reserved. Web Design by