Skip to content Skip to navigation

Connexions

You are here: Home » Content » Elementary Algebra: Solving Linear Equations in One Variable

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

In these lenses

  • CCOTP

    This module is included inLens: CCOTP Lens
    By: Tahiya Marome

    Comments:

    "A module that is part of the featured content of the Community College Open Textbook Project"

    Click the "CCOTP" link to see all content selected in this lens.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Elementary Algebra: Solving Linear Equations in One Variable

Module by: John Redden

Summary: Elementary Algebra: An introduction to solving linear equations in one variable.

Module Overview

Learning how to solve various algebraic equations is one of our main goals in algebra. This module introduces the basic techniques for solving linear equations in one variable. (Prerequisites: Working knowledge of real numbers and their operations.)

Define Linear Equations in One Variable

We begin by establishing some definitions.

Definition 1: Equation
An equation is a statement indicating that two algebraic expressions are equal.
Definition 2: Linear Equation in One Variable
A linear equation in one variable xx size 12{x} {} is an equation that can be written in the form ax+b=0ax+b=0 size 12{ ital "ax"+b=0} {} where aa size 12{a} {} and bb size 12{b} {} are real numbers and a0a0 size 12{a <> 0} {}.

Following are some examples of linear equations in one variable, all of which will be solved in the course of this module.

x+3=5 x+3=5 (1)
x 3 + 1 2 = 2 3 x 3 + 1 2 = 2 3 (2)
5(3x+2)2=2(17x) 5(3x+2)2=2(17x) (3)

Solutions to Linear Equations in One Variable

The variable in the linear equation 2x+3=132x+3=13 size 12{2x+3="13"} {} is xx size 12{x} {}. Values that can replace the variable to make a true statement compose the solution set. Linear equations have at most one solution. After some thought, you might deduce that x=5x=5 size 12{x=5} {} is a solution to 2x+3=132x+3=13 size 12{2x+3="13"} {}. To verify this we substitute the value 5 in for xx size 12{x} {} and see that we get a true statement, 25+3=10+3=1325+3=10+3=13 size 12{2 left (5 right )+3="10"+3="13"} {}.

Example 1

Is x=3x=3 size 12{x=3} {} a solution to 2x3=92x3=9 size 12{ - 2x - 3= - 9} {}?

Yes, because 233=63=9233=63=9 size 12{ - 2 left (3 right ) - 3= - 6 - 3= - 9} {}

Example 2

Is a=12a=12 size 12{a= - { { size 8{1} } over { size 8{2} } } } {} a solution to 10a+5=2510a+5=25 size 12{ - "10"a+5="25"} {}?

No, because 1012+5=5+5=10251012+5=5+5=1025 size 12{ - "10" left ( - { { size 8{1} } over { size 8{2} } } right )+5=5+5="10" <> "25"} {}

When evaluating expressions, it is a good practice to replace all variables with parenthesis first, then substitute in the appropriate values. By making use of parenthesis we could avoid some common errors using the order of operations.

Example 3

Is y=3 y=3 size 12{y= - 3} {}  a solution to 2y5=y142y5=y14 size 12{2y - 5= - y - "14"} {} ? 2(    )5 = (    )14 Replace variables with parenthesis. 2( 3 )5 = ( 3 )14 Substitute the appropriate value. 65 = 314 Simplify. 11 = 11 True. 2(    )5 = (    )14 Replace variables with parenthesis. 2( 3 )5 = ( 3 )14 Substitute the appropriate value. 65 = 314 Simplify. 11 = 11 True. Yes because y=3y=3 produces a true mathematical statement.

Solving Linear Equations in One Variable

When the coefficients of linear equations are numbers other than nice easy integers, guessing at solutions becomes an unreasonable prospect. We begin to develop an algebraic technique for solving by first looking at the properties of equality.

Properties of Equality

Given algebraic expressions A and B where c is a real number:

property 1: Addition Property of Equality

If A=B then A+c=B+c If A=B then A+c=B+c

property 2: Subtraction Property of Equality

If A=B then A-c=B-c If A=B then A-c=B-c

property 3: Multiplication Property of Equality

If A=B and c0 then cA=cB If A=B and c0 then cA=cB

property 4: Division Property of Equality

