Skip to main content

Math Trailhead

Section Math 111

This set of exercises is to help you assess your own algebra background knowledge before beginning Math 111. For more algebra practice resources, as well as links to study and review materials, checkout the complete Reed Math Trailhead.

Subsection Working with Functions

Evaluating and Interpreting Functions

Checkpoint 1. Evaluate a Function at Given Inputs.

Evaluate \(f(x)={2x^{2}+6}\) at the following values:
Answer 1.
\(8\)
Answer 2.
\(104\)
Answer 3.
\(2a^{2}+6\)
Answer 4.
\(8a^{2}+6\)
Answer 5.
\(2\mathopen{}\left(a+2\right)^{2}+6\)
Solution.
\(=2(-1)^2 + 6\)
\(=2 \cdot 1 + 6\)
\(= {8}\)
\(=2(7)^2 + 6\)
\(=2 \cdot 49 + 6\)
\(= {104}\)
\(={2a^{2}+6}\)
\(2(2a)^2 + 6\)
\(2\cdot 4a^2 + 6\)
\({8a^{2}+6}\)
\(2(a + 2)^2 + 6\)
\(2({a^{2}+4a+4}) + 6\)
\({2a^{2}+8a+8} + 6\)
\({2a^{2}+8a+14}\)

Checkpoint 2. Evaluate a Piecewise-Defined Function.

Given the piecewise function, find the function values.
\(f(x)={\begin{cases}\displaystyle{2x-1}\amp \text{if}\ x \lt 0\cr \displaystyle{6-5x}\amp \text{if}\ x \ge 0\end{cases}}\)
\(f(-3)=\)
\(f(0)=\)
\(f(2)=\)
\(f(8)=\)
Hint.
First find which part of the piecewise function the desired `x`-value is part of, then use that piece to evaluate the function value.
Answer 1.
\(-7\)
Answer 2.
\(6\)
Answer 3.
\(-4\)
Answer 4.
\(-34\)
Composing Functions

Checkpoint 3. Compose Two Functions.

Subsection Linear Equations

Equations and Graphs of Lines

Checkpoint 4. Find a Line Through Two Points.

Find a linear equation satisfying the following conditions:
Passes through the points \((-1,-1)\) and \((5,-9)\)
Write your answer using integers or fractions.
\(y =\)\(x +\)
Answer 1.
\(-{\frac{4}{3}}\)
Answer 2.
\(-{\frac{7}{3}}\)
Solution.
We are given two points:
\(x_1 = -1\text{,}\) \(y_1 = -1\text{,}\) \(x_2 = 5\text{,}\) and \(y_2 = -9\text{.}\)
Start by finding the slope:
\(m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{-9 + 1}{5 + 1} = \frac{{-8}}{{6}} = {-{\frac{4}{3}}}\)
Now we can use the point-slope formula to write the equation of this line:
\(y - y_1 = m(x - x_1)\)
\(m = {-{\frac{4}{3}}}\)
\(x_1 = -1\)
\(y_1 = -1\)
\(y + 1 = {-{\frac{4}{3}}}(x + 1)\)
To put the equation in slope-intercept form, distribute -4/3 and then add -1 to both sides.
\({y-\left(-1\right)} = {-{\frac{4}{3}}}x - {-{\frac{4}{3}}} \cdot -1\)
\({y-\left(-1\right)} = {-\left({\frac{4}{3}}\right)x-{\frac{4}{3}}}\)
\(y = {-{\frac{4}{3}}}x + {-{\frac{7}{3}}}\)
Note: To multiply fractions, we multiply straight across. For example \(\frac{2}{5} \cdot 6 = \frac{2}{5} \cdot \frac{6}{1} = \frac{12}{5}\text{.}\)
To add or subtract fractions we need a least common denominator (LCD). For example, \(\frac{2}{5} - 3 = \frac{2}{5} - \frac{3}{1} = \frac{2}{5} - \frac{15}{5} = -\frac{13}{5}\text{.}\)

Checkpoint 5. Write a Line from Its Slope and a Point.

