Notes-Linear Equation in One Variable
Notes-Linear Equation in One Variable
in One Variable
A linear equation in one variable is an equation which can
be written in the form:
ax + b = c
for a, b, and c real numbers with a 0.
Linear equations in one variable:
2x + 3 = 11
2(x 1) = 8 can be rewritten 2x + ( 2) = 8.
2 1
x 5 x 7 can be rewritten x + 5 = 7.
3 3
Not linear equations in one variable:
2
2x + 3y = 11 (x 1) = 8
2 5 x7
3x
Two variables x is squared. Variable in the denominator
2
A solution of a linear equation in one variable is a real number
which, when substituted for the variable in the equation, makes
the equation true.
Example: Is 3 a solution of 2x + 3 = 11?
2x + 3 = 11 Original equation
2(3) + 3 = 11 Substitute 3 for x.
6 + 3 = 11 False equation
3 is not a solution of 2x + 3 = 11.
3
Addition Property of Equations
If a = b, then a + c = b + c and a c = b c.
4
Multiplication Property of Equations
a b
If a = b and c 0, then ac = bc and .
c c
That is, an equation can be multiplied or divided by the same
nonzero real number without changing the solution of the
equation.
Example: Solve 2x + 7 = 19.
2x + 7 = 19 Original equation
The solution is preserved when 7 is
2x + 7 7 = 19 7 subtracted from both sides.
2x = 12 Simplify both sides.
1 1 The solution is preserved when each side
( 2 x ) (12) 1
2 2 is multiplied by .
2
x=6 6 is the solution.
2(6) + 7 = 12 + 7 = 19 Check the answer.
5
To solve a linear equation in one variable:
1. Simplify both sides of the equation.
2. Use the addition and subtraction properties to get all variable terms
on the left-hand side and all constant terms on the right-hand side.
3. Simplify both sides of the equation.
4. Divide both sides of the equation by the coefficient of the variable.
3x + 15 + 4 = 1 – 2x – 12 Simplify.
3x + 19 = – 2x – 11 Simplify.
3x = – 2x – 30 Subtract 19.
5x = – 30 Add 2x.
x = 6 Divide by 5.
The solution is 6.
3(– 6 + 5) + 4 = 1 – 2(– 6 + 6) Check.
3(– 1) + 4 = 1 – 2(0)
3 + 4 = 1 True
7
Equations with fractions can be simplified by multiplying both
sides by a common denominator.
1 2 1
Example: Solve x ( x 4). The lowest common denominator
2 3 3 of all fractions in the equation is 6.
1 2 1
6 x 6 ( x 4) Multiply by 6.
2 3 3
3x + 4 = 2x + 8 Simplify.
3x = 2x + 4 Subtract 4.
x=4 Subtract 2x.
1 2 1
(4) ((4 ) 4) Check.
2 3 3
2 1
2 (8)
3 3
8 8
True
3 3
8
Aman has a coin purse containing 540 in dimes and quarters.
There are 24 coins all together. How many dimes are in the
coin purse?
Let the number of dimes in the coin purse = d.
Then the number of quarters = 24 d.
10d + 25(24 d) = 540 Linear equation
9
The sum of three consecutive integers is 54. What are the
three integers?
Three consecutive integers can be represented as
n, n + 1, n + 2.
n + (n + 1) + (n + 2) = 54 Linear equation
3n = 51 Subtract 3.
n = 17 Divide by 3.
10