If A=B and c0 then  A c = B c If A=B and c0 then  A c = B c

Note:

Multiplying or dividing both sides of an equation by zero is carefully avoided. Dividing by zero is undefined and multiplying both sides by zero will result in an equation 0=0.

To summarize, the equality is retained if we add, subtract, multiply and divide both sides of an equation by any nonzero real number. The central technique for solving linear equations involves applying these properties in order to isolate the variable on one side of the equation.

Example 4

Use the properties of equality to solve: x+3=5 x+3=5 x+3 = 5 x+33 = 53 Subtract 3 on both sides. x = 8 Simplify x+3 = 5 x+33 = 53 Subtract 3 on both sides. x = 8 Simplify The solution set is { 8 } { 8 } .

Example 5

Use the properties of equality to solve: 5x=35 5x=35 5x = 35 5x 5 = 35 5 Divide both sides by -5. x = 7 Simplify 5x = 35 5x 5 = 35 5 Divide both sides by -5. x = 7 Simplify The solution set is { 7 } { 7 } .

Two other important properties are:

property 5: Symmetric Property

If A=B then B=A. If A=B then B=A.

property 6: Transitive Property

If A=B and B=C then A=C. If A=B and B=C then A=C.

When solving, we often see 2=x 2=x but that is equivalent to x=2 x=2 .

Isolating the Variable

The idea behind solving in algebra is to isolate the variable. If given a linear equation of the form ax+b=c ax+b=c then we can solve it in two steps. First use the equality property of addition or subtraction to isolate the variable term. Next isolate the variable by using the equality property of multiplication or division. The property choice depends on the given operation, we choose to apply the opposite property of the given operation. For example, if given a term plus three we would first choose to subtract three on both sides of the equation. If given two times the variable then we would choose to divide both sides by two.

Example 6

Solve 2x+3=13 2x+3=13 . 2x+3 = 13 2x+33 = 133 Subtract 3 on both sides. 2x = 10 2x 2 = 10 2 Divide both sides by 2. x = 5 2x+3 = 13 2x+33 = 133 Subtract 3 on both sides. 2x = 10 2x 2 = 10 2 Divide both sides by 2. x = 5 The solution set is { 5 } { 5 } .

Example 7

Solve 3x2=9 3x2=9 . 3x2 = 9 3x2+2 = 9+2 Add 2 to both sides. 3x = 11 3x 3 = 11 3 Divide both sides by -3. x = 11 3 3x2 = 9 3x2+2 = 9+2 Add 2 to both sides. 3x = 11 3x 3 = 11 3 Divide both sides by -3. x = 11 3 The solution set is { 11 3 } { 11 3 }

Example 8

Solve x 3 + 1 2 = 2 3 x 3 + 1 2 = 2 3 . x 3 + 1 2 = 2 3 x 3 + 1 2 1 2 = 2 3 1 2 Subtract  1 2  on both sides. x 3 = 2 3 ( 2 2 ) 1 2 ( 3 3 ) x 3 = 4 6 3 6 x 3 = 1 6 3 x 3 = 3 1 6 Multiply both sides by 3. x = 1 2 x 3 + 1 2 = 2 3 x 3 + 1 2 1 2 = 2 3 1 2 Subtract  1 2  on both sides. x 3 = 2 3 ( 2 2 ) 1 2 ( 3 3 ) x 3 = 4 6 3 6 x 3 = 1 6 3 x 3 = 3 1 6 Multiply both sides by 3. x = 1 2 The solution set is { 1 2 } { 1 2 } .

In order to retain the equality, we must perform the same operation on both sides of the equation. To isolate the variable we want to remember to choose the opposite operation not the opposite number. For example, if we have -5x = 20 then we choose to divide both sides by -5, not 5.

Figure 1: Video Example 01

Multiplying by the Reciprocal

Recall that when multiplying reciprocals the result is 1, for example, ( 3 5 )( 5 3 )= 15 15 =1 ( 3 5 )( 5 3 )= 15 15 =1 . We can use this fact when the coefficient of the variable is a fraction.

Example 9

