Skip to main content
Logo image

Modeling, Functions, and Graphs

Section A.1 Numbers and Operations

Subsection Order of Operations

Numerical calculations often involve more than one operation. So that everyone agrees on how such expressions should be evaluated, we follow the order of operations.

Order of Operations.

  1. Simplify any expressions within grouping symbols (parentheses, brackets, square root bars, or fraction bars). Start with the innermost grouping symbols and work outward.
  2. Evaluate all powers and roots.
  3. Perform multiplications and divisions in order from left to right.
  4. Perform additions and subtractions in order from left to right.

Subsection Parentheses and Fraction Bars

We can use parentheses to override the multiplication-first rule. Compare the two expressions below.
\begin{align*} \amp\text{The sum of 4 times 6 and 10} \amp\amp \alert{4 \cdot 6} + 10\\ \amp\text{4 times the sum of 6 and 10} \amp\amp 4(\alert{6 + 10}) \end{align*}
In the first expression, we perform the multiplication \(4\times 6\) first, but in the second expression we perform the addition \(6 + 10\) first, because it is enclosed in parentheses.
The location (or absence) of parentheses can drastically alter the meaning of an expression. In the following example, note how the location of the parentheses changes the value of the expression.

Example A.1.

  1. \(\displaystyle \begin{aligned}[t]5-3\cdot \alert{4^2} \amp = 5-3\cdot 16\\ \amp = 5-48=-43 \end{aligned} \)
  2. \(\displaystyle \begin{aligned}[t]5-(\alert{3\cdot 4})^2 \amp = 5-12^2\\ \amp= 5-144 = -139 \end{aligned}\)
  3. \(\displaystyle \begin{aligned}[t](5-\alert{3\cdot 4})^2 \amp = (5-12)^2\\ \amp = (-7)^2 = 49 \end{aligned}\)
  4. \(\displaystyle \begin{aligned}[t](\alert{5-3})\cdot 4^2 \amp = 2\cdot 4^2\\ \amp = 2\cdot 16 = 32 \end{aligned}\)

Caution A.2.

In the expression \(5 - 12^2\text{,}\) which appears in Example A.1, the exponent \(2\) applies only to \(12\text{,}\) not to \(-12\text{.}\) Thus, \(5 - 12^2 \ne 5 + 144\text{.}\)
The order of operations mentions other grouping devices besides parentheses: fraction bars and square root bars. Notice how the placement of the fraction bar affects the expressions in the next example.

Example A.3.

  1. \(\displaystyle \begin{aligned}[t] \frac{1+2}{3\cdot 4} \amp = \frac{3}{12}\\ \amp = \frac{1}{4} \end{aligned}\)
  2. \(\displaystyle \begin{aligned}[t] 1+\frac{2}{3\cdot 4} \amp = 1+ \frac{2}{12}\\ \amp = 1+\frac{1}{6}=\frac{7}{6} \end{aligned} \)
  3. \(\displaystyle \begin{aligned}[t] \frac{1+2}{3}\cdot 4 \amp = \frac{3}{3}\cdot 4\\ \amp = 1\cdot 4=4 \end{aligned}\)
  4. \(\displaystyle \begin{aligned}[t] 1+\frac{2}{3}\cdot 4 \amp = 1+ \frac{8}{3}\\ \amp = \frac{3}{3}+\frac{8}{3}=\frac{11}{3} \end{aligned} \)

Subsection Radicals

You are already familiar with square roots. Every nonnegative number has two square roots, defined as follows:
\begin{equation*} \blert{s ~~\text{ is a square root of }~~ n ~~\text{ if }~~s^2 = n} \end{equation*}
There are several other kinds of roots, one of which is called the cube root, denoted by \(\sqrt[3]{n}\text{.}\) We define the cube root as follows.

Cube Roots.

