V Equations

Solving equations

Since both sides of an equation are either equal (true equation) or unequal (untrue equation), performing the same operation on both sides yields in the same answer. Multiplication and division have to be applied to all terms of an expression, while additions and subtractions are only applied once per expression. Examples:
x4=1x - 4 = -1 | +4+4 (isolate x to find its value)
x=3x = 3

When a variable shows up in both expressions, elimite the smaller one through subtraction:
9x=8x+49x = 8x + 4 | 8x-8x
9x8x=49x - 8x = 4
x=4x = 4 (1x=x)(1x = x)

Because 2x=2×x2x = 2 \times x, division has to be used to solve equations like 2x=102x = 10:
2x=102x = 10 | ÷2\div2
x=5x = 5

If the coefficient is negative the expressions should be divided by a negative number:
7y=35(7)y=35-7y = 35 \Harr (-7)y = 35 | ÷7\div-7
y=5y = -5

Considering that fractions signify division we multiply by the denominator:
x5=3\frac x 5 = -3 | ×35\times35 x=3×5x = -3 \times 5
x=15x = -15

x=4-x = -4 | ÷1\div-1
x=4x = 4

Simplifying Expressions

Elimination of Fractions in Equations

Fractions in equations can be removed by following these steps: y23=512y - \frac 2 3 = \frac {5}{12}

  1. Write everything as a fraction. Terms that are not fractions become numerators over 1 (x=x1x = \frac x 1).
    y123=512\frac y 1 - \frac 2 3 = \frac {5}{12}
  2. Find the lowest common denominator (12)
  3. Multiply every term by the LCD (12×y1×112×21×3=12×51×12\frac {12 \times y}{1 \times 1} - \frac {12 \times 2}{1 \times 3} = \frac {12 \times 5}{1 \times 12})
  4. Simplify to remove all fractions (12y8=512y - 8 = 5)

If a fraction serves as coefficient to a variable, the variable is moved to the numerator of the coefficient: 15y=1y5\frac 1 5 y = \frac {1y}{5}, 37x=3x7\frac 3 7 x = \frac {3x}{7}.

Like Terms

Terms with the same variables and exponents are alike and should be combined. The terms of 4y33xy+x94y^3 - 3xy + x -9 are:
4y34y^3
3xy-3xy
xx
9-9

Terms containing varialbes are variable terms. Those without variables are constant terms. Variable terms are made up of the variable part and the coefficient. The coefficient is the multiplicative factor in front of the variable. xx implies 1×x1 \times x and x-x implies 1×x-1 \times x. The expression 13ab+43ab1013ab + 4 - 3ab - 10 has the following sets of like terms:
13ab,3ab{ 13ab, -3ab }
+4,10{ +4, -10 }

All constant terms are like terms.
The terms 3y3y and 2y22y^2 are not like terms!

Like terms are combined by adding their coefficients: 13ab+(3ab)=10ab13ab + (-3ab) = 10ab. A term that simplifies to 00 can be omitted.

Simplifications for multiplications:
5(4x)=(5×4)×x=20x5(4x) = (5 \times 4) \times x = 20x
(3)(4y)=12y(-3)(-4y) = 12y

Distribution

If the inside of parantheses is an expression, the multiplication's distributive property helps in simplifying:
2(4+x)=2×4+2×x=8+2x=10x2(4 + x) = 2 \times 4 + 2 \times x = 8 + 2x = 10x
4(2a+3)=4(2a)+(4)3=8a+(12)=8a12-4(2a + 3) = -4(2a) + (-4)3 = -8a + (-12) = -8a -12 (x+y)=1×x+1×y=x+y-(x+y) = -1 \times x + -1 \times y = -x + -y

In complex expressions distribution comes before simplification of like terms. In equations, like terms can only be combined if they are on the same side of the equation:
x7=26x7=8x - 7 = -2 - 6 \Harr x - 7 = -8

(y2+3)(y+5)(y^2 + 3) (y + 5) | this is also solved by making use of the distributive property.

(y2y)+(y2+5)+(3y)+(15)(y^2 * y) + (y^2 + 5) + (3y) + (15)

y3+y2+5+3y+15y^3 + y^2 + 5 + 3y + 15

y3+y2+20+3yy^3 + y^2 + 20 + 3y

Eliminating Decimals

Equations containing decimals can be cleaned up by multiplying both sides by the place value furthest to the right in any number of the equation:

9.x0.05=10.5x+1.05-9.x - 0.05 = 10.5x + 1.05 | ×100\times 100
950x5=1050x+105-950x - 5 = 1050x + 105

Because the furthest place value of 0.05 and 1.05 is the hundreth.