Interactive Algebra Review

You have reached an old version of the tutorial.
Click here to go to the newest version of this tutorial with accompanying adaptive game version and practice.

This topic can calso be found in Section 0.1 of Applied Calculus and Finite Mathematics

0.1 Real Numbers

The real numbers are the numbers that can be written in decimal notation, including those that require an infinite decimal expansion. The set of real numbers includes all integers, positive and negative; all fractions; and the irrational numbers, those whose decimal expansions never repeat. Examples of irrational numbers are
2 = . . .     π = . . .     e = . . .

It is very useful to picture the real numbers as points on the real line, as shown here.

Note that larger numbers appear to the right: if a < b then the point corresponding to b is to the right of the one corresponding to a.

Intervals

Some subsets of the set of real numbers, called intervals, show up quite often and so we have a compact notation for them.

Interval Notation

Here is a list of types of intervals along with examples.

IntervalDescriptionPictureExample
Closed [a, b] Set of numbers x with
a ≤ x ≤ b

(includes end points)
[0, 10]
Open (a, b)Set of numbers x with
a < x < b

(excludes end points)
(-1, 5)
Half-Open (a, b] Set of numbers x with
a < x ≤ b
(-3, 1]
[a, b) Set of numbers x with
a ≤ x < b
[-4, -1)
Infinite [a, +∞) Set of numbers x with
a ≤ x
[0, +∞)
(a, +∞) Set of numbers x with
a < x
(-3, +∞)
(-∞, b] Set of numbers x with
xb
(-∞, 0]
(-∞, b) Set of numbers x with
x < b
(-∞, 8)
(-∞, +∞) Set of all real numbers (-∞, +∞)

The points a and b of the closed interval [a, b] are called its endpoints. Open intervals have no endpoints, and each half-open interval has a single endpoint; for example (-1, 3] has 3 as its endpoint..

Operations

The five most common operations on the set of real numbers are:
  • addition
  • subtraction
  • multiplication
  • division
  • exponentiation
"Exponentiation" means the raising of a real number to a power; for instance, 23 = 2.2.2 = 8.

When we write an expression involving two or more of these operations, such as

we agree to use the following rules to decide on the order in which we do the operations:

Standard Order of Operations

1. Parentheses and Fraction Bars
Calculate the values of all expressions inside parentheses or brackets first, using the standard order of operations, and working from the innermost parentheses out. When dealing with a fraction bar, calculate the numerator and denominator separately and then do the division.

2. Exponents
Next, raise all numbers to the indicated powers.

3. Multiplication & Division
Next, do all the multiplications and divisions from left to right.

4. Addition and Subtraction
Last, do the remaining additions and subtractions from left to right.

 
Notes on Technology

Q1 A valid first step in the calculation of   (23 - 4) .5   is
  A   (6 - 4) .5   B   (8 - 4) .5   C   23 - 20 HELP

Q2 Thus, the complete calculation gives   (23 - 4) .5 =
  A   20   B   -12   C   36   D   42 HELP

Q3 The quantity   2/32-5 is
is not
the same as
2

32 - 5
HELP
Q4 The quantity   3*2/3+1 is
is not
the same as (3*(2/3))+1 .
HELP

Q5 The quantity
4(1 - 4)2

-9(5 - 3)2
is equal to    
Q6 The quantity
2
3

4 - 5
2
is equal to    
Q7 If x = 2, then
2*(1+0.1)^2*x 
is equal to    
Q8 If x = 2, then
(2-6/4-2)^x 
is equal to    

Entering Formulas

Any good calculator or computer program will respect the standard order of operations. However, we must be careful with division and exponentiation and often must use parentheses. The following table gives some examples of simple mathematical expressions and their calculator equivalents in the functional format used in most graphing calculators and computer programs. It also includes some for you to do.

Mathematical Expression Technology Equivalent Comments
2

3 - 5
2/(3-5) Note the use of parentheses instead of the fraction bar. If we omit the parentheses, we get the expression shown next.
2

3
-   5
2 - x

3 + x
2

3
× 5
(2/3)*5 Putting the fraction in parentheses ensures that it is calculated first. Some calculators will interpret 2/3*5 as 2/(3*5)
2

3x - 5
2x + y

1 + xy
2

3
x

y
23x - 2 2^(3*x) - 2 The caret "^" is commonly used to denote exponentiation. The parentheses tell the utility where the exponent ends. Enclose the entire exponent in parentheses.
23-25

2-7
2^(3-2)*5/(2-7)
or
(2^(3-2)*5)/(2-7)
Notice again the use of parentheses to hold the denominator together. We could also have enclosed the numerator in parentheses, although this is optional (why?).
3

8
23x-4
e2x - 1

2+e2x-1

Note on Accuracy
Here is one more fact about calculators (and calculations in general): A calculation can never give you an answer more accurate than the numbers you start with. As a general rule of thumb, if you have numbers measuring something in the real world (time, length, or gross domestic product, for example) and these numbers are accurate only to a certain number of digits, then any calculations you do with them will be accurate only to that many digits (at best). For example, if someone tells you that a rectangle has sides of length 2.2 ft and 4.3 ft, you can say that the area is (approximately) 9.5 sq ft, rounding to two significant digits. If you report that the area is 9.46 sq ft, as your calculator will tell you, the third digit is probably meaningless.

Now go over the examples and try some of the exercises in Section A.1 of the Algebra Review of Applied Calculus and Finite Mathematics and Applied Calculus

Alternatively, press "Next Tutorial" on the sidebar to go on to the next topic.

Top of Page

Last Updated: October, 2007
Copyright © 2007 Stefan Waner