\begin{equation*} b ~~\text{ is a cube root of }~~~ n ~~~\text{ if }~~~ b ~\text{ cubed equals }~~n. \end{equation*}
In symbols, we write
\begin{equation*} \blert{b=\sqrt[3]{n} ~~\text{ if } ~~ b^3=n} \end{equation*}

Note A.4.

Although we cannot take the square root of a negative number, we can take the cube root of any real number. For example,
\begin{equation*} \sqrt[3]{64}=4 ~~\text{ because }~~ 4^3=64 \end{equation*}
and
\begin{equation*} \sqrt[3]{-27}=-3 ~~\text{ because }~~ (-3)^3=-27 \end{equation*}
In the order of operations, simplifying radicals and powers comes after parentheses but before products and quotients.

Example A.5.

Simplify each expression.
  1. \(\displaystyle 3\sqrt[3]{-8}\)
  2. \(\displaystyle 2-\sqrt[3]{-125}\)
  3. \(\displaystyle \displaystyle{\frac{6-\sqrt[3]{-27}}{2}}\)
Solution.
  1. \(\displaystyle 3\sqrt[3]{-8}=3(-2)=-6\)
  2. \(\displaystyle 2-\sqrt[3]{-125}=2-(-5)=7\)
  3. \(\displaystyle \displaystyle{\frac{6-\sqrt[3]{-27}}{2}=\frac{6-(-3)}{2}=\frac{9}{2}}\)

Subsection Scientific Notation

Scientists and engineers regularly encounter very large numbers such as
\begin{equation*} 5,980,000,000,000,000,000,000,000 \end{equation*}
(the mass of the Earth in kilograms) and very small numbers such as
\begin{equation*} 0.000 \,000 \,000 \,000 \,000 \,000 \,000 \,001 \,67 \end{equation*}
(the mass of a hydrogen atom in grams). These numbers can be written in a more compact and useful form by using powers of \(10\text{.}\)
In our base \(10\) number system, multiplying a number by a positive power of \(10\) has the effect of moving the decimal place \(k\) places to the right, where \(k\) is the exponent in the power of \(10\text{.}\) For example,
\begin{equation*} 3\alert{.}529 \times 10^{\alert{2}} = 352\alert{.}9 ~~~\text{ and }~~~ 25 \times 10^4 = 250,000 \end{equation*}
Multiplying by a power of \(10\) with a negative exponent moves the decimal place to the left. For example,
\begin{equation*} 1728 \times 10^{-3} = 1.728 ~~~\text{ and }~~~ 4.6 \times 10^{-5} = 0.000046 \end{equation*}
Using this property, we can write any number as the product of a number between \(1\) and \(10\) (including \(1\)) and a power of \(10\text{.}\) For example, the mass of the Earth and the mass of a hydrogen atom can be expressed as
\begin{equation*} 5.98 \times 1024 \text{ kilograms}\hphantom{blank} \text{ and }\hphantom{blank}1.67 \times 10^{-24} \text{ gram} \end{equation*}
respectively. A number written in this form is said to be expressed in scientific notation.

To Write a Number in Scientific Notation:.

  1. Locate the decimal point so that there is exactly one nonzero digit to its left.
  2. Count the number of places you moved the decimal point: This determines the power of \(10\text{.}\)
    1. If the original number is greater than \(10\text{,}\) the exponent is positive.
    2. If the original number is less than \(1\text{,}\) the exponent is negative.

Example A.6.

Write each number in scientific notation.
  1. \(\displaystyle \begin{aligned}[t] 478,000 \amp = 4.78000 \times 10^5 \amp \amp \blert{\text{Move the decimal 5 places.}}\\ \amp = 4.78 \times 10^5 \end{aligned}\)
  2. \(\displaystyle \begin{aligned}[t] 0.00032 \amp= 00003.2 \times 10^{-4} \amp \amp \blert{\text{Move the decimal 4 places.}}\\ \amp = 3.2 \times 10^{-4} \end{aligned}\)

Example A.7.

