Skip to main content
Logo image

Section 7.5 Solving Quadratic Equations Chapter Review

Subsection 7.5.1 Solving Quadratic Equations by Using a Square Root

In Section 1 we covered how to solve quadratic equations using the square root property and how to use the Pythagorean Theorem.

Example 7.5.1. Solving Quadratic Equations Using the Square Root Property.

Solve for \(w\) in \(3(2-w)^2-24=0\text{.}\)
Explanation.
It’s important here to suppress any urge you may have to expand the squared binomial. We begin by isolating the squared expression.
\begin{align*} 3(2-w)^2-24\amp=0\\ 3(2-w)^2\amp=24\\ (2-w)^2\amp=8 \end{align*}
Now that we have the squared expression isolated, we can use the square root property.
\begin{align*} 2-w\amp=-\sqrt{8}\amp\text{or}\amp\amp2-w\amp=\sqrt{8}\\ 2-w\amp=-\sqrt{\highlight{4}\cdot2}\amp\text{or}\amp\amp2-w\amp=\sqrt{\highlight{4}\cdot2}\\ 2-w\amp=-\sqrt{\highlight{4}}\cdot\sqrt{2}\amp\text{or}\amp\amp2-w\amp=\sqrt{\highlight{4}}\cdot\sqrt{2}\\ 2-w\amp=-\highlight{2}\sqrt{2}\amp\text{or}\amp\amp2-w\amp=\highlight{2}\sqrt{2}\\ -w\amp=-2\sqrt{2}-2\amp\text{or}\amp\amp-w\amp=2\sqrt{2}-2\\ w\amp=2\sqrt{2}+2\amp\text{or}\amp\amp w\amp=-2\sqrt{2}+2 \end{align*}
The solution set is \(\left\{2\sqrt{2}+2,-2\sqrt{2}+2\right\}\text{.}\)

Example 7.5.2. The Pythagorean Theorem.

Faven was doing some wood working in her garage. She needed to cut a triangular piece of wood for her project that had a hypotenuse of \(16\) inches, and the sides of the triangle should be equal in length. How long should she make her sides?
Explanation.
Let’s start by representing the length of the triangle, measured in inches, by the letter \(x\text{.}\) That would also make the other side \(x\) inches long.
Figure 7.5.3. Piece of wood with labels for Faven
Faven should now set up the Pythagorean theorem regarding the picture. That would be
\begin{equation*} x^2+x^2=16^2 \end{equation*}
Solving this equation, we have:
\begin{align*} x^2+x^2\amp=16^2\\ 2x^2\amp=256\\ x^2\amp=128\\ \highlight{\sqrt{\unhighlight{x^2}}}\amp=\highlight{\sqrt{\unhighlight{128}}}\\ x\amp=\sqrt{\highlight{64}\cdot2}\\ x\amp=\sqrt{\highlight{64}}\cdot\sqrt{2}\\ x\amp=\highlight{8}\sqrt{2}\\ x\amp\approx11.3 \end{align*}
Faven should make the sides of her triangle about \(11.3\) inches long to force the hypotenuse to be \(16\) inches long.

Subsection 7.5.2 The Quadratic Formula

In Section 2 we covered how to use the quadratic formula to solve any quadratic equation.

Example 7.5.4. Solving Quadratic Equations with the Quadratic Formula.

Solve the equations using the quadratic formula.
  1. \(\displaystyle x^2+4x=6\)
  2. \(\displaystyle 5x^2-2x+1=0\)