Find an equation of the line with slope \(\displaystyle{{{\frac{1}{3}}} }\) that passes through the point \((4,3)\text{.}\) Write your solution in slope-intercept form.
Answer.
\(y = \left({\frac{1}{3}}\right)x+\left({\frac{5}{3}}\right)\)
Solution.
When trying to find the equation of a line with some information, start with the equation in slope-intercept form, that is, \(y = mx+b\text{.}\) Then substitute in any known information. In this case, we know the slope is \(m={{\frac{1}{3}}}\text{,}\) or
\(\displaystyle{ y = {{\frac{1}{3}}} x + b }\)
Next, substitute in the point \((4,3)\) or
\begin{equation*} \begin{aligned} 3 \amp = ({{\frac{1}{3}}})(4) + b \\ 3 \amp = {{\frac{4}{3}}} + b \end{aligned} \end{equation*}
Next, substract \({{\frac{4}{3}}}\) from both sides:
\begin{equation*} {{\frac{5}{3}}} = b \end{equation*}
and finally plug this value of b into the equation:
\begin{equation*} y = {{\frac{1}{3}}} x + {{\frac{5}{3}}} \end{equation*}

Checkpoint 6. Read and Model a Line from Its Graph.

The graph of the function \(y=f(x)\) is given by the line displayed above.
Find \(f(2)=\)
Find \(f(5)=\)
So, the slope is \(m=\)
Find an equation for the line graphed above:
  • Do not use decimal approximations in your answer.
Hint.
Start by identifying a couple of “nice” points on the grid that the line passes through.
Once have two points for your line to pass through, you can determine the slope.
Use the point-slope form of a line. \(y = m (x-x_A) + y_A\)
Answer 1.
\(1\)
Answer 2.
\(3\)
Answer 3.
\({\frac{2}{3}}\)
Answer 4.
\(y = \frac{2}{3}\mathopen{}\left(x-2\right)+1\)
Solution.
The graphed line passes through the points: \(A = (-1,-1)\text{,}\) \(B = (2,1)\text{,}\) \(C = (5,3)\)
Select any pair of points on the line to compute the slope:
\(m = \frac{\Delta y}{\Delta x} = \frac{1 + 1}{2 + 1} = {{\frac{2}{3}}}\)
Use the point-slope form of a line:
\(y = m (x - x_A) + y_A\)
\(y = {{\frac{2}{3}}\mathopen{}\left(x-2\right)+1}\)

Subsection Polynomial and Rational Expressions

Simplifying Polynomials

Checkpoint 7. Expand and Simplify a Polynomial Expression.

Part 1 of 2:
Expand and simplify \(\displaystyle h(t) = t^2 - t(t-5)\text{.}\)
\(h(t)\) =
Answer.
\(5t\)
Factoring Polynomials

Checkpoint 8. Factor a Quadratic Polynomial.

Factor the following polynomial expression.
\(\displaystyle{ {12x^{2}-5x-3} }\)
Factored Form:
Answer.
\(\left(3x+1\right)\mathopen{}\left(4x-3\right)\)
Zeros and Intercepts

Checkpoint 9. Find the Intercepts of a Polynomial.

Find the intercepts of \(f(x)={5\mathopen{}\left(x-5\right)\mathopen{}\left(x-2\right)\mathopen{}\left(x-3\right)}\text{.}\) Enter intercepts as points. If you have more than one point, enter them as a comma separated list.
Answer 1.
\(\left(0,-150\right)\)
Answer 2.
\(\left(5,0\right), \left(2,0\right), \left(3,0\right)\)
Rational Equations and Functions

Checkpoint 10. Solve a Rational Equation.

Solve the rational equation. If there is more than one correct answer, enter a comma separated list. If there is no answer, enter “NONE”.
1+\(\dfrac{8}{p}=-\dfrac{12}{p^2}\)
\(p\) =
Answer.
\(-2, -6\)

Checkpoint 11. Find a Removable Discontinuity.

Let \(\displaystyle{ f(x)={\frac{x^{2}-36}{x+6}} }\text{.}\) Identify the removable discontinuity.
  • Removable Discontinuity: \(x=\)
Answer.
\(-6\)

Subsection Exponents and Logarithms

Exponent Rules

Checkpoint 12. Apply the Power and Product Rules.

Checkpoint 13. Simplify an Exponential Expression.

Logarithm Basics

Checkpoint 14. Evaluate Basic Logarithms.

Subsection Trigonometry

Exact Values and Right Triangles

Checkpoint 15. Find Exact Cosine Values on the Unit Circle.

Without using a calculator, state the exact value of the following trig functions for the specified angle.
  1. \(\displaystyle{ \cos\left({\frac{\pi }{4}}\right) = }\)
  2. \(\displaystyle{ \cos\left({\frac{3\pi }{4}}\right) = }\)
  3. \(\displaystyle{ \cos\left({\frac{5\pi }{4}}\right) = }\)
  4. \(\displaystyle{ \cos\left({\frac{7\pi }{4}}\right) = }\)
  5. \(\displaystyle{ \cos\left({\frac{9\pi }{4}}\right) = }\)
  6. \(\displaystyle{ \cos\left({\frac{-3\pi }{4}}\right) = }\)
  7. \(\displaystyle{ \cos\left({\frac{-5\pi }{4}}\right) = }\)
  8. \(\displaystyle{ \cos\left({\frac{-7\pi }{4}}\right) = }\)