The average American eats \(110\) kilograms of meat per year. It takes about \(16\) kilograms of grain to produce \(1\) kilogram of meat, and advanced farming techniques can produce about \(6000\) kilograms of grain on each hectare of arable land. (The hectare is \(10,000\) square meters, or just under \(2 \frac{1}{2}\) acres.) Now, the total land area of the Earth is about \(13\) billion hectares, but only about \(11\%\) of that land is arable. Is it possible for each of the \(7.6\) billion people on Earth to eat as much meat as Americans do?
Solution.
First we will compute the amount of meat necessary to feed every person on Earth \(110\) kilograms per year. In 2018 there are \(7.6 \times 10^9\) people on Earth.
\begin{equation*} (5.5\times 10^9 \text{ people})\times (110 \text{ kg/person}) = 8.36 \times 10^{11} \text{ kg of meat} \end{equation*}
Next we will compute the amount of grain needed to produce that much meat.
\begin{equation*} (16 \text{ kg of grain/kg of meat})\times (8.36 \times 10^{11} \text{ kg of meat}) = 1.34 \times 10^{13} \text{ kg of grain} \end{equation*}
Next we will see how many hectares of land are needed to produce that much grain.
\begin{equation*} (1.34\times 10^{13} \text{ kg of grain})\div(6000 \text{ kg/hectare}) = 2.23\times 10^{11} \text{ hectares} \end{equation*}
Finally, we will compute the amount of arable land available for grain production.
\begin{equation*} 0.11\times (13\times 10^9 \text{ hectares}) = 1.43\times 10^9 \text{ hectares} \end{equation*}
Thus, even if we use every hectare of arable land to produce grain for livestock, we will not have enough to provide every person on Earth with \(110\) kilograms of meat per year.

Subsection Section Summary

Subsubsection Vocabulary

Look up the definitions of new terms in the Glossary.
  • Order of operations
  • Scientific notation
  • Radical
  • Cube root
  • Grouping symbol
  • Fraction bar
  • Square root bar

Subsubsection SKILLS

Practice each skill in the exercises listed.
  1. Follow the order of operations: #1–26
  2. Compute cube roots: #27–39
  3. Use a calculator to simplify expressions: #31–42
  4. Evaluate an expression: #43–50
  5. Convert between standard and scientific notation: #51–54
  6. Compute using scientific notation: #55–62

Exercises Exercises A.1

Exercise Group.

For Problems 1-26, simplify each expression according to the order of operations.
1.
\(\dfrac{3(6-8)}{-2} - \dfrac{6}{-2} \)
2.
\(\dfrac{5(3-5)}{2} - \dfrac{18}{-3} \)
3.
\(6\left[3-2(4+1)\right] \)
4.
\(5\left[3+4(6-4)\right] \)
5.
\((4-3)\left[2+3(2-1)\right] \)
6.
\((8-6)\left[5+7(2-3)\right] \)
7.
\(64\div 8\left[4-2(3+1)\right] \)
8.
\(27\div 3\left[9-3(4-2)\right] \)
9.
\(5\left[3+(8-1)\right] \div (-25) \)
10.
\(-3\left[-2+(6-1)\right] \div 9 \)
11.
\(\left[-3(8-2)+3\right]\cdot \left[24\div 6\right] \)
12.
\(\left[-2+3(5-8)\right] \cdot \left[-15\div 3\right] \)
13.
\(-5^2\)
14.
\((-15)^2 \)
15.
\((-3)^4\)
16.
\(-3^4 \)
17.
\(-4^3\)
18.
\((-4)^3 \)
19.
\((-2)^5\)
20.
\(-2^5 \)
21.
\(\dfrac{4\cdot 2^3}{16}+3\cdot 4^2 \)
22.
\(\dfrac{4\cdot 3^2}{6}+(3\cdot 4)^2 \)
23.
\(\dfrac{3^2-5}{6-2^2} - \dfrac{6^2}{3^2} \)
24.
\(\dfrac{3\cdot 2^2}{4-1}+\dfrac{(-3)(2)^3}{6} \)
25.
\(\dfrac{(-5)^2-3^2}{4-6}+\dfrac{(-3)^2}{2+1} \)
26.
\(\dfrac{7^2-6^2}{10+3}-\dfrac{8^2\cdot (-2)}{(-4)^2} \)