Explanation.
  1. First we should change the equation into standard form.
    \begin{align*} x^2+4x\amp=6\\ x^2+4x-6\amp=0 \end{align*}
    Next, we check and see that we cannot factor the left side or use the square root property so we must use the quadratic formula. We identify that \(\substitute{a=1}\text{,}\) \(\substitute{b=4}\text{,}\) and \(\substitute{c=-6}\text{.}\) We will substitute them into the quadratic formula:
    \begin{align*} x\amp=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\\ x\amp=\frac{-\substitute{4}\pm\sqrt{(\substitute{4})^2-4(\substitute{1})(\substitute{-6})}}{2(\substitute{1})}\\ \amp=\frac{-4\pm\sqrt{16+24}}{2}\\ \amp=\frac{-4\pm\sqrt{40}}{2}\\ \amp=\frac{-4\pm\sqrt{\highlight{4}\cdot10}}{2}\\ \amp=\frac{-4\pm\sqrt{\highlight{4}}\cdot\sqrt{10}}{2}\\ \amp=\frac{-4\pm\highlight{2}\sqrt{10}}{2}\\ \amp=-\frac{4}{2}\pm\frac{2\sqrt{10}}{2}\\ \amp=-2\pm\sqrt{10} \end{align*}
    So the solution set is \(\left\{-2+\sqrt{10},-2-\sqrt{10}\right\}\text{.}\)
  2. Since the equation \(5x^2-2x+1=0\) is already in standard form, we check and see that we cannot factor the left side or use the square root property so we must use the quadratic formula. We identify that \(\substitute{a=5}\text{,}\) \(\substitute{b=-2}\text{,}\) and \(\substitute{c=1}\text{.}\) We will substitute them into the quadratic formula:
    \begin{align*} x\amp=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\\ x\amp=\frac{-\substitute{(-2)}\pm\sqrt{\substitute{(-2)}^2-4(\substitute{5})(\substitute{1})}}{2(\substitute{5})}\\ \amp=\frac{2\pm\sqrt{4-20}}{10}\\ \amp=\frac{2\pm\sqrt{-16}}{10} \end{align*}
    Since the solutions have square roots of negative numbers, we must conclude that there are no real solutions.

Subsection 7.5.3 Complex Solutions to Quadratic Equations

In Section 3 we covered what both imaginary numbers and complex numbers are, as well as how to solve quadratic equations where the solutions are imaginary numbers or complex numbers.

Example 7.5.5. Imaginary Numbers.

Simplify the expression \(\sqrt{-12}\) using the imaginary number, \(i\text{.}\)
Explanation.
Start by splitting the \(-1\) from the \(12\) and by looking for the largest perfect-square factor of \(-12\text{,}\) which happens to be \(4\text{.}\)
\begin{align*} \sqrt{-12}\amp=\sqrt{\firsthighlight{4}\cdot\secondhighlight{-1}\cdot3}\\ \amp=\sqrt{\firsthighlight{4}}\cdot\sqrt{\secondhighlight{-1}}\cdot\sqrt{3}\\ \amp=\firsthighlight{2}\secondhighlight{i}\sqrt{3} \end{align*}

Example 7.5.6. Solving Quadratic Equations with Imaginary Solutions.

Solve for \(m\) in \(2m^2+16=0\text{,}\) where \(p\) is an imaginary number.
Explanation.
There is no \(m\) term so we will use the square root method.
\begin{align*} 2m^2+16\amp=0\\ 2m^2\amp=-16\\ m^2\amp=-8 \end{align*}
\begin{align*} m\amp=-\sqrt{-8} \amp\text{ or }\amp\amp m\amp=\sqrt{-8}\\ m\amp=-\sqrt{\firsthighlight{4}}\cdot\sqrt{\secondhighlight{-1}}\cdot\sqrt{2} \amp\text{ or }\amp\amp m\amp=\sqrt{\firsthighlight{4}}\cdot\sqrt{\secondhighlight{-1}}\cdot\sqrt{2}\\ m\amp=-\firsthighlight{2}\secondhighlight{i}\sqrt{2}\amp\text{ or }\amp\amp m\amp=\firsthighlight{2}\secondhighlight{i}\sqrt{2} \end{align*}
The solution set is \(\left\{-\firsthighlight{2}\secondhighlight{i}\sqrt{2},\firsthighlight{2}\secondhighlight{i}\sqrt{2}\right\}\text{.}\)

Example 7.5.7. Solving Quadratic Equations with Complex Solutions.

