A first-degree equation is one whose unknown variable is raised to a power of one. Another word for any first-degree equation is a linear equation because when graphed using a table of values, a straight line is generated. Generally, to solve an equations means to find a value for the unknown variable that makes both sides of the equation true.
This skill is imperative to all types of math. Difficulty, however, increases as the variable increases in degree. For example, a first-degree equation is a lot easier to solve than a second-degree equation – known as a quadratic equation.
Here are some examples of a first-degree equation
- 5 = x + 1
- 3(x + 4) = 2(x – 5)
Notice that in the examples, x is the only variable only used. For simplicity sake, we will limit ourselves to solving equations having just one variable. That said, every question has two sides:
The value of the variable that makes the sides of an equation equal to each other is called a solution. Finding the solution requires that you know how to manipulate expressions, which oftentimes involves combining like terms and expanding – two concepts extensively studied last unit. Depending on what the equation is modelling, the solution tells us something important that we would not otherwise know.
Let’s try solving an equation by trial-and-error (guess and check), that way we don’t have to rely on any specific technique. Try finding a value of x for 5 = x + 1 that would make the right side and left side the same. It’s easy to see that the only solution here is 4; therefore, x = 4 satisfies the equation. We could have also found x = 4 algebraically by isolating the variable x to one side exclusively. Currently, the terms on the right side are x and +1. We can subtract –1 from both sides to eliminate the +1:
null
Another way to communicate what just happen is you moved the +1 over to the other side. Moving a positive term over the equal sign makes it negative, and the opposite is true if it were negative.
Equations Having Symbols of Grouping
Let’s try solving an equation containing parentheses:
5 = 2(x + 1)
You’ll notice now that our target variable is inside brackets. You could “liberate” the x in two main ways. The first way involves dividing both sides by 2, which will cancel out the 2 on the right side:
null
You then bring the +1 over to left side, where is becomes:
null
The other way you could solve for x is by expanding right side first:
5 = 2x + 2
Then move the +2 over (it becomes negative):
5 – 2 = 2x
3 = 2x
x = 1.5
To check your answer, you can always substitute your answer back into the original equation to see if it works. Always use the original equation in case you manipulated the others incorrectly.
Sometimes you may have expand by the FOIL method. For example, if you’re given 2x² = 2(x + 1)(x + 2), the right side will be need to be fully expanded. The expanded version is shown:
null
The right side is now fully expanded, so it’s time to dedicate one side to terms containing variables only. This will enable you to collect like terms and eventually solve.
null
A more complicated and thorough explanation of an equation requiring polynomial expansion can be found in Question 1 below:
Equations Having the Unknown in Two or More Terms
Sometimes you’ll have to solve an equation where two or more terms contain the unknown variable:
2x + 3 = –3 – x
When this happens, you need to move all the terms containing the variable over to one side (choose the side that’s most convenient). By doing this, you can combine like terms then solve:
- Move –x to left side, becomes +x
- Move +3 to right side, becomes –3
2x + x = –3 – 3
3x = –6
- Divide both sides by 3
null
Questions 1 and 2 in the video below relate to these type types of questions – you may skip 3 and 4.
Equations Having Fractions
Arguably, solving first-degree equations containing fractions requires the most work. Luckily, there are several ways you could make the equation easier to work with. Let’s start with a simple example:
null
Of course you could solve this by guessing and checking. Although a more practical way would be to do this algebraiclly by multiplying both sides of the equation by the lowest common denominator (LCD). The only denominator here worth mentioning is the 10 underneath the x. By multiplying the left side by 10, the 10 cancels out in the denominator, and the 5 on the right side becomes 50:
null
If you get something a little more complex, such as:
null
This time the lowest common denominator is 35 (a tutorial on find the LCD can be found here). You now multiply every term by 35:
null
It looks more complicated than it actually is. Technically, everything that was done above can be summarized under one technique known as cross-multiplying. Cross multiplication involves multiplying each denominator to the opposite numerator; by doing this, the denominators disappear. The animation is shown below:
Let’s look at a few more examples where equations containing fractions are solved by this technique.