Exercise Group.

For Problems 27-28, compute each cube root. Round your answers to three decimal places if necessary. Verify your answers by cubing them.
27.
  1. \(\displaystyle \sqrt[3]{512} \)
  2. \(\displaystyle \sqrt[3]{-125} \)
  3. \(\displaystyle \sqrt[3]{-0.064} \)
  4. \(\displaystyle \sqrt[3]{1.728} \)
28.
  1. \(\displaystyle \sqrt[3]{9} \)
  2. \(\displaystyle \sqrt[3]{258} \)
  3. \(\displaystyle \sqrt[3]{-0.002} \)
  4. \(\displaystyle \sqrt[3]{-3.1} \)

Exercise Group.

For Problems 29-30, simplify each expression according to the order of operations.
29.
  1. \(\displaystyle \dfrac{4-3\sqrt[3]{64}}{2} \)
  2. \(\displaystyle \dfrac{4+\sqrt[3]{-216}}{8-8\sqrt[3]{8}} \)
30.
  1. \(\displaystyle \sqrt[3]{3^3+4^3+5^3} \)
  2. \(\displaystyle \sqrt[3]{9^3+10^3-1^3} \)

Exercise Group.

For Problems 31-42, use a calculator to simplify each expression.
31.
\(\dfrac{-8398}{26\cdot 17} \)
32.
\(\dfrac{-415.112}{8.58+18.73} \)
33.
\(\dfrac{112.78+2599.124}{27.56} \)
34.
\(\dfrac{202,462-9510}{356} \)
35.
\(\sqrt{24\cdot 54} \)
36.
\(\sqrt{\dfrac{1216}{19}} \)
37.
\(\dfrac{116-35}{215-242} \)
38.
\(\dfrac{842-987}{443-385} \)
39.
\(\sqrt{27^2+36^2} \)
40.
\(\sqrt{13^2-4\cdot 21\cdot 2} \)
41.
\(\dfrac{-27-\sqrt{27^2-4(4)(35)}}{2\cdot 4} \)
42.
\(\dfrac{13+\sqrt{13^2-4(5)(-6)}}{2\cdot 5} \)

Exercise Group.

For Problems 43-50, evaluate the expression for the given values of the variable. Use your calculator where appropriate.
43.
\(\dfrac{5(F-32)}{9} \text{;}\) \(~~~F=212\)
44.
\(\dfrac{a-4s}{1-r} \text{;}\) \(~~~r=2, ~s=12, ~\) and \(~a=4\)
45.
\(P+Prt \text{;}\) \(~~~P=1000, ~ r=0.04, ~\) and \(~t=2\)
46.
\(R(1+at) \text{;}\) \(~~~R=2.5, ~a=0.05, ~\) and \(~t=20\)
47.
\(\dfrac{1}{2}gt^2-12t \text{;}\) \(~~~g=32 ~\) and \(~t=\dfrac{3}{4} \)
48.
\(\dfrac{Mv^2}{g} \text{;}\) \(~~~M=\dfrac{16}{3}, ~a=\dfrac{3}{2}, ~\) and \(~g=32\)
49.
\(\dfrac{32(V-v)^2}{g} \text{;}\) \(~~~V=12.78, ~v=4.26, ~\) and \(~g=32 \)
50.
\(\dfrac{32(V-v)^2}{g} \text{;}\) \(~~~V=38.3, ~v=-6.7, ~\) and \(~g=9.8\)

Exercise Group.