Solve the equation \(3(v-2)^2+54=0\text{,}\) where \(v\) is a complex number.
Explanation.
\begin{align*} 3(v-2)^2+54\amp=0\\ 3(v-2)^2\amp=-54\\ (v-2)^2\amp=-18 \end{align*}
\begin{align*} v-2\amp=-\sqrt{-18}\amp\text{ or }\amp\amp v-2\amp=\sqrt{-18}\\ v-2\amp=-\sqrt{\firsthighlight{9}\cdot\secondhighlight{-1}\cdot2}\amp\text{ or }\amp\amp v-2\amp=\sqrt{\firsthighlight{9}\cdot\secondhighlight{-1}\cdot2}\\ v-2\amp=-\sqrt{\firsthighlight{9}}\cdot\sqrt{\secondhighlight{-1}}\cdot\sqrt{2}\amp\text{ or }\amp\amp v-2\amp=\sqrt{\firsthighlight{9}}\cdot\sqrt{\secondhighlight{-1}}\cdot\sqrt{2}\\ v-2\amp=-\firsthighlight{3}\secondhighlight{i}\sqrt{2}\amp\text{ or }\amp\amp v-2\amp=\firsthighlight{3}\secondhighlight{i}\sqrt{2}\\ v\amp=2-\firsthighlight{3}\secondhighlight{i}\sqrt{2}\amp\text{ or }\amp\amp v\amp=2+\firsthighlight{3}\secondhighlight{i}\sqrt{2} \end{align*}
So, the solution set is \(\left\{2+\firsthighlight{3}\secondhighlight{i}\sqrt{2},2-\firsthighlight{3}\secondhighlight{i}\sqrt{2}\right\}\text{.}\)

Subsection 7.5.4 Solving Equations in General

In Section 2.1 we learned how to solve linear equations. In Section 6.4 we learned how to solve radical equations. In Section 1 and Section, we learned how to solve quadratic equations.
Then in Section 4 we looked at a few strategies to solve equations in general, often relying on those earlier specific techniques.

Example 7.5.8. Equations where the Variable Appears Once.

Solve the equations using an effective method.
  1. \(\displaystyle (x-4)^2-2=0\)
  2. \(\displaystyle \sqrt{3x+2}-2=5\)
  3. \(\displaystyle 3(5x-6)-7=2\)
Explanation.
  1. Since the variable \(x\) only appears once, we can apply steps one at a time to undo all of the operations that are done to \(x\) and eventually isolate it.
    \begin{align*} (x-4)^2-2\amp=0\\ (x-4)^2\amp=2\\ x-4\amp=\pm\sqrt{2}\\ x\amp=4\pm\sqrt{2} \end{align*}
    So the solution set is \(\left\{4+\sqrt{2},4-\sqrt{2}\right\}\)
  2. Since the variable \(x\) only appears once, we can apply steps one at a time to undo all of the operations that are done to \(x\) and eventually isolate it.
    \begin{align*} \sqrt{3x+2}-2\amp=5\\ \sqrt{3x+2}\amp=7\\ \left(\sqrt{3x+2}\right)^2\amp=7^2\\ 3x+2\amp=49\\ 3x\amp=47\\ x\amp=\frac{47}{3} \end{align*}
    At this point \(\frac{47}{3}\) is only a potential solution. We may have introduced an extraneous solution at the point where we squared both sides. So we should check it.
    \begin{align*} \sqrt{3\cdot\substitute{\frac{47}{3}}+2}-2\amp\wonder{=}5\\ \sqrt{47+2}\amp\wonder{=}7\\ \sqrt{49}\amp\confirm{=}7 \end{align*}
    So, the solution set is \(\left\{\frac{47}{3}\right\}\text{.}\)
  3. Since the variable \(x\) only appears once, we can apply steps one at a time to undo all of the operations that are done to \(x\) and eventually isolate it.
    \begin{align*} 3(5x-6)-7\amp=2\\ 3(5x-6)\amp=9\\ 5x-6\amp=3\\ 5x\amp=9\\ x\amp=\frac{9}{5} \end{align*}
    The solution set is \(\left\{\frac{9}{5}\right\}\text{.}\)

Example 7.5.9. Equations With More Than One Instance of the Variable.

Recognize that these equations have more than one instance of the variable, so it is not immediately possible to isolate the variable by undoing the operations that are done to it. Instead, call upon a special technique to solve the equation.
  1. \(\displaystyle (x-4)^2+2x=0\)
  2. \(\displaystyle 16x-2(3x-1)=7\)
  3. \(\displaystyle \sqrt{x+2}=x-4\)
Explanation.
  1. To solve the equation \((x-4)^2+2x=0\text{,}\) note that it is a quadratic equation, and we can write it in standard form.
    \begin{align*} (x-4)^2+2x\amp=0\\ x^2-8x+16+2x\amp=0\\ x^2-6x+16\amp=0 \end{align*}
    Now we may use the quadratic formula 7.2.2.
    \begin{align*} x\amp=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\\ x\amp=\frac{-(-6)\pm\sqrt{(-6)^2-4(1)(16)}}{2(1)}\\ \amp=\frac{6\pm\sqrt{36-48}}{2}\\ \amp=\frac{6\pm\sqrt{-12}}{2}\\ \end{align*}
    At this point, we notice that the solutions are complex. Continue to simplify until they are completely reduced.
    \begin{align*} x\amp=\frac{6\pm\sqrt{\firsthighlight{4}\cdot\secondhighlight{-1}\cdot3}}{2}\\ \amp=\frac{6\pm\sqrt{\firsthighlight{4}}\cdot\sqrt{\secondhighlight{-1}}\cdot\sqrt{3}}{2}\\ \amp=\frac{6\pm\firsthighlight{2}\secondhighlight{i}\sqrt{3}}{2}\\ \amp=\frac{6}{2}\pm\frac{2i\sqrt{3}}{2}\\ \amp=3\pm i\sqrt{3} \end{align*}
    So the solution set is \(\left\{3-i\sqrt{3},3+i\sqrt{3}\right\}\text{.}\)
  2. To solve the equation \(16x-2(3x-1)=3\) we first we first note that it is linear. Since it is linear, we just need to follow the steps outlined in Process 2.1.5.
    \begin{align*} 16x-2(3x-1)\amp=7\\ 16x-6x+3\amp=7\\ 10x+3\amp=7\\ 10x\amp=4\\ x\amp=\frac{4}{10}\\ x\amp=\frac{2}{5} \end{align*}
    So, the solution set is \(\left\{\frac{2}{5}\right\}\text{.}\)
  3. Since the equation \(\sqrt{x+2}=x-4\) is a radical equation, we should isolate the radical (which it already is) and square both sides of the equation.
    \begin{align*} \sqrt{x+2}\amp=x-4\\ \left(\sqrt{x+2}\right)^2\amp=\left(x-4\right)^2\\ x+2\amp=x^2-8x+16\\ 0\amp=x^2-9x+14 \end{align*}
    Since the equation is now quadratic, we may use the quadratic formula 7.2.2 to solve it.
    \begin{align*} x\amp=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\\ x\amp=\frac{-(-9)\pm\sqrt{(-9)^2-4(1)(14)}}{2(1)}\\ \amp=\frac{9\pm\sqrt{81-56}}{2}\\ \amp=\frac{9\pm\sqrt{25}}{2}\\ \amp=\frac{9\pm5}{2} \end{align*}
    \begin{align*} x\amp=\frac{9-5}{2}\amp\amp\text{or}\amp x\amp=\frac{9+5}{2}\\ x\amp=\frac{4}{2}\amp\amp\text{or}\amp x\amp=\frac{14}{2}\\ x\amp=2\amp\amp\text{or}\amp x\amp=7 \end{align*}
    Since this is a radical equation, we should verify our solutions and look out for “extraneous solutions”.
    \begin{align*} \sqrt{\substitute{2}+2}\amp\wonder{=}\substitute{2}-4\amp\amp\text{or}\amp\sqrt{\substitute{7}+2}\amp\wonder{=}\substitute{7}-4\\ \sqrt{4}\amp\reject{=}-2\amp\amp\text{or}\amp\sqrt{9}\amp\confirm{=}3 \end{align*}
    So the solution set is \(\{7\}\text{.}\)

Example 7.5.10. Solving For a Variable in Terms of Other Variables.

Often in science classes, you are given a formula that needs to be rearranged to be useful to a situation. Below are a few equations from physics that describe the natural world.
  1. Solve the equation \(v^2=v_0^2+2ax\) for \(x\text{.}\) (This equation describes the motion of objects that are accelerating.)
  2. Solve the equation \(c \ell=\ell_0\sqrt{c^2-v^2}\) for \(v\text{.}\) (This equation describes the size of things moving at very fast speeds.)
  3. Solve the equation \(y=\frac{\alpha t^2}{2}+vt\) for \(t\text{.}\) (This is another equation that describes the motion of objects that are accelerating.)
Explanation.
  1. Since \(x\) only appears once in the equation, we only need to undo the operations that are done to it.
    \begin{align*} v^2\amp=v_0^2+2ax\\ v^2-v_0^2\amp=2ax\\ \frac{v^2-v_0^2}{2a}\amp=x \end{align*}
    So we find \(x=\frac{v^2-v_0^2}{2a}\text{.}\)
  2. Since \(v\) only appears once in the equation, we only need to undo the operations that are done to it. According to the order of operations, on the right side of the equation,
    1. \(v\) is squared.
    2. The result is negated.
    3. The result is added to \(c^2\text{.}\)
    4. The result has a square root applied.
    5. The result is multiplied by \(\ell_0\text{.}\)
    So we do all of the opposite things in the opposite order.
    \begin{align*} c \ell\amp=\ell_0\sqrt{c^2-v^2}\\ \frac{c\cdot \ell}{\ell_0}\amp=\sqrt{c^2-v^2}\\ \left(\frac{c\cdot \ell}{\ell_0}\right)^2\amp=\left(\sqrt{c^2-v^2}\right)^2\\ \left(\frac{c\cdot \ell}{\ell_0}\right)^2\amp=c^2-v^2\\ \left(\frac{c\cdot \ell}{\ell_0}\right)^2-c^2\amp=-v^2\\ -\left(\frac{c\cdot \ell}{\ell_0}\right)^2+c^2\amp=v^2\\ \pm\sqrt{-\left(\frac{c\cdot \ell}{\ell_0}\right)^2+c^2}\amp=v\\ \pm\sqrt{c^2-\left(\frac{c\cdot \ell}{\ell_0}\right)^2}\amp=v \end{align*}
    So, we find \(v=\pm\sqrt{c^2-\left(\frac{c\cdot \ell}{\ell_0}\right)^2}\text{.}\)
  3. This is a quadratic equation when we view \(t\) as the variable. First, we should rearrange the equation to standard form.
    \begin{align*} y\amp=\frac{\alpha t^2}{2}+vt\\ 0\amp=\frac{\alpha }{2}t^2+vt-y \end{align*}
    It is helpful with many equations to “clear denominators”. In this case, that means multiplying each side of the equation by \(2\text{.}\)
    \begin{align*} 0\amp=\alpha t^2+2vt-2y \end{align*}
    Now, we may apply the quadratic formula 7.2.2.
    \begin{align*} t\amp=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\\ t\amp=\frac{-2v\pm\sqrt{(2v)^2-4\alpha (-2y)}}{2\alpha}\\ t\amp=\frac{-2v\pm\sqrt{4v^2+8\alpha y}}{2\alpha}\\ t\amp=\frac{-2v\pm\sqrt{4\left(v^2+2\alpha y\right)}}{2\alpha}\\ t\amp=\frac{-2v\pm2\sqrt{v^2+2\alpha y}}{2\alpha}\\ t\amp=\frac{-v\pm \sqrt{v^2+2\alpha y}}{\alpha} \end{align*}
    So we find \(t=\frac{-v\pm\sqrt{v^2+2\alpha y}}{\alpha}\text{.}\)

Exercises 7.5.5 Exercises

Solving Quadratic Equations by Using a Square Root.

1.
Solve the equation.
\(x^2 = 99\)
2.
Solve the equation.
\(x^2 = 45\)
3.
Solve the equation.
\(64x^2 = 121\)
4.
Solve the equation.
\(144x^2 = 49\)
5.
Solve the equation.
\(\left(x+10\right)^2 = 16\)
6.
Solve the equation.
\(\left(x - 8\right)^2 = 121\)
7.
Solve the equation.
\(0 - 4 ( x - 9 )^2 = -4\)
8.
Solve the equation.
\(-2 - 2 ( y - 9 )^2 = -10\)

Exercise Group.

9.
Find the value of \(x\text{.}\)
\(x={}\)
10.
Find the value of \(x\text{.}\)
\(x={}\)
11.
Casandra is designing a rectangular garden. The garden’s diagonal must be \(15.3\) feet, and the ratio between the garden’s base and height must be \(15:8\text{.}\) Find the length of the garden’s base and height.
The garden’s base is feet and its height is .
12.
Samantha is designing a rectangular garden. The garden’s diagonal must be \(19\) feet, and the ratio between the garden’s base and height must be \(4:3\text{.}\) Find the length of the garden’s base and height.
The garden’s base is feet and its height is .

The Quadratic Formula.

13.
\({x^{2}-12x+32}=0\)
14.
\({x^{2}-x+9}=0\)
15.
\({x^{2}-4x+7}=0\)
16.
\({x^{2}+{\frac{12}{5}}x+{\frac{36}{25}}}=0\)
17.
\({4x^{2}+12x+9}=0\)
18.
\({4.6x^{2}+5.52x+1.656}=0\)
19.
\({0.8x^{2}+7.3x-5.1}=0\)
20.
\({2x^{2}+6}={7x}\)
21.
\({35x^{2}}={-38x+45}\)
22.
\({x^{2} - {\frac{7}{12}}}={ + {\frac{17}{12}}x}\)
23.
\({x^{2}}={ + {\frac{70}{9}}x-{\frac{49}{9}}}\)
24.
\({x^{2}}={-3x+8}\)
25.
\({2\sqrt{x}}={x-3}\)
26.
\({\sqrt{8x+25}}={2x+7}\)

Complex Solutions to Quadratic Equations.

27.
Simplify the radical and write it as a complex number using \(i\text{.}\)
\(\displaystyle{ \sqrt{-54} =}\)
28.
Simplify the radical and write it as a complex number using \(i\text{.}\)
\(\displaystyle{ \sqrt{-50} =}\)

Exercise Group.

29.
Solve the quadratic equation. Solutions could be complex numbers.
\({4r^{2}} + 9 = -3\)
30.
Solve the quadratic equation. Solutions could be complex numbers.
\({-3t^{2}} - 5 = 10\)
31.
Solve the quadratic equation. Solutions could be complex numbers.
\(-7(t - 8)^2+6 = 69\)
32.
Solve the quadratic equation. Solutions could be complex numbers.
\(5(t+2)^2+5 = -400\)

Solving Equations in General.

33.
Solve the equation.
\(\displaystyle{ {\sqrt{x}+56} = {x} }\)
34.
Solve the equation.
\(\displaystyle{ {\sqrt{x}+20} = {x} }\)
35.
Solve the equation.
\(\displaystyle{ {5+10\mathopen{}\left(a-7\right)}={-38-\left(2-5a\right)} }\)
36.
Solve the equation.
\(\displaystyle{ {3+8\mathopen{}\left(b-5\right)}={-18-\left(7-5b\right)} }\)
37.
Solve the equation.
\({x^{2}-x} = {2}\)
38.
Solve the equation.
\({x^{2}-5x} = {24}\)
39.
Solve the equation.
\(\displaystyle{ -7-8m+4 = -m+13-7m }\)
40.
Solve the equation.
\(\displaystyle{ -5-10p+1 = -p+12-9p }\)
41.
Solve the equation.
\({x^{2}+10x+8}= 0\)
42.
Solve the equation.
\({x^{2}-6x+4}= 0\)
43.
Solve the equation.
\(-1 - 2 ( x+2 )^2 = -3\)
44.
Solve the equation.
\(11 - 5 ( y+2 )^2 = -9\)
45.
Solve the equation.
\(\displaystyle{ {21}={\frac{b}{5}+\frac{b}{2}} }\)
46.
Solve the equation.
\(\displaystyle{ {10}={\frac{A}{9}+\frac{A}{6}} }\)
47.
Solve the equation.
\(\displaystyle{ {r} = {\sqrt{r+4}+68} }\)
48.
Solve the equation.
\(\displaystyle{ {t} = {\sqrt{t+2}+28} }\)
49.
Solve the equation.
\(61x^2 + 59= 0\)
50.
Solve the equation.
\(37x^2 + 67= 0\)
51.
Solve the equation.
\({2x^{2}}={-15x-18}\)
52.
Solve the equation.
\({5x^{2}}={-36x-36}\)
53.
Solve the equation.
\(\displaystyle{ {y} = {\sqrt{y-3}+9} }\)
54.
Solve the equation.
\(\displaystyle{ {y} = {\sqrt{y-1}+7} }\)
You have attempted of activities on this page.