Hint.
Do you notice anything about all the angles in this problem?
What is the reference angle for each?
And what does that tell you about the cosine of each angle?
Answer 1.
\(\frac{\sqrt{2}}{2}\)
Answer 2.
\(-\frac{\sqrt{2}}{2}\)
Answer 3.
\(-\frac{\sqrt{2}}{2}\)
Answer 4.
\(\frac{\sqrt{2}}{2}\)
Answer 5.
\(\frac{\sqrt{2}}{2}\)
Answer 6.
\(-\frac{\sqrt{2}}{2}\)
Answer 7.
\(-\frac{\sqrt{2}}{2}\)
Answer 8.
\(\frac{\sqrt{2}}{2}\)
Solution.
Right off the bat, you should recognize that all angles appearing in this problem have \({\frac{\pi }{4}}\) as their reference angle.
This means that the only difference in your answers will be whether your answer will be positive or negative.
The answer, of course, depends on the quadrant where \(\theta\) lives.
From our unit circle, we know that \(\cos({\frac{\pi }{4}}) = {\frac{\sqrt{2}}{2}}\text{.}\)
\({\frac{\pi }{4}}\) corresponds to the point \(({\frac{\sqrt{2}}{2}},{\frac{\sqrt{2}}{2}})\) on the unit circle;
and \(\cos(\theta)\) corresponds to the \(x\)-coordinate.
a. This is our reference angle. \({\frac{\pi }{4}}\) is in the first quadrant, where the \(x\)-coordinate (and therefore cosine) is positive.So, \(\cos({\frac{\pi }{4}}) = {\frac{\sqrt{2}}{2}}\text{.}\)
b. \({\frac{3\pi }{4}}\) is in the second quadrant, where the \(x\)-coordinate (and therefore cosine) is negative.So, \(\cos({\frac{3\pi }{4}}) = {-\frac{\sqrt{2}}{2}}\text{.}\)
c. \({\frac{5\pi }{4}}\) is in the third quadrant, where the \(x\)-coordinate (and therefore cosine) is negative.So, \(\cos({\frac{5\pi }{4}}) = {-\frac{\sqrt{2}}{2}}\text{.}\)
d. \({\frac{7\pi }{4}}\) is in the fourth quadrant, where the \(x\)-coordinate (and therefore cosine) is positive.So, \(\cos({\frac{7\pi }{4}}) = {\frac{\sqrt{2}}{2}}\text{.}\)
e. \({\frac{9\pi }{4}}\) is coterminal with \({\frac{\pi }{4}}\text{,}\) and both are in the first quadrant, where the \(x\)-coordinate (and therefore cosine) is positive.So, \(\cos({\frac{9\pi }{4}}) = {\frac{\sqrt{2}}{2}}\text{.}\)
f. \({\frac{-3\pi }{4}}\) is coterminal with \({\frac{5\pi }{4}}\text{,}\) and both are in the third quadrant, where the \(x\)-coordinate (and therefore cosine) is negative.So, \(\cos({\frac{-3\pi }{4}}) = {-\frac{\sqrt{2}}{2}}\text{.}\)
g. \({\frac{-5\pi }{4}}\) is coterminal with \({\frac{3\pi }{4}}\text{,}\) and both are in the second quadrant, where the \(x\)-coordinate (and therefore cosine) is negative.So, \(\cos({\frac{-5\pi }{4}}) = {-\frac{\sqrt{2}}{2}}\text{.}\)
h. \({\frac{-7\pi }{4}}\) is coterminal with \({\frac{\pi }{4}}\text{,}\) and both are in the first quadrant, where the \(x\)-coordinate (and therefore cosine) is positive.So, \(\cos({\frac{-7\pi }{4}}) = {\frac{\sqrt{2}}{2}}\text{.}\)

Checkpoint 16. Solve a Right Triangle.

Refer to the right triangle in the figure. Click on the picture to see it more clearly.
If , \(BC=8\) and the angle \(\alpha=50 ^\circ\text{,}\) find any missing angles or sides. Give your answer to at least 3 decimal digits.
AB =
AC =
\(\beta\)=
Answer 1.
\(6.7127970630123\)
Answer 2.
\(10.4432583233963\)
Answer 3.
\(40\)