-
Notifications
You must be signed in to change notification settings - Fork 0
/
Algebra-practice-computing-with-exponents.tex
112 lines (95 loc) · 2.42 KB
/
Algebra-practice-computing-with-exponents.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
\Section{Algebra practice---exponents}
\Subheading{Computing}
Evaluate each of these expressions by hand.
Your result should be an integer or a fraction in lowest terms.
Throughout this section, use a calculator to check your work \emph{after} trying each problem.
Be sure you're entering expressions like these into the calculator correctly.
{
\renewcommand{\arraystretch}{3.5}
\large
\begin{tabular}{>{$}p{3in}<{$}>{$}p{3in}<{$}}
2^4 = & \pfrac{1}{2}^4 =\\
2^3 = & \pfrac{1}{2}^3 =\\
2^2 = & \pfrac{1}{2}^2 = \\
2^1 = & \pfrac{1}{2}^1 = \\
2^0 = & \pfrac{1}{2}^0 = \\
2^{-1} = & \pfrac{1}{2}^{-1} = \\
2^{-2} = & \pfrac{1}{2}^{-2} = \\
2^{-3} = & \pfrac{1}{2}^{-3} = \\
2^{-4} = & \pfrac{1}{2}^{-4} =\\
\end{tabular}
}
\newpage
Use decimal notation for fractions on this page.
{
\renewcommand{\arraystretch}{3.5}
\large
\begin{tabular}{>{$}p{3in}<{$}>{$}p{3in}<{$}}
10^4 = & 0.1^4 =\\
10^3 = & 0.1^3 =\\
10^2 = & 0.1^2 = \\
10^1 = & 0.1^1 = \\
10^0 = & 0.1^0 = \\
10^{-1} = & 0.1^{-1} = \\
10^{-2} = & 0.1^{-2} = \\
10^{-3} = & 0.1^{-3} = \\
10^{-4} = & 0.1^{-4} =\\
\end{tabular}
}
\newpage
Express each of these as an integer or a fraction in lowest terms.
\begin{multicols}{2}
\begin{ProblemSet}[pencil space=1in]
\EqProb{-2^{-1}}
\EqProb{(-2)^{-1}}
\EqProb{0^2}
\EqProb{0^1}
\EqProb{0^0}
\EqProb{0^{-1}}
\EqProb{1^2}
\EqProb{1^1}
\EqProb{1^{-1}}
\EqProb{-1^2}
\EqProb{(-1)^2}
\EqProb{(-1)^3}
\EqProb{-2^2}
\EqProb{-(2^2)}
\EqProb{(-2)^2}
\EqProb{-2^3}
\EqProb{-(2^3)}
\EqProb{(-2)^3}
\EqProb{-2^{-2}}
\EqProb{-(2^{-2})}
\EqProb{(-2)^{-2}}
\EqProb{-2^{-3}}
\EqProb{-(2^{-3})}
\EqProb{(-2)^{-3}}
\EqProb{\pfrac{1}{2}^{-1}}
\EqProb{-\pfrac{1}{2}^{-1}}
\EqProb{\left(-\pfrac{1}{2}\right)^{-1}}
\end{ProblemSet}
\end{multicols}
\newpage
Express each of these as ten to an integer power.
\bigskip
\begin{multicols}{2}
\begin{ProblemSet}[pencil space=1in]
\EqProb{0.01^2}
\EqProb{-0.01^3}
\EqProb{(-0.1)^{-3}}
\EqProb{0.01^{-2}}
\EqProb{-0.01^{-2}}
\EqProb{(-0.01)^{-3}}
\EqProb{10 \times 10}
\EqProb{100 \times 0.1}
\EqProb{0.1 \times 0.1}
\EqProb{\frac{1}{0.1}}
\EqProb{\frac{0.1}{0.1}}
\EqProb{\frac{10}{0.1}}
\EqProb{\frac{0.001}{100}}
\end{ProblemSet}
\end{multicols}
%%% Local Variables:
%%% mode: LaTeX
%%% TeX-master: "Business-calculus-workbook"
%%% End: