A. Order of Operations
When expressions have more than one operation, we need to know the order in which we perform the operations. Here are the rules for the order of operations:
Most calculators (scientific calculators and graphing calculators) follow the order of operations given above.
Example 1. Evaluate the expression 2×6−36÷(7−4)2.
2×6−36÷(7−4)2︸Start herePerform the operation within the parentheses.=2×6−36÷(3)2Perform the square.=2×6−36÷9Perform the multiplication and division from left to right.=12−4Finally, perform the subtraction.=8
When a fraction is involved, we treat the numerator and denominator as each being enclosed in parentheses. Perform the calculation in the numerator and then perform the calculation in the denominator. Finish the problem by performing the division.
Example 2. Use order of operations to simplify 128−4(2+14)7+52.128−4(2+14)7+52Working on the numerator, perform the calculation in the parentheses.=128−4(16)7+52Continuing with the numerator, perform the multiplication.=128−647+52Finishing with the numerator, perform the subtraction.=647+52Switching to the denominator, square 5 to get 25.=647+25Finishing with the denominator, compute the sum.=6432Perform the division.=2
Note: When evaluating expressions such as −24, treat the expression as −1⋅24. In this case, you would perform the power first and then the multiplication:
−24=−1⋅24=−1⋅16=−16
Practice Exercises
Use order of operations to simplify each of the following by hand. Leave any fractions as fractions, without computing a decimal equivalent. If you have a scientific or graphing calculator, check your answers using your calculator.
B. Distributive Law
In expressions involving multiplication and addition/subtraction, you can distribute the multiplication over the addition/subtraction. Here is a statement of the distributive law:
a(b+c)=ab+ac or a(b−c)=ab−ac
Example 1. Use the distributive law to remove the parentheses in the expression 3(2x+5).
In the expression 3(2x+5), a=3, b=2x, and c=5. Applying the distributive property gives:
3(2x+5)=(3)(2x)+(3)(5)=6x+15
Example 2. Apply the distributive law: −2(x−3).
−2(x−3)=(−2)(x)−(−2)(3)=−2x+6
Factoring an expression means writing it as a product of factors, or “unmultiplying” it. One way to factor an expression is to check to see whether the terms have a factor in common. If so, use the distributive law (in reverse) as follows:
ab+ac=a(b+c) or ab−ac=a(b−c)
Example 3. Factor 2x+4.
Both terms have a common factor of 2. So we factor out the 2 as follows:
4x+2=(2)(2x)+(2)(1)=2(2x+1)
Example 4. Factor 6x2−9x.
Both terms have a common factor of 3x. So we factor out the 3x as follows:
6x2−9x=(3x)(2x)−(3x)(3)=3x(2x−3)
Practice Exercises
In Practice Exercises 1–5, apply the distributive law to remove the parentheses.
In Practice Exercises 6–8, use the distributive law to factor.
C. Operations with Rational Numbers (Fractions)
Rational numbers (fractions) are numbers of the form mn where m and n(n≠0) are integers.
Adding and Subtracting Fractions
To add or subtract fractions, convert all the individual fractions to equivalent fractions that share the same denominator. Then add or subtract numerators and place the result over the shared denominator. The lowest common denominator (or LCD) is the simplest denominator that fractions have in common. Using the lowest common denominator usually makes the work easier.
Example 1. Subtract 16 from 34.
The denominators are 6=2⋅3 and 4=2⋅2. The lowest common denominator is 2⋅2⋅3=12.
34−56=3⋅34⋅3−5⋅26⋅2Replace each fraction with an equivalent fraction with a denominator of 12.3⋅34⋅3−5⋅26⋅2=912−1012=9−1012=−112Since both fractions have the same denominator, subtract the numerators.−112=−112It doesn't matter if the "_" is in the numerator or out in front of the entire fraction.
Multiplying Fractions
To multiply two fractions, multiply the numerators and multiply the denominators. You want to cancel any common factors before carrying out the multiplication, so write the numerators and denominators in factored form.
Example 2. Multiply 1549 by 1425.
1549×1425=15×1449×25=(5.3)×(2.7)(7.7)×(5.5)=635
Dividing Fractions
To divide any expression by a fraction, multiply the expression by the reciprocal of the fraction.
Example 3. Divide 5 by 16.
516=5.6=30
Example 4. Determine 12÷34.
12÷34=1234=12⋅43=1⋅42⋅3=2⋅22⋅3=23
Practice Exercises
Determine the values of the following. Express your answers in reduced form.