For Problems 51-52, write each number in scientific notation.
51.
  1. \(\displaystyle 285\)
  2. \(\displaystyle 8,372,000\)
  3. \(\displaystyle 0.024\)
  4. \(\displaystyle 0.000523\)
52.
  1. \(\displaystyle 68,742\)
  2. \(\displaystyle 481,000,000,000\)
  3. \(\displaystyle 0.421\)
  4. \(\displaystyle 0.000004\)

Exercise Group.

For Problems 53-54, write each number in standard notation.
53.
  1. \(\displaystyle 2.4 \times 10^{2} \)
  2. \(\displaystyle 6.87 \times 10^{15} \)
  3. \(\displaystyle 5.0 \times 10^{-3} \)
  4. \(\displaystyle 2.02 \times 10^{-4} \)
54.
  1. \(\displaystyle 4.8 \times 10^{3} \)
  2. \(\displaystyle 8.31 \times 10^{12} \)
  3. \(\displaystyle 8.0 \times 10^{-1} \)
  4. \(\displaystyle 4.31 \times 10^{-5} \)

Exercise Group.

For Problems 55-56, compute with the aid of a calculator. Write your answers in standard notation.
55.
  1. \(\displaystyle \dfrac{(2.4\times 10^{-8})(6.5\times 10^{32})}{5.2\times 10^{18}} \)
  2. \(\displaystyle \dfrac{(7.5\times 10^{-13})(3.6\times 10^{-9})}{(1.5\times 10^{-15})(1.6\times 10^{-11})} \)
56.
  1. \(\displaystyle \dfrac{(8.4\times 10^{-22})(1.6\times 10^{15})}{3.2\times 10^{-11}} \)
  2. \(\displaystyle \dfrac{(9.4\times 10^{24})(7.2\times 10^{-18})}{(4.5\times 10^{26})(6.4\times 10^{-16})} \)

57.

In 2018, the public debt of the United States was over $20,620,000,000,000.
  1. Express this number in scientific notation.
  2. If the population of the United States in 2018 was 327,112,000, what was the per capita debt (the debt per person) in 2018?

58.

A light-year is the number of miles traveled by light in 1 year (365 days). The speed of light is approximately 186,000 miles per second.
  1. Compute the number of miles in 1 light-year, and express your answer in scientific notation.
  2. The star nearest to the Sun is Proxima Centauri, at a distance of 4.3 light-hears. How long would it take Pioneer 10 (the first space vehicle to achieve escape velocity from the solar system), traveling at 32,114 miles per hour, to reach Proxima Centauri?

59.

The diameter of the galactic disk is about \(1.2\times 10^{18} \) kilometers, and our Sun lies about halfway from the center of the galaxy to the edge of the disk. The Sun orbits the galactic center once in 240 million years.
  1. What is the speed of the Sun in its orbit, in kilometers per year?
  2. What is its speed in meters per second?

60.

Lake Superior has an area of 31,700 square miles and an average depth of 483 feet.
  1. Find the approximate volume of Lake Superior in cubic feet.
  2. If 1 cubic foot of water is equivalent to 7.48 gallons, how many gallons of water are in Lake Superior?

61.

The average distance from the Earth to the Sun is \(1.5\times 10^{11} \) meters. The distance from the Sun to Proxima Centauri, the next closest star, is \(3.99\times 10^{16} \) meters. The most distant star visible to the unaided eye are 2000 times as far away as Proxima Centauri.
  1. How many times farther is Proxima Centauri from the Sun than the Sun is from Earth?
  2. How far from the Sun are the most distant visible stars?

62.

The radius of the Earth is \(6.37 \times 10^6 \) meters, and the radius of the Sun is \(6.96\times 10^{8} \) meters. The radii of the other stars range from 1% of the solar radius to 1000 times the solar radius.
  1. What fraction of the solar radius is the Earth’s radius?
  2. What is the range of stellar radii, in meters?