Solve 4 5 x5=15 4 5 x5=15 . 4 5 x5 = 15 4 5 x5+5 = 15+5 Add 5 on both sides. 4 5 x = 20 5 4 ( 4 5 x ) = 5 4 ( 20 ) Multiply both sides by  5 4 1x = 55 Simplify. x = 25 4 5 x5 = 15 4 5 x5+5 = 15+5 Add 5 on both sides. 4 5 x = 20 5 4 ( 4 5 x ) = 5 4 ( 20 ) Multiply both sides by  5 4 1x = 55 Simplify. x = 25 The solution set is { 25 } { 25 } .

Combining Like Terms and Simplifying

Linear equations typically will not be given in standard form and thus will require some additional preliminary steps. These additional steps are to first simplify the expressions on each side of the equal sign using the order of operations.

Opposite Side Like Terms

Given a linear equation in the form ax+b=cx+d ax+b=cx+d we must combine like terms on opposite sides of the equal sign. To do this we will use the addition or subtraction property of equality to combine like terms on either side of the equation.

Example 10

Solve for y: 2y+3=5y+17 2y+3=5y+17 2y+3 = 5y+17 2y+35y = 5y+175y Subtract 5y on both sides. 7y+3 = 17 7y+33 = 173 Subtract 3 on both sides. 7y = 14 7y 7 = 14 7 Divide both sides by -7. y = 2 2y+3 = 5y+17 2y+35y = 5y+175y Subtract 5y on both sides. 7y+3 = 17 7y+33 = 173 Subtract 3 on both sides. 7y = 14 7y 7 = 14 7 Divide both sides by -7. y = 2 The solution set is { 2 } { 2 } .

Same Side Like Terms

We will often encounter linear equations where the expressions on each side of the equal sign could be simplified. If this is the case then it is usually best to simplify each side first. After which we then use the properties of equality to combine opposite side like terms.

Example 11

Solve for a: 4a+2a=3+5a2 4a+2a=3+5a2 4a+2a = 3+5a2 Add same side like terms first. 5a+2 = 5a+1 5a+25a = 5a+15a Subtract 5a from both sides. 10a+2 = 1 10a+22 = 12 Subtract 2 from both sides. 10a = 1 10a 10 = 1 10 Divide both sides by -10. a = 1 10 4a+2a = 3+5a2 Add same side like terms first. 5a+2 = 5a+1 5a+25a = 5a+15a Subtract 5a from both sides. 10a+2 = 1 10a+22 = 12 Subtract 2 from both sides. 10a = 1 10a 10 = 1 10 Divide both sides by -10. a = 1 10 The solution set is { 1 10 } { 1 10 }

Simplifying Expressions First

When solving linear equations the goal is to determine what value, if any, will solve the equation. A general guideline is to use the order of operations to simplify the expressions on both sides first.

Example 12

Solve for x: 5(3x+2)2=2(17x) 5(3x+2)2=2(17x) 5(3x+2)2 = 2(17x) Distribute. 15x+102 = 2+14x Add same side like terms. 15x+8 = 2+14x 15x+814x = 2+14x14x Subtract 14x on both sides. x+8 = 2 x+88 = 28 Subtract 8 on both sides. x = 10 5(3x+2)2 = 2(17x) Distribute. 15x+102 = 2+14x Add same side like terms. 15x+8 = 2+14x 15x+814x = 2+14x14x Subtract 14x on both sides. x+8 = 2 x+88 = 28 Subtract 8 on both sides. x = 10 The solution set is { 10 } { 10 } .

Figure 2: Video Example 02

Conditional Equations, Identities, and Contradictions

There are three different kinds of equations defined as follows.

Definition 3: Conditional Equation
A conditional equation is true for particular values of the variable.
Definition 4: Identity
An identity is an equation that is true for all possible values of the variable. For example, x = x has a solution set consisting of all real numbers, .
Definition 5: Contradiction
A contradiction is an equation that is never true and thus has no solutions. For example, x + 1 = x has no solution. No solution can be expressed as the empty set {    }= {    }= .

So far we have seen only conditional linear equations which had one value in the solution set. If when solving an equation and the end result is an identity, like say 0 = 0, then any value will solve the equation. If when solving an equation the end result is a contradiction, like say 0 = 1, then there is no solution.

Example 13

Solve for x: 4(x+5)+6=2(2x+3) 4(x+5)+6=2(2x+3)