\(\text{www.the}\beta\text{etafunction.com}\)
Home
Login
Questions: Algebra BusinessCalculus
Please login to create an exam or a quiz.
Graph the function \(\displaystyle f(x)=\begin{cases} x + 9,& x \leq -2\\ 8 - \frac{2 \left(x + 2\right)^{2}}{5},& -2 < x < 2\\ x - 8,& x \geq 2 \\ \end{cases}\)
The graph has three parts. It is a line on \(\displaystyle (-\infty, -2]\), a parabola on \(\displaystyle (-2,2)\), and a line on \(\displaystyle [2, \infty)\). Graphing each part gives:
\begin{tikzpicture}[font=\Large, scale=.4] \draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-10,-10) grid (10,10); \draw[latex-latex, very thick] (-10.4,0)--(10.4,0) node[right]{$x$}; \draw[latex-latex, very thick] (0,-10.4)--(0,10.4) node[above]{$y$}; \foreach \x in { -10,-8,...,10 }{ \pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""} \draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$}; } \foreach \y in { -10,-8,...,10 }{ \pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""} \draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$}; } \draw[thick, color=blue, domain={-10.0}:{-2.0}, latex-, samples =350] plot(\x, {(\x) + 9}); \draw[thick, color=blue, domain={-2.0}:{2.0}, samples =350] plot(\x, {8 - 2*((\x) + 2)^2/5}); \draw[thick, color=blue, domain={2.0}:{10.0}, -latex, samples =350] plot(\x, {(\x) - 8}); \draw[fill=black] (-2,7) circle (5pt); \draw[fill=white] (-2,8) circle (5pt); \draw[fill=white] (2,8/5) circle (5pt); \draw[fill=black] (2,-6) circle (5pt); \end{tikzpicture}
\begin{question}Graph the function $f(x)=\begin{cases} x + 9,& x \leq -2\\ 8 - \frac{2 \left(x + 2\right)^{2}}{5},& -2 < x < 2\\ x - 8,& x \geq 2 \\ \end{cases}$\newline \begin{tikzpicture}[font=\Large, scale=.4] \draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-10,-10) grid (10,10); \draw[latex-latex, very thick] (-10.4,0)--(10.4,0) node[right]{$x$}; \draw[latex-latex, very thick] (0,-10.4)--(0,10.4) node[above]{$y$}; \foreach \x in { -10,-8,...,10 }{ \pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""} \draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$}; } \foreach \y in { -10,-8,...,10 }{ \pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""} \draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$}; } \end{tikzpicture} \soln{0cm}{The graph has three parts. It is a line on $(-\infty, -2]$, a parabola on $(-2,2)$, and a line on $[2, \infty)$. Graphing each part gives:\newline \begin{tikzpicture}[font=\Large, scale=.4] \draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-10,-10) grid (10,10); \draw[latex-latex, very thick] (-10.4,0)--(10.4,0) node[right]{$x$}; \draw[latex-latex, very thick] (0,-10.4)--(0,10.4) node[above]{$y$}; \foreach \x in { -10,-8,...,10 }{ \pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""} \draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$}; } \foreach \y in { -10,-8,...,10 }{ \pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""} \draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$}; } \draw[thick, color=blue, domain={-10.0}:{-2.0}, latex-, samples =350] plot(\x, {(\x) + 9}); \draw[thick, color=blue, domain={-2.0}:{2.0}, samples =350] plot(\x, {8 - 2*((\x) + 2)^2/5}); \draw[thick, color=blue, domain={2.0}:{10.0}, -latex, samples =350] plot(\x, {(\x) - 8}); \draw[fill=black] (-2,7) circle (5pt); \draw[fill=white] (-2,8) circle (5pt); \draw[fill=white] (2,8/5) circle (5pt); \draw[fill=black] (2,-6) circle (5pt); \end{tikzpicture} } \end{question}
\documentclass{article} \usepackage{tikz} \usepackage{amsmath} \usepackage[margin=2cm]{geometry} \usepackage{tcolorbox} \newcounter{ExamNumber} \newcounter{questioncount} \stepcounter{questioncount} \newenvironment{question}{{\noindent\bfseries Question \arabic{questioncount}.}}{\stepcounter{questioncount}} \renewcommand{\labelenumi}{{\bfseries (\alph{enumi})}} \newif\ifShowSolution \newcommand{\soln}[2]{% \ifShowSolution% \noindent\begin{tcolorbox}[colframe=blue,title=Solution]#2\end{tcolorbox}\else% \vspace{#1}% \fi% }% \newcommand{\hideifShowSolution}[1]{% \ifShowSolution% % \else% #1% \fi% }% \everymath{\displaystyle} \ShowSolutiontrue \begin{document}\begin{question}(10pts) The question goes here! \soln{9cm}{The solution goes here.} \end{question}\end{document}
<p> <p>Graph the function <img class="equation_image" title=" \displaystyle f(x)=\begin{cases} x + 9,& x \leq -2\\ 8 - \frac{2 \left(x + 2\right)^{2}}{5},& -2 < x < 2\\ x - 8,& x \geq 2 \\ \end{cases} " src="/equation_images/%20%5Cdisplaystyle%20f%28x%29%3D%5Cbegin%7Bcases%7D%20x%20%2B%209%2C%26%20x%20%5Cleq%20-2%5C%5C%208%20-%20%5Cfrac%7B2%20%5Cleft%28x%20%2B%202%5Cright%29%5E%7B2%7D%7D%7B5%7D%2C%26%20-2%20%3C%20x%20%3C%202%5C%5C%20x%20-%208%2C%26%20x%20%5Cgeq%202%20%5C%5C%20%5Cend%7Bcases%7D%20" alt="LaTeX: \displaystyle f(x)=\begin{cases} x + 9,& x \leq -2\\ 8 - \frac{2 \left(x + 2\right)^{2}}{5},& -2 < x < 2\\ x - 8,& x \geq 2 \\ \end{cases} " data-equation-content=" \displaystyle f(x)=\begin{cases} x + 9,& x \leq -2\\ 8 - \frac{2 \left(x + 2\right)^{2}}{5},& -2 < x < 2\\ x - 8,& x \geq 2 \\ \end{cases} " /> <br>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="262.448pt" height="256.049pt" viewBox="0 0 262.448 256.049" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 6.796875 -5.859375 C 6.34375 -5.765625 6.171875 -5.421875 6.171875 -5.15625 C 6.171875 -4.8125 6.4375 -4.6875 6.640625 -4.6875 C 7.078125 -4.6875 7.375 -5.0625 7.375 -5.453125 C 7.375 -6.046875 6.6875 -6.328125 6.078125 -6.328125 C 5.203125 -6.328125 4.71875 -5.46875 4.59375 -5.1875 C 4.265625 -6.265625 3.375 -6.328125 3.109375 -6.328125 C 1.65625 -6.328125 0.875 -4.453125 0.875 -4.125 C 0.875 -4.078125 0.9375 -4 1.03125 -4 C 1.140625 -4 1.171875 -4.09375 1.203125 -4.140625 C 1.6875 -5.734375 2.65625 -6.03125 3.0625 -6.03125 C 3.71875 -6.03125 3.84375 -5.4375 3.84375 -5.09375 C 3.84375 -4.78125 3.765625 -4.453125 3.578125 -3.765625 L 3.09375 -1.796875 C 2.890625 -0.9375 2.46875 -0.140625 1.703125 -0.140625 C 1.640625 -0.140625 1.28125 -0.140625 0.96875 -0.328125 C 1.484375 -0.4375 1.609375 -0.859375 1.609375 -1.03125 C 1.609375 -1.3125 1.390625 -1.484375 1.125 -1.484375 C 0.78125 -1.484375 0.40625 -1.1875 0.40625 -0.734375 C 0.40625 -0.125 1.078125 0.140625 1.6875 0.140625 C 2.375 0.140625 2.875 -0.40625 3.171875 -0.984375 C 3.40625 -0.140625 4.109375 0.140625 4.640625 0.140625 C 6.109375 0.140625 6.890625 -1.734375 6.890625 -2.046875 C 6.890625 -2.125 6.828125 -2.1875 6.734375 -2.1875 C 6.609375 -2.1875 6.59375 -2.109375 6.5625 -2 C 6.171875 -0.734375 5.328125 -0.140625 4.6875 -0.140625 C 4.1875 -0.140625 3.921875 -0.515625 3.921875 -1.109375 C 3.921875 -1.421875 3.96875 -1.65625 4.203125 -2.59375 L 4.703125 -4.546875 C 4.921875 -5.40625 5.40625 -6.03125 6.0625 -6.03125 C 6.09375 -6.03125 6.5 -6.03125 6.796875 -5.859375 Z M 6.796875 -5.859375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 3.765625 1.609375 C 3.390625 2.15625 2.828125 2.640625 2.125 2.640625 C 1.953125 2.640625 1.265625 2.609375 1.046875 1.953125 C 1.09375 1.96875 1.15625 1.96875 1.1875 1.96875 C 1.625 1.96875 1.90625 1.59375 1.90625 1.265625 C 1.90625 0.9375 1.640625 0.8125 1.421875 0.8125 C 1.1875 0.8125 0.6875 0.984375 0.6875 1.6875 C 0.6875 2.421875 1.3125 2.921875 2.125 2.921875 C 3.5625 2.921875 5 1.609375 5.40625 0.015625 L 6.8125 -5.578125 C 6.828125 -5.65625 6.859375 -5.734375 6.859375 -5.828125 C 6.859375 -6.03125 6.6875 -6.1875 6.46875 -6.1875 C 6.34375 -6.1875 6.03125 -6.125 5.921875 -5.6875 L 4.859375 -1.484375 C 4.796875 -1.21875 4.796875 -1.1875 4.671875 -1.03125 C 4.390625 -0.625 3.921875 -0.140625 3.234375 -0.140625 C 2.421875 -0.140625 2.359375 -0.9375 2.359375 -1.3125 C 2.359375 -2.140625 2.734375 -3.234375 3.125 -4.28125 C 3.28125 -4.6875 3.375 -4.890625 3.375 -5.171875 C 3.375 -5.78125 2.9375 -6.328125 2.234375 -6.328125 C 0.921875 -6.328125 0.390625 -4.25 0.390625 -4.125 C 0.390625 -4.078125 0.4375 -4 0.546875 -4 C 0.671875 -4 0.6875 -4.0625 0.75 -4.265625 C 1.09375 -5.46875 1.640625 -6.03125 2.1875 -6.03125 C 2.328125 -6.03125 2.5625 -6.03125 2.5625 -5.5625 C 2.5625 -5.1875 2.40625 -4.78125 2.1875 -4.234375 C 1.484375 -2.359375 1.484375 -1.875 1.484375 -1.53125 C 1.484375 -0.171875 2.46875 0.140625 3.1875 0.140625 C 3.59375 0.140625 4.109375 0.015625 4.625 -0.515625 L 4.640625 -0.5 C 4.421875 0.34375 4.28125 0.90625 3.765625 1.609375 Z M 3.765625 1.609375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 9.453125 -3.296875 C 9.703125 -3.296875 9.953125 -3.296875 9.953125 -3.578125 C 9.953125 -3.875 9.703125 -3.875 9.453125 -3.875 L 1.6875 -3.875 C 1.453125 -3.875 1.1875 -3.875 1.1875 -3.578125 C 1.1875 -3.296875 1.453125 -3.296875 1.6875 -3.296875 Z M 9.453125 -3.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M 4.125 -9.1875 C 4.125 -9.53125 4.125 -9.53125 3.84375 -9.53125 C 3.5 -9.15625 2.78125 -8.625 1.3125 -8.625 L 1.3125 -8.203125 C 1.640625 -8.203125 2.359375 -8.203125 3.140625 -8.578125 L 3.140625 -1.109375 C 3.140625 -0.59375 3.09375 -0.421875 1.84375 -0.421875 L 1.390625 -0.421875 L 1.390625 0 C 1.78125 -0.03125 3.171875 -0.03125 3.640625 -0.03125 C 4.109375 -0.03125 5.5 -0.03125 5.875 0 L 5.875 -0.421875 L 5.4375 -0.421875 C 4.171875 -0.421875 4.125 -0.59375 4.125 -1.109375 Z M 4.125 -9.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 6.421875 -4.59375 C 6.421875 -5.78125 6.359375 -6.9375 5.84375 -8.03125 C 5.25 -9.21875 4.21875 -9.53125 3.515625 -9.53125 C 2.6875 -9.53125 1.65625 -9.125 1.140625 -7.9375 C 0.734375 -7.03125 0.59375 -6.140625 0.59375 -4.59375 C 0.59375 -3.203125 0.6875 -2.15625 1.203125 -1.140625 C 1.765625 -0.046875 2.75 0.296875 3.5 0.296875 C 4.75 0.296875 5.46875 -0.4375 5.875 -1.28125 C 6.390625 -2.359375 6.421875 -3.765625 6.421875 -4.59375 Z M 3.5 0.015625 C 3.046875 0.015625 2.109375 -0.25 1.84375 -1.8125 C 1.671875 -2.671875 1.671875 -3.765625 1.671875 -4.765625 C 1.671875 -5.9375 1.671875 -7 1.90625 -7.84375 C 2.15625 -8.8125 2.890625 -9.25 3.5 -9.25 C 4.046875 -9.25 4.875 -8.921875 5.15625 -7.6875 C 5.328125 -6.875 5.328125 -5.734375 5.328125 -4.765625 C 5.328125 -3.796875 5.328125 -2.71875 5.171875 -1.84375 C 4.90625 -0.265625 4 0.015625 3.5 0.015625 Z M 3.5 0.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 4.28125 -5.171875 C 4.984375 -5.5625 6.03125 -6.21875 6.03125 -7.4375 C 6.03125 -8.671875 4.828125 -9.53125 3.515625 -9.53125 C 2.09375 -9.53125 0.96875 -8.484375 0.96875 -7.1875 C 0.96875 -6.703125 1.125 -6.203125 1.515625 -5.71875 C 1.671875 -5.53125 1.6875 -5.515625 2.703125 -4.8125 C 1.3125 -4.171875 0.59375 -3.21875 0.59375 -2.171875 C 0.59375 -0.640625 2.03125 0.296875 3.5 0.296875 C 5.09375 0.296875 6.421875 -0.875 6.421875 -2.375 C 6.421875 -3.84375 5.390625 -4.484375 4.28125 -5.171875 Z M 2.328125 -6.46875 C 2.140625 -6.59375 1.5625 -6.96875 1.5625 -7.671875 C 1.5625 -8.609375 2.53125 -9.1875 3.5 -9.1875 C 4.53125 -9.1875 5.453125 -8.453125 5.453125 -7.421875 C 5.453125 -6.546875 4.8125 -5.84375 3.984375 -5.375 Z M 3 -4.625 L 4.734375 -3.484375 C 5.109375 -3.234375 5.765625 -2.796875 5.765625 -1.921875 C 5.765625 -0.828125 4.65625 -0.09375 3.515625 -0.09375 C 2.296875 -0.09375 1.25 -0.96875 1.25 -2.171875 C 1.25 -3.28125 2.0625 -4.1875 3 -4.625 Z M 3 -4.625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 1.765625 -4.984375 C 1.765625 -8.625 3.53125 -9.1875 4.296875 -9.1875 C 4.8125 -9.1875 5.328125 -9.03125 5.609375 -8.609375 C 5.4375 -8.609375 4.890625 -8.609375 4.890625 -8.015625 C 4.890625 -7.703125 5.109375 -7.4375 5.484375 -7.4375 C 5.84375 -7.4375 6.078125 -7.640625 6.078125 -8.0625 C 6.078125 -8.8125 5.53125 -9.53125 4.28125 -9.53125 C 2.484375 -9.53125 0.59375 -7.6875 0.59375 -4.53125 C 0.59375 -0.59375 2.3125 0.296875 3.53125 0.296875 C 5.09375 0.296875 6.421875 -1.0625 6.421875 -2.921875 C 6.421875 -4.828125 5.09375 -6.109375 3.65625 -6.109375 C 2.375 -6.109375 1.90625 -5 1.765625 -4.609375 Z M 3.53125 -0.09375 C 2.625 -0.09375 2.1875 -0.890625 2.0625 -1.1875 C 1.9375 -1.5625 1.796875 -2.265625 1.796875 -3.265625 C 1.796875 -4.40625 2.3125 -5.828125 3.59375 -5.828125 C 4.390625 -5.828125 4.8125 -5.296875 5.015625 -4.8125 C 5.25 -4.28125 5.25 -3.5625 5.25 -2.9375 C 5.25 -2.203125 5.25 -1.5625 4.984375 -1.015625 C 4.625 -0.328125 4.109375 -0.09375 3.53125 -0.09375 Z M 3.53125 -0.09375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 5.171875 -9.34375 C 5.171875 -9.609375 5.171875 -9.6875 4.984375 -9.6875 C 4.859375 -9.6875 4.8125 -9.6875 4.703125 -9.515625 L 0.390625 -2.8125 L 0.390625 -2.390625 L 4.15625 -2.390625 L 4.15625 -1.09375 C 4.15625 -0.5625 4.125 -0.421875 3.078125 -0.421875 L 2.796875 -0.421875 L 2.796875 0 C 3.125 -0.03125 4.265625 -0.03125 4.65625 -0.03125 C 5.0625 -0.03125 6.203125 -0.03125 6.546875 0 L 6.546875 -0.421875 L 6.25 -0.421875 C 5.21875 -0.421875 5.171875 -0.5625 5.171875 -1.09375 L 5.171875 -2.390625 L 6.625 -2.390625 L 6.625 -2.8125 L 5.171875 -2.8125 Z M 4.234375 -8.21875 L 4.234375 -2.8125 L 0.75 -2.8125 Z M 4.234375 -8.21875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M 6.3125 -2.40625 L 6 -2.40625 C 5.953125 -2.171875 5.84375 -1.375 5.6875 -1.140625 C 5.59375 -1.015625 4.78125 -1.015625 4.34375 -1.015625 L 1.6875 -1.015625 C 2.078125 -1.34375 2.953125 -2.265625 3.328125 -2.609375 C 5.515625 -4.625 6.3125 -5.359375 6.3125 -6.78125 C 6.3125 -8.4375 5 -9.53125 3.34375 -9.53125 C 1.671875 -9.53125 0.703125 -8.125 0.703125 -6.890625 C 0.703125 -6.15625 1.328125 -6.15625 1.375 -6.15625 C 1.671875 -6.15625 2.046875 -6.375 2.046875 -6.828125 C 2.046875 -7.234375 1.78125 -7.5 1.375 -7.5 C 1.25 -7.5 1.21875 -7.5 1.171875 -7.484375 C 1.453125 -8.46875 2.21875 -9.125 3.15625 -9.125 C 4.375 -9.125 5.125 -8.109375 5.125 -6.78125 C 5.125 -5.5625 4.421875 -4.5 3.59375 -3.578125 L 0.703125 -0.34375 L 0.703125 0 L 5.9375 0 Z M 6.3125 -2.40625 "/>
</symbol>
</g>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M -113.385125 -113.383812 L 113.384406 -113.383812 M -113.385125 -102.047875 L 113.384406 -102.047875 M -113.385125 -90.708031 L 113.384406 -90.708031 M -113.385125 -79.368187 L 113.384406 -79.368187 M -113.385125 -68.03225 L 113.384406 -68.03225 M -113.385125 -56.692406 L 113.384406 -56.692406 M -113.385125 -45.352562 L 113.384406 -45.352562 M -113.385125 -34.016625 L 113.384406 -34.016625 M -113.385125 -22.676781 L 113.384406 -22.676781 M -113.385125 -11.336937 L 113.384406 -11.336937 M -113.385125 -0.001 L 113.384406 -0.001 M -113.385125 11.338844 L 113.384406 11.338844 M -113.385125 22.678688 L 113.384406 22.678688 M -113.385125 34.014625 L 113.384406 34.014625 M -113.385125 45.354469 L 113.384406 45.354469 M -113.385125 56.694313 L 113.384406 56.694313 M -113.385125 68.03025 L 113.384406 68.03025 M -113.385125 79.370094 L 113.384406 79.370094 M -113.385125 90.709938 L 113.384406 90.709938 M -113.385125 102.045875 L 113.384406 102.045875 M -113.385125 113.381813 L 113.384406 113.381813 M -113.385125 -113.383812 L -113.385125 113.385719 M -102.045281 -113.383812 L -102.045281 113.385719 M -90.709344 -113.383812 L -90.709344 113.385719 M -79.3695 -113.383812 L -79.3695 113.385719 M -68.029656 -113.383812 L -68.029656 113.385719 M -56.693719 -113.383812 L -56.693719 113.385719 M -45.353875 -113.383812 L -45.353875 113.385719 M -34.014031 -113.383812 L -34.014031 113.385719 M -22.678094 -113.383812 L -22.678094 113.385719 M -11.33825 -113.383812 L -11.33825 113.385719 M 0.00159375 -113.383812 L 0.00159375 113.385719 M 11.337531 -113.383812 L 11.337531 113.385719 M 22.677375 -113.383812 L 22.677375 113.385719 M 34.017219 -113.383812 L 34.017219 113.385719 M 45.353156 -113.383812 L 45.353156 113.385719 M 56.693 -113.383812 L 56.693 113.385719 M 68.032844 -113.383812 L 68.032844 113.385719 M 79.368781 -113.383812 L 79.368781 113.385719 M 90.708625 -113.383812 L 90.708625 113.385719 M 102.048469 -113.383812 L 102.048469 113.385719 M 113.3805 -113.383812 L 113.3805 113.385719 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -112.182 -0.001 L 112.181281 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 11.386719 134.125 C 13.085938 134.441406 15.847656 135.398438 17.761719 136.515625 L 17.761719 131.734375 C 15.847656 132.847656 13.085938 133.804688 11.386719 134.125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 247.226562 134.125 C 245.527344 133.804688 242.765625 132.847656 240.851562 131.734375 L 240.851562 136.515625 C 242.765625 135.398438 245.527344 134.441406 247.226562 134.125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="251.145" y="137.212"/>
</g>
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00159375 -112.180687 L 0.00159375 112.182594 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 129.308594 252.042969 C 129.625 250.34375 130.582031 247.582031 131.699219 245.667969 L 126.914062 245.667969 C 128.03125 247.582031 128.988281 250.34375 129.308594 252.042969 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 129.308594 16.203125 C 128.988281 17.902344 128.03125 20.667969 126.914062 22.578125 L 131.699219 22.578125 C 130.582031 20.667969 129.625 17.902344 129.308594 16.203125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="125.625" y="9.497"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -113.385125 2.268531 L -113.385125 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="3.32" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="14.479" y="149.157"/>
<use xlink:href="#glyph2-2" x="21.5029" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -90.709344 2.268531 L -90.709344 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="29.509" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="40.667" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -68.029656 2.268531 L -68.029656 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="52.186" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="63.344" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -45.353875 2.268531 L -45.353875 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="74.863" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="86.021" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -22.678094 2.268531 L -22.678094 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="97.54" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="108.698" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00159375 2.268531 L 0.00159375 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 22.677375 2.268531 L 22.677375 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="148.472" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 45.353156 2.268531 L 45.353156 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="171.149" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.032844 2.268531 L 68.032844 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="193.826" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 90.708625 2.268531 L 90.708625 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="216.503" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 113.384406 2.268531 L 113.384406 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="235.668" y="149.157"/>
<use xlink:href="#glyph2-2" x="242.6919" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -113.383812 L -2.267938 -113.383812 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="98.314" y="251.533"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="109.473" y="251.533"/>
<use xlink:href="#glyph2-2" x="116.4969" y="251.533"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -90.708031 L -2.267938 -90.708031 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="228.856"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="116.496" y="228.856"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -68.03225 L -2.267938 -68.03225 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="206.179"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="116.496" y="206.179"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -45.352562 L -2.267938 -45.352562 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="183.503"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="116.496" y="183.503"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -22.676781 L -2.267938 -22.676781 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="160.826"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="116.496" y="160.826"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -0.001 L -2.267938 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 22.678688 L -2.267938 22.678688 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="116.496" y="116.07"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 45.354469 L -2.267938 45.354469 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="116.496" y="93.393"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 68.03025 L -2.267938 68.03025 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="116.496" y="70.716"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 90.709938 L -2.267938 90.709938 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="116.496" y="48.039"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 113.385719 L -2.267938 113.385719 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="109.473" y="25.363"/>
<use xlink:href="#glyph2-2" x="116.4969" y="25.363"/>
</g>
</g>
</svg>
</p> </p>
<p> <p>The graph has three parts. It is a line on <img class="equation_image" title=" \displaystyle (-\infty, -2] " src="/equation_images/%20%5Cdisplaystyle%20%28-%5Cinfty%2C%20-2%5D%20" alt="LaTeX: \displaystyle (-\infty, -2] " data-equation-content=" \displaystyle (-\infty, -2] " /> , a parabola on <img class="equation_image" title=" \displaystyle (-2,2) " src="/equation_images/%20%5Cdisplaystyle%20%28-2%2C2%29%20" alt="LaTeX: \displaystyle (-2,2) " data-equation-content=" \displaystyle (-2,2) " /> , and a line on <img class="equation_image" title=" \displaystyle [2, \infty) " src="/equation_images/%20%5Cdisplaystyle%20%5B2%2C%20%5Cinfty%29%20" alt="LaTeX: \displaystyle [2, \infty) " data-equation-content=" \displaystyle [2, \infty) " /> . Graphing each part gives:<br>
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="262.448pt" height="256.049pt" viewBox="0 0 262.448 256.049" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 6.796875 -5.859375 C 6.34375 -5.765625 6.171875 -5.421875 6.171875 -5.15625 C 6.171875 -4.8125 6.4375 -4.6875 6.640625 -4.6875 C 7.078125 -4.6875 7.375 -5.0625 7.375 -5.453125 C 7.375 -6.046875 6.6875 -6.328125 6.078125 -6.328125 C 5.203125 -6.328125 4.71875 -5.46875 4.59375 -5.1875 C 4.265625 -6.265625 3.375 -6.328125 3.109375 -6.328125 C 1.65625 -6.328125 0.875 -4.453125 0.875 -4.125 C 0.875 -4.078125 0.9375 -4 1.03125 -4 C 1.140625 -4 1.171875 -4.09375 1.203125 -4.140625 C 1.6875 -5.734375 2.65625 -6.03125 3.0625 -6.03125 C 3.71875 -6.03125 3.84375 -5.4375 3.84375 -5.09375 C 3.84375 -4.78125 3.765625 -4.453125 3.578125 -3.765625 L 3.09375 -1.796875 C 2.890625 -0.9375 2.46875 -0.140625 1.703125 -0.140625 C 1.640625 -0.140625 1.28125 -0.140625 0.96875 -0.328125 C 1.484375 -0.4375 1.609375 -0.859375 1.609375 -1.03125 C 1.609375 -1.3125 1.390625 -1.484375 1.125 -1.484375 C 0.78125 -1.484375 0.40625 -1.1875 0.40625 -0.734375 C 0.40625 -0.125 1.078125 0.140625 1.6875 0.140625 C 2.375 0.140625 2.875 -0.40625 3.171875 -0.984375 C 3.40625 -0.140625 4.109375 0.140625 4.640625 0.140625 C 6.109375 0.140625 6.890625 -1.734375 6.890625 -2.046875 C 6.890625 -2.125 6.828125 -2.1875 6.734375 -2.1875 C 6.609375 -2.1875 6.59375 -2.109375 6.5625 -2 C 6.171875 -0.734375 5.328125 -0.140625 4.6875 -0.140625 C 4.1875 -0.140625 3.921875 -0.515625 3.921875 -1.109375 C 3.921875 -1.421875 3.96875 -1.65625 4.203125 -2.59375 L 4.703125 -4.546875 C 4.921875 -5.40625 5.40625 -6.03125 6.0625 -6.03125 C 6.09375 -6.03125 6.5 -6.03125 6.796875 -5.859375 Z M 6.796875 -5.859375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 3.765625 1.609375 C 3.390625 2.15625 2.828125 2.640625 2.125 2.640625 C 1.953125 2.640625 1.265625 2.609375 1.046875 1.953125 C 1.09375 1.96875 1.15625 1.96875 1.1875 1.96875 C 1.625 1.96875 1.90625 1.59375 1.90625 1.265625 C 1.90625 0.9375 1.640625 0.8125 1.421875 0.8125 C 1.1875 0.8125 0.6875 0.984375 0.6875 1.6875 C 0.6875 2.421875 1.3125 2.921875 2.125 2.921875 C 3.5625 2.921875 5 1.609375 5.40625 0.015625 L 6.8125 -5.578125 C 6.828125 -5.65625 6.859375 -5.734375 6.859375 -5.828125 C 6.859375 -6.03125 6.6875 -6.1875 6.46875 -6.1875 C 6.34375 -6.1875 6.03125 -6.125 5.921875 -5.6875 L 4.859375 -1.484375 C 4.796875 -1.21875 4.796875 -1.1875 4.671875 -1.03125 C 4.390625 -0.625 3.921875 -0.140625 3.234375 -0.140625 C 2.421875 -0.140625 2.359375 -0.9375 2.359375 -1.3125 C 2.359375 -2.140625 2.734375 -3.234375 3.125 -4.28125 C 3.28125 -4.6875 3.375 -4.890625 3.375 -5.171875 C 3.375 -5.78125 2.9375 -6.328125 2.234375 -6.328125 C 0.921875 -6.328125 0.390625 -4.25 0.390625 -4.125 C 0.390625 -4.078125 0.4375 -4 0.546875 -4 C 0.671875 -4 0.6875 -4.0625 0.75 -4.265625 C 1.09375 -5.46875 1.640625 -6.03125 2.1875 -6.03125 C 2.328125 -6.03125 2.5625 -6.03125 2.5625 -5.5625 C 2.5625 -5.1875 2.40625 -4.78125 2.1875 -4.234375 C 1.484375 -2.359375 1.484375 -1.875 1.484375 -1.53125 C 1.484375 -0.171875 2.46875 0.140625 3.1875 0.140625 C 3.59375 0.140625 4.109375 0.015625 4.625 -0.515625 L 4.640625 -0.5 C 4.421875 0.34375 4.28125 0.90625 3.765625 1.609375 Z M 3.765625 1.609375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 9.453125 -3.296875 C 9.703125 -3.296875 9.953125 -3.296875 9.953125 -3.578125 C 9.953125 -3.875 9.703125 -3.875 9.453125 -3.875 L 1.6875 -3.875 C 1.453125 -3.875 1.1875 -3.875 1.1875 -3.578125 C 1.1875 -3.296875 1.453125 -3.296875 1.6875 -3.296875 Z M 9.453125 -3.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M 4.125 -9.1875 C 4.125 -9.53125 4.125 -9.53125 3.84375 -9.53125 C 3.5 -9.15625 2.78125 -8.625 1.3125 -8.625 L 1.3125 -8.203125 C 1.640625 -8.203125 2.359375 -8.203125 3.140625 -8.578125 L 3.140625 -1.109375 C 3.140625 -0.59375 3.09375 -0.421875 1.84375 -0.421875 L 1.390625 -0.421875 L 1.390625 0 C 1.78125 -0.03125 3.171875 -0.03125 3.640625 -0.03125 C 4.109375 -0.03125 5.5 -0.03125 5.875 0 L 5.875 -0.421875 L 5.4375 -0.421875 C 4.171875 -0.421875 4.125 -0.59375 4.125 -1.109375 Z M 4.125 -9.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 6.421875 -4.59375 C 6.421875 -5.78125 6.359375 -6.9375 5.84375 -8.03125 C 5.25 -9.21875 4.21875 -9.53125 3.515625 -9.53125 C 2.6875 -9.53125 1.65625 -9.125 1.140625 -7.9375 C 0.734375 -7.03125 0.59375 -6.140625 0.59375 -4.59375 C 0.59375 -3.203125 0.6875 -2.15625 1.203125 -1.140625 C 1.765625 -0.046875 2.75 0.296875 3.5 0.296875 C 4.75 0.296875 5.46875 -0.4375 5.875 -1.28125 C 6.390625 -2.359375 6.421875 -3.765625 6.421875 -4.59375 Z M 3.5 0.015625 C 3.046875 0.015625 2.109375 -0.25 1.84375 -1.8125 C 1.671875 -2.671875 1.671875 -3.765625 1.671875 -4.765625 C 1.671875 -5.9375 1.671875 -7 1.90625 -7.84375 C 2.15625 -8.8125 2.890625 -9.25 3.5 -9.25 C 4.046875 -9.25 4.875 -8.921875 5.15625 -7.6875 C 5.328125 -6.875 5.328125 -5.734375 5.328125 -4.765625 C 5.328125 -3.796875 5.328125 -2.71875 5.171875 -1.84375 C 4.90625 -0.265625 4 0.015625 3.5 0.015625 Z M 3.5 0.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 4.28125 -5.171875 C 4.984375 -5.5625 6.03125 -6.21875 6.03125 -7.4375 C 6.03125 -8.671875 4.828125 -9.53125 3.515625 -9.53125 C 2.09375 -9.53125 0.96875 -8.484375 0.96875 -7.1875 C 0.96875 -6.703125 1.125 -6.203125 1.515625 -5.71875 C 1.671875 -5.53125 1.6875 -5.515625 2.703125 -4.8125 C 1.3125 -4.171875 0.59375 -3.21875 0.59375 -2.171875 C 0.59375 -0.640625 2.03125 0.296875 3.5 0.296875 C 5.09375 0.296875 6.421875 -0.875 6.421875 -2.375 C 6.421875 -3.84375 5.390625 -4.484375 4.28125 -5.171875 Z M 2.328125 -6.46875 C 2.140625 -6.59375 1.5625 -6.96875 1.5625 -7.671875 C 1.5625 -8.609375 2.53125 -9.1875 3.5 -9.1875 C 4.53125 -9.1875 5.453125 -8.453125 5.453125 -7.421875 C 5.453125 -6.546875 4.8125 -5.84375 3.984375 -5.375 Z M 3 -4.625 L 4.734375 -3.484375 C 5.109375 -3.234375 5.765625 -2.796875 5.765625 -1.921875 C 5.765625 -0.828125 4.65625 -0.09375 3.515625 -0.09375 C 2.296875 -0.09375 1.25 -0.96875 1.25 -2.171875 C 1.25 -3.28125 2.0625 -4.1875 3 -4.625 Z M 3 -4.625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 1.765625 -4.984375 C 1.765625 -8.625 3.53125 -9.1875 4.296875 -9.1875 C 4.8125 -9.1875 5.328125 -9.03125 5.609375 -8.609375 C 5.4375 -8.609375 4.890625 -8.609375 4.890625 -8.015625 C 4.890625 -7.703125 5.109375 -7.4375 5.484375 -7.4375 C 5.84375 -7.4375 6.078125 -7.640625 6.078125 -8.0625 C 6.078125 -8.8125 5.53125 -9.53125 4.28125 -9.53125 C 2.484375 -9.53125 0.59375 -7.6875 0.59375 -4.53125 C 0.59375 -0.59375 2.3125 0.296875 3.53125 0.296875 C 5.09375 0.296875 6.421875 -1.0625 6.421875 -2.921875 C 6.421875 -4.828125 5.09375 -6.109375 3.65625 -6.109375 C 2.375 -6.109375 1.90625 -5 1.765625 -4.609375 Z M 3.53125 -0.09375 C 2.625 -0.09375 2.1875 -0.890625 2.0625 -1.1875 C 1.9375 -1.5625 1.796875 -2.265625 1.796875 -3.265625 C 1.796875 -4.40625 2.3125 -5.828125 3.59375 -5.828125 C 4.390625 -5.828125 4.8125 -5.296875 5.015625 -4.8125 C 5.25 -4.28125 5.25 -3.5625 5.25 -2.9375 C 5.25 -2.203125 5.25 -1.5625 4.984375 -1.015625 C 4.625 -0.328125 4.109375 -0.09375 3.53125 -0.09375 Z M 3.53125 -0.09375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 5.171875 -9.34375 C 5.171875 -9.609375 5.171875 -9.6875 4.984375 -9.6875 C 4.859375 -9.6875 4.8125 -9.6875 4.703125 -9.515625 L 0.390625 -2.8125 L 0.390625 -2.390625 L 4.15625 -2.390625 L 4.15625 -1.09375 C 4.15625 -0.5625 4.125 -0.421875 3.078125 -0.421875 L 2.796875 -0.421875 L 2.796875 0 C 3.125 -0.03125 4.265625 -0.03125 4.65625 -0.03125 C 5.0625 -0.03125 6.203125 -0.03125 6.546875 0 L 6.546875 -0.421875 L 6.25 -0.421875 C 5.21875 -0.421875 5.171875 -0.5625 5.171875 -1.09375 L 5.171875 -2.390625 L 6.625 -2.390625 L 6.625 -2.8125 L 5.171875 -2.8125 Z M 4.234375 -8.21875 L 4.234375 -2.8125 L 0.75 -2.8125 Z M 4.234375 -8.21875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M 6.3125 -2.40625 L 6 -2.40625 C 5.953125 -2.171875 5.84375 -1.375 5.6875 -1.140625 C 5.59375 -1.015625 4.78125 -1.015625 4.34375 -1.015625 L 1.6875 -1.015625 C 2.078125 -1.34375 2.953125 -2.265625 3.328125 -2.609375 C 5.515625 -4.625 6.3125 -5.359375 6.3125 -6.78125 C 6.3125 -8.4375 5 -9.53125 3.34375 -9.53125 C 1.671875 -9.53125 0.703125 -8.125 0.703125 -6.890625 C 0.703125 -6.15625 1.328125 -6.15625 1.375 -6.15625 C 1.671875 -6.15625 2.046875 -6.375 2.046875 -6.828125 C 2.046875 -7.234375 1.78125 -7.5 1.375 -7.5 C 1.25 -7.5 1.21875 -7.5 1.171875 -7.484375 C 1.453125 -8.46875 2.21875 -9.125 3.15625 -9.125 C 4.375 -9.125 5.125 -8.109375 5.125 -6.78125 C 5.125 -5.5625 4.421875 -4.5 3.59375 -3.578125 L 0.703125 -0.34375 L 0.703125 0 L 5.9375 0 Z M 6.3125 -2.40625 "/>
</symbol>
</g>
</defs>
<g id="surface1">
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M -113.385125 -113.383812 L 113.384406 -113.383812 M -113.385125 -102.047875 L 113.384406 -102.047875 M -113.385125 -90.708031 L 113.384406 -90.708031 M -113.385125 -79.368187 L 113.384406 -79.368187 M -113.385125 -68.03225 L 113.384406 -68.03225 M -113.385125 -56.692406 L 113.384406 -56.692406 M -113.385125 -45.352562 L 113.384406 -45.352562 M -113.385125 -34.016625 L 113.384406 -34.016625 M -113.385125 -22.676781 L 113.384406 -22.676781 M -113.385125 -11.336937 L 113.384406 -11.336937 M -113.385125 -0.001 L 113.384406 -0.001 M -113.385125 11.338844 L 113.384406 11.338844 M -113.385125 22.678688 L 113.384406 22.678688 M -113.385125 34.014625 L 113.384406 34.014625 M -113.385125 45.354469 L 113.384406 45.354469 M -113.385125 56.694313 L 113.384406 56.694313 M -113.385125 68.03025 L 113.384406 68.03025 M -113.385125 79.370094 L 113.384406 79.370094 M -113.385125 90.709938 L 113.384406 90.709938 M -113.385125 102.045875 L 113.384406 102.045875 M -113.385125 113.381813 L 113.384406 113.381813 M -113.385125 -113.383812 L -113.385125 113.385719 M -102.045281 -113.383812 L -102.045281 113.385719 M -90.709344 -113.383812 L -90.709344 113.385719 M -79.3695 -113.383812 L -79.3695 113.385719 M -68.029656 -113.383812 L -68.029656 113.385719 M -56.693719 -113.383812 L -56.693719 113.385719 M -45.353875 -113.383812 L -45.353875 113.385719 M -34.014031 -113.383812 L -34.014031 113.385719 M -22.678094 -113.383812 L -22.678094 113.385719 M -11.33825 -113.383812 L -11.33825 113.385719 M 0.00159375 -113.383812 L 0.00159375 113.385719 M 11.337531 -113.383812 L 11.337531 113.385719 M 22.677375 -113.383812 L 22.677375 113.385719 M 34.017219 -113.383812 L 34.017219 113.385719 M 45.353156 -113.383812 L 45.353156 113.385719 M 56.693 -113.383812 L 56.693 113.385719 M 68.032844 -113.383812 L 68.032844 113.385719 M 79.368781 -113.383812 L 79.368781 113.385719 M 90.708625 -113.383812 L 90.708625 113.385719 M 102.048469 -113.383812 L 102.048469 113.385719 M 113.3805 -113.383812 L 113.3805 113.385719 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -112.182 -0.001 L 112.181281 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 11.386719 134.125 C 13.085938 134.441406 15.847656 135.398438 17.761719 136.515625 L 17.761719 131.734375 C 15.847656 132.847656 13.085938 133.804688 11.386719 134.125 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 247.226562 134.125 C 245.527344 133.804688 242.765625 132.847656 240.851562 131.734375 L 240.851562 136.515625 C 242.765625 135.398438 245.527344 134.441406 247.226562 134.125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="251.145" y="137.212"/>
</g>
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00159375 -112.180687 L 0.00159375 112.182594 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 129.308594 252.042969 C 129.625 250.34375 130.582031 247.582031 131.699219 245.667969 L 126.914062 245.667969 C 128.03125 247.582031 128.988281 250.34375 129.308594 252.042969 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 129.308594 16.203125 C 128.988281 17.902344 128.03125 20.667969 126.914062 22.578125 L 131.699219 22.578125 C 130.582031 20.667969 129.625 17.902344 129.308594 16.203125 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="125.625" y="9.497"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -113.385125 2.268531 L -113.385125 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="3.32" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="14.479" y="149.157"/>
<use xlink:href="#glyph2-2" x="21.5029" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -90.709344 2.268531 L -90.709344 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="29.509" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="40.667" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -68.029656 2.268531 L -68.029656 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="52.186" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="63.344" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -45.353875 2.268531 L -45.353875 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="74.863" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="86.021" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -22.678094 2.268531 L -22.678094 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="97.54" y="149.157"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="108.698" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 0.00159375 2.268531 L 0.00159375 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 22.677375 2.268531 L 22.677375 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="148.472" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 45.353156 2.268531 L 45.353156 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="171.149" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 68.032844 2.268531 L 68.032844 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="193.826" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 90.708625 2.268531 L 90.708625 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="216.503" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 113.384406 2.268531 L 113.384406 -2.266625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="235.668" y="149.157"/>
<use xlink:href="#glyph2-2" x="242.6919" y="149.157"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -113.383812 L -2.267938 -113.383812 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="98.314" y="251.533"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="109.473" y="251.533"/>
<use xlink:href="#glyph2-2" x="116.4969" y="251.533"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -90.708031 L -2.267938 -90.708031 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="228.856"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="116.496" y="228.856"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -68.03225 L -2.267938 -68.03225 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="206.179"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="116.496" y="206.179"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -45.352562 L -2.267938 -45.352562 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="183.503"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="116.496" y="183.503"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -22.676781 L -2.267938 -22.676781 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="105.338" y="160.826"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="116.496" y="160.826"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 -0.001 L -2.267938 -0.001 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 22.678688 L -2.267938 22.678688 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="116.496" y="116.07"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 45.354469 L -2.267938 45.354469 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="116.496" y="93.393"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 68.03025 L -2.267938 68.03025 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="116.496" y="70.716"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 90.709938 L -2.267938 90.709938 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="116.496" y="48.039"/>
</g>
<path style="fill:none;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 2.267219 113.385719 L -2.267938 113.385719 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="109.473" y="25.363"/>
<use xlink:href="#glyph2-2" x="116.4969" y="25.363"/>
</g>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M -110.08825 -8.040062 L -113.127313 -11.079125 L -112.346063 -10.297875 L -112.084344 -10.040062 L -111.826531 -9.778344 L -111.564813 -9.520531 L -111.307 -9.258812 L -111.045281 -9.001 L -110.787469 -8.739281 L -110.52575 -8.481469 L -110.267938 -8.21975 L -110.006219 -7.961937 L -109.748406 -7.700219 L -109.486688 -7.442406 L -109.228875 -7.180687 L -107.408563 -5.360375 L -107.146844 -5.102562 L -106.889031 -4.840844 L -106.627313 -4.583031 L -106.3695 -4.321312 L -106.107781 -4.0635 L -105.849969 -3.801781 L -105.58825 -3.543969 L -105.330438 -3.28225 L -105.068719 -3.024437 L -104.810906 -2.762719 L -104.549188 -2.504906 L -104.291375 -2.243187 L -101.951531 0.0966563 L -101.689813 0.354469 L -101.432 0.616188 L -101.170281 0.874 L -100.912469 1.135719 L -100.65075 1.393531 L -100.392938 1.65525 L -100.131219 1.913063 L -99.873406 2.174781 L -99.611688 2.432594 L -99.353875 2.694313 L -99.092156 2.952125 L -98.834344 3.213844 L -97.014031 5.034156 L -96.752313 5.291969 L -96.4945 5.553688 L -96.232781 5.8115 L -95.974969 6.073219 L -95.71325 6.331031 L -95.455438 6.59275 L -95.193719 6.850563 L -94.935906 7.112281 L -94.674188 7.370094 L -94.416375 7.631813 L -94.154656 7.889625 L -93.896844 8.151344 L -92.076531 9.971656 L -91.814813 10.229469 L -91.557 10.491188 L -91.295281 10.749 L -91.037469 11.010719 L -90.77575 11.268531 L -90.517938 11.53025 L -90.256219 11.788063 L -89.998406 12.049781 L -89.736688 12.307594 L -89.478875 12.569313 L -89.217156 12.827125 L -88.959344 13.088844 L -88.697625 13.346656 L -88.439813 13.608375 L -86.6195 15.428688 L -86.357781 15.6865 L -86.099969 15.948219 L -85.83825 16.206031 L -85.580438 16.46775 L -85.318719 16.725563 L -85.060906 16.987281 L -84.799188 17.245094 L -84.541375 17.506813 L -84.279656 17.764625 L -84.021844 18.026344 L -83.760125 18.284156 L -83.502313 18.545875 L -81.682 20.366188 L -81.420281 20.624 L -81.162469 20.885719 L -80.90075 21.143531 L -80.642938 21.40525 L -80.381219 21.663063 L -80.123406 21.924781 L -79.861688 22.182594 L -79.603875 22.444313 L -79.342156 22.702125 L -79.084344 22.963844 L -78.822625 23.221656 L -78.564813 23.483375 L -76.7445 25.303688 L -76.482781 25.5615 L -76.224969 25.823219 L -75.96325 26.081031 L -75.705438 26.34275 L -75.443719 26.600563 L -75.185906 26.862281 L -74.924188 27.120094 L -74.666375 27.381813 L -74.404656 27.639625 L -74.146844 27.901344 L -73.885125 28.159156 L -73.627313 28.420875 L -73.365594 28.678688 L -73.107781 28.940406 L -71.287469 30.760719 L -71.02575 31.018531 L -70.767938 31.28025 L -70.506219 31.538063 L -70.248406 31.799781 L -69.986688 32.057594 L -69.728875 32.319313 L -69.467156 32.577125 L -69.209344 32.838844 L -68.947625 33.096656 L -68.689813 33.358375 L -68.428094 33.616188 L -68.170281 33.877906 L -66.349969 35.698219 L -66.08825 35.956031 L -65.830438 36.21775 L -65.568719 36.475563 L -65.310906 36.737281 L -65.049188 36.995094 L -64.791375 37.256813 L -64.529656 37.514625 L -64.271844 37.776344 L -64.010125 38.034156 L -63.752313 38.295875 L -63.490594 38.553688 L -63.232781 38.815406 L -61.412469 40.635719 L -61.15075 40.893531 L -60.892938 41.15525 L -60.631219 41.413063 L -60.373406 41.674781 L -60.111688 41.932594 L -59.853875 42.194313 L -59.592156 42.452125 L -59.334344 42.713844 L -59.072625 42.971656 L -58.814813 43.233375 L -58.553094 43.491188 L -58.295281 43.752906 L -58.033563 44.010719 L -57.77575 44.272438 L -55.955438 46.09275 L -55.693719 46.350563 L -55.435906 46.612281 L -55.174188 46.870094 L -54.916375 47.131813 L -54.654656 47.389625 L -54.396844 47.651344 L -54.135125 47.909156 L -53.877313 48.170875 L -53.615594 48.428688 L -53.357781 48.690406 L -53.096063 48.948219 L -52.83825 49.209938 L -51.017938 51.03025 L -50.756219 51.288063 L -50.498406 51.549781 L -50.236688 51.807594 L -49.978875 52.069313 L -49.717156 52.327125 L -49.459344 52.588844 L -49.197625 52.846656 L -48.939813 53.108375 L -48.678094 53.366188 L -48.420281 53.627906 L -48.158563 53.885719 L -47.90075 54.147438 L -46.080438 55.96775 L -45.818719 56.225563 L -45.560906 56.487281 L -45.299188 56.745094 L -45.041375 57.006813 L -44.779656 57.264625 L -44.521844 57.526344 L -44.260125 57.784156 L -44.002313 58.045875 L -43.740594 58.303688 L -43.482781 58.565406 L -43.221063 58.823219 L -42.96325 59.084938 L -42.701531 59.34275 L -42.443719 59.604469 L -40.623406 61.424781 L -40.361688 61.682594 L -40.103875 61.944313 L -39.842156 62.202125 L -39.584344 62.463844 L -39.322625 62.721656 L -39.064813 62.983375 L -38.803094 63.241188 L -38.545281 63.502906 L -38.283563 63.760719 L -38.02575 64.022438 L -37.764031 64.28025 L -37.506219 64.541969 L -35.685906 66.362281 L -35.424188 66.620094 L -35.166375 66.881813 L -34.904656 67.139625 L -34.646844 67.401344 L -34.385125 67.659156 L -34.127313 67.920875 L -33.865594 68.178688 L -33.607781 68.440406 L -33.346063 68.698219 L -33.08825 68.959938 L -32.826531 69.21775 L -32.568719 69.479469 L -30.748406 71.299781 L -30.486688 71.557594 L -30.228875 71.819313 L -29.967156 72.077125 L -29.709344 72.338844 L -29.447625 72.596656 L -29.189813 72.858375 L -28.928094 73.116188 L -28.670281 73.377906 L -28.408563 73.635719 L -28.15075 73.897438 L -27.889031 74.15525 L -27.631219 74.416969 L -27.3695 74.674781 L -27.111688 74.9365 L -25.291375 76.756813 L -25.029656 77.014625 L -24.771844 77.276344 L -24.510125 77.534156 L -24.252313 77.795875 L -23.990594 78.053688 L -23.732781 78.315406 L -23.471063 78.573219 L -23.21325 78.834938 L -22.951531 79.09275 L -22.693719 79.354469 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;" d="M 15.921875 145.460938 C 17.082031 144.667969 19.21875 143.632812 20.957031 143.171875 L 18.210938 140.425781 C 17.753906 142.164062 16.714844 144.300781 15.921875 145.460938 "/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M -22.678094 90.709938 L -22.545281 90.706031 L -22.416375 90.706031 L -22.158563 90.698219 L -22.02575 90.694313 L -21.639031 90.670875 L -21.506219 90.659156 L -21.1195 90.624 L -20.986688 90.608375 L -20.857781 90.59275 L -20.728875 90.573219 L -20.599969 90.557594 L -20.467156 90.538063 L -20.33825 90.514625 L -20.209344 90.495094 L -20.076531 90.471656 L -19.947625 90.444313 L -19.818719 90.420875 L -19.689813 90.393531 L -19.557 90.366188 L -19.428094 90.334938 L -19.299188 90.307594 L -19.170281 90.272438 L -19.037469 90.241188 L -18.65075 90.135719 L -18.517938 90.100563 L -18.389031 90.0615 L -18.260125 90.018531 L -18.131219 89.979469 L -17.998406 89.9365 L -17.8695 89.893531 L -17.740594 89.846656 L -17.607781 89.803688 L -17.478875 89.756813 L -17.349969 89.706031 L -17.221063 89.659156 L -17.08825 89.608375 L -16.959344 89.553688 L -16.830438 89.502906 L -16.701531 89.448219 L -16.568719 89.393531 L -16.439813 89.334938 L -16.310906 89.28025 L -16.182 89.21775 L -16.049188 89.159156 L -15.662469 88.971656 L -15.529656 88.90525 L -15.142938 88.706031 L -15.010125 88.635719 L -14.881219 88.565406 L -14.752313 88.491188 L -14.6195 88.420875 L -14.490594 88.34275 L -14.361688 88.268531 L -14.232781 88.190406 L -14.099969 88.112281 L -13.842156 87.956031 L -13.71325 87.874 L -13.580438 87.791969 L -13.193719 87.534156 L -13.060906 87.448219 L -12.674188 87.178688 L -12.541375 87.084938 L -12.283563 86.897438 L -12.15075 86.799781 L -11.764031 86.506813 L -11.631219 86.40525 L -11.373406 86.202125 L -11.2445 86.096656 L -11.111688 85.991188 L -10.982781 85.885719 L -10.724969 85.666969 L -10.592156 85.557594 L -10.46325 85.444313 L -10.334344 85.334938 L -10.205438 85.221656 L -10.072625 85.104469 L -9.814813 84.870094 L -9.682 84.752906 L -9.295281 84.389625 L -9.162469 84.268531 L -8.904656 84.018531 L -8.77575 83.889625 L -8.642938 83.760719 L -8.385125 83.502906 L -8.256219 83.370094 L -8.123406 83.237281 L -7.9945 83.104469 L -7.736688 82.831031 L -7.603875 82.694313 L -7.474969 82.557594 L -7.346063 82.416969 L -7.21325 82.276344 L -6.826531 81.84275 L -6.693719 81.698219 L -6.307 81.252906 L -6.174188 81.100563 L -6.045281 80.952125 L -5.916375 80.795875 L -5.787469 80.643531 L -5.654656 80.487281 L -5.396844 80.174781 L -5.267938 80.014625 L -5.135125 79.854469 L -5.006219 79.694313 L -4.877313 79.53025 L -4.7445 79.366188 L -4.615594 79.202125 L -4.357781 78.866188 L -4.224969 78.698219 L -4.096063 78.53025 L -3.83825 78.1865 L -3.705438 78.014625 L -3.318719 77.487281 L -3.185906 77.307594 L -2.799188 76.768531 L -2.666375 76.584938 L -2.537469 76.401344 L -2.408563 76.213844 L -2.27575 76.026344 L -2.017938 75.651344 L -1.889031 75.459938 L -1.756219 75.268531 L -1.498406 74.885719 L -1.3695 74.690406 L -1.236688 74.495094 L -0.849969 73.897438 L -0.717156 73.698219 L -0.330438 73.088844 L -0.197625 72.881813 L -0.0687188 72.678688 L 0.0601875 72.46775 L 0.189094 72.260719 L 0.321906 72.049781 L 0.450812 71.838844 L 0.579719 71.624 L 0.712531 71.413063 L 0.841437 71.198219 L 0.970344 70.979469 L 1.09925 70.764625 L 1.232062 70.545875 L 1.360969 70.323219 L 1.489875 70.104469 L 1.618781 69.881813 L 1.751594 69.659156 L 1.8805 69.432594 L 2.009406 69.209938 L 2.138312 68.979469 L 2.271125 68.752906 L 2.657844 68.0615 L 2.790656 67.827125 L 2.919562 67.596656 L 3.048469 67.358375 L 3.181281 67.124 L 3.439094 66.647438 L 3.568 66.40525 L 3.700812 66.166969 L 3.829719 65.924781 L 4.087531 65.432594 L 4.220344 65.190406 L 4.34925 64.940406 L 4.478156 64.694313 L 4.607062 64.444313 L 4.739875 64.194313 L 5.126594 63.432594 L 5.259406 63.178688 L 5.517219 62.663063 L 5.650031 62.40525 L 6.03675 61.620094 L 6.169562 61.354469 L 6.298469 61.09275 L 6.427375 60.823219 L 6.556281 60.557594 L 6.689094 60.288063 L 6.946906 59.749 L 7.075812 59.475563 L 7.208625 59.202125 L 7.337531 58.928688 L 7.595344 58.374 L 7.728156 58.096656 L 7.857062 57.819313 L 7.985969 57.538063 L 8.118781 57.256813 L 8.247687 56.971656 L 8.376594 56.690406 L 8.5055 56.401344 L 8.638312 56.116188 L 8.767219 55.827125 L 8.896125 55.541969 L 9.025031 55.249 L 9.157844 54.959938 L 9.415656 54.374 L 9.544562 54.077125 L 9.677375 53.78025 L 9.935187 53.1865 L 10.064094 52.885719 L 10.196906 52.584938 L 10.325812 52.284156 L 10.454719 51.979469 L 10.587531 51.678688 L 10.716437 51.370094 L 10.845344 51.065406 L 10.97425 50.756813 L 11.107062 50.448219 L 11.235969 50.135719 L 11.364875 49.827125 L 11.493781 49.514625 L 11.626594 49.198219 L 11.7555 48.885719 L 11.884406 48.569313 L 12.013312 48.249 L 12.146125 47.932594 L 12.403937 47.291969 L 12.532844 46.96775 L 12.665656 46.643531 L 12.923469 45.995094 L 13.052375 45.666969 L 13.185187 45.338844 L 13.314094 45.010719 L 13.443 44.678688 L 13.575812 44.346656 L 13.833625 43.682594 L 13.962531 43.346656 L 14.095344 43.010719 L 14.482062 41.991188 L 14.614875 41.651344 L 15.001594 40.620094 L 15.134406 40.276344 L 15.263312 39.928688 L 15.392219 39.577125 L 15.521125 39.229469 L 15.653937 38.877906 L 15.91175 38.174781 L 16.044562 37.819313 L 16.302375 37.108375 L 16.431281 36.749 L 16.564094 36.389625 L 16.693 36.03025 L 16.950812 35.303688 L 17.083625 34.940406 L 17.212531 34.577125 L 17.470344 33.84275 L 17.603156 33.471656 L 17.732062 33.104469 L 17.989875 32.362281 L 18.122687 31.987281 L 18.3805 31.237281 L 18.513312 30.858375 L 18.900031 29.721656 L 19.032844 29.338844 L 19.290656 28.573219 L 19.419562 28.1865 L 19.552375 27.799781 L 19.681281 27.413063 L 19.810187 27.022438 L 19.939094 26.635719 L 20.071906 26.241188 L 20.200812 25.850563 L 20.458625 25.0615 L 20.591437 24.666969 L 20.84925 23.870094 L 20.982062 23.471656 L 21.368781 22.264625 L 21.501594 21.858375 L 21.6305 21.456031 L 21.759406 21.045875 L 21.888312 20.639625 L 22.021125 20.229469 L 22.278937 19.409156 L 22.407844 18.995094 L 22.540656 18.581031 L 22.669562 18.166969 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 22.677375 -68.03225 L 22.935187 -67.770531 L 23.196906 -67.512719 L 25.017219 -65.692406 L 25.275031 -65.430687 L 25.53675 -65.172875 L 25.794562 -64.911156 L 26.056281 -64.653344 L 26.314094 -64.391625 L 26.575812 -64.133812 L 26.833625 -63.872094 L 27.095344 -63.614281 L 27.353156 -63.352562 L 27.614875 -63.09475 L 27.872687 -62.833031 L 28.134406 -62.575219 L 28.392219 -62.3135 L 28.653937 -62.055687 L 30.47425 -60.235375 L 30.732062 -59.973656 L 30.993781 -59.715844 L 31.251594 -59.454125 L 31.513312 -59.196312 L 31.771125 -58.934594 L 32.032844 -58.676781 L 32.290656 -58.415062 L 32.552375 -58.15725 L 32.810187 -57.895531 L 33.071906 -57.637719 L 33.329719 -57.376 L 33.591437 -57.118187 L 35.41175 -55.297875 L 35.669562 -55.036156 L 35.931281 -54.778344 L 36.189094 -54.516625 L 36.450812 -54.258812 L 36.708625 -53.997094 L 36.970344 -53.739281 L 37.228156 -53.477562 L 37.489875 -53.21975 L 37.747687 -52.958031 L 38.009406 -52.700219 L 38.267219 -52.4385 L 38.528937 -52.180687 L 40.34925 -50.360375 L 40.607062 -50.098656 L 40.868781 -49.840844 L 41.126594 -49.579125 L 41.388312 -49.321312 L 41.646125 -49.059594 L 41.907844 -48.801781 L 42.165656 -48.540062 L 42.427375 -48.28225 L 42.685187 -48.020531 L 42.946906 -47.762719 L 43.204719 -47.501 L 43.466437 -47.243187 L 43.72425 -46.981469 L 43.985969 -46.723656 L 45.806281 -44.903344 L 46.064094 -44.641625 L 46.325812 -44.383812 L 46.583625 -44.122094 L 46.845344 -43.864281 L 47.103156 -43.602562 L 47.364875 -43.34475 L 47.622687 -43.083031 L 47.884406 -42.825219 L 48.142219 -42.5635 L 48.403937 -42.305687 L 48.66175 -42.043969 L 48.923469 -41.786156 L 50.743781 -39.965844 L 51.001594 -39.704125 L 51.263312 -39.446312 L 51.521125 -39.184594 L 51.782844 -38.926781 L 52.040656 -38.665062 L 52.302375 -38.40725 L 52.560187 -38.145531 L 52.821906 -37.887719 L 53.079719 -37.626 L 53.341437 -37.368187 L 53.59925 -37.106469 L 53.860969 -36.848656 L 56.200812 -34.508812 L 56.458625 -34.247094 L 56.720344 -33.989281 L 56.978156 -33.727562 L 57.239875 -33.46975 L 57.497687 -33.208031 L 57.759406 -32.950219 L 58.017219 -32.6885 L 58.278937 -32.430687 L 58.53675 -32.168969 L 58.798469 -31.911156 L 59.056281 -31.649437 L 59.318 -31.391625 L 61.138312 -29.571312 L 61.396125 -29.309594 L 61.657844 -29.051781 L 61.915656 -28.790062 L 62.177375 -28.53225 L 62.435187 -28.270531 L 62.696906 -28.012719 L 62.954719 -27.751 L 63.216437 -27.493187 L 63.47425 -27.231469 L 63.735969 -26.973656 L 63.993781 -26.711937 L 64.2555 -26.454125 L 66.075812 -24.633812 L 66.333625 -24.372094 L 66.595344 -24.114281 L 66.853156 -23.852562 L 67.114875 -23.59475 L 67.372687 -23.333031 L 67.634406 -23.075219 L 67.892219 -22.8135 L 68.153937 -22.555687 L 68.41175 -22.293969 L 68.673469 -22.036156 L 68.931281 -21.774437 L 69.193 -21.516625 L 69.450812 -21.254906 L 69.712531 -20.997094 L 71.532844 -19.176781 L 71.790656 -18.915062 L 72.052375 -18.65725 L 72.310187 -18.395531 L 72.571906 -18.137719 L 72.829719 -17.876 L 73.091437 -17.618187 L 73.34925 -17.356469 L 73.610969 -17.098656 L 73.868781 -16.836937 L 74.1305 -16.579125 L 74.388312 -16.317406 L 74.650031 -16.059594 L 76.470344 -14.239281 L 76.728156 -13.977562 L 76.989875 -13.71975 L 77.247687 -13.458031 L 77.509406 -13.200219 L 77.767219 -12.9385 L 78.028937 -12.680687 L 78.28675 -12.418969 L 78.548469 -12.161156 L 78.806281 -11.899437 L 79.068 -11.641625 L 79.325812 -11.379906 L 79.587531 -11.122094 L 81.407844 -9.301781 L 81.665656 -9.040062 L 81.927375 -8.78225 L 82.185187 -8.520531 L 82.446906 -8.262719 L 82.704719 -8.001 L 82.966437 -7.743187 L 83.22425 -7.481469 L 83.485969 -7.223656 L 83.743781 -6.961937 L 84.0055 -6.704125 L 84.263312 -6.442406 L 84.525031 -6.184594 L 84.782844 -5.922875 L 85.044562 -5.665062 L 86.864875 -3.84475 L 87.122687 -3.583031 L 87.384406 -3.325219 L 87.642219 -3.0635 L 87.903937 -2.805687 L 88.16175 -2.543969 L 88.423469 -2.286156 L 88.681281 -2.024437 L 88.943 -1.766625 L 89.200812 -1.504906 L 89.462531 -1.247094 L 89.720344 -0.985375 L 89.982062 -0.727562 L 91.802375 1.09275 L 92.060187 1.354469 L 92.321906 1.612281 L 92.579719 1.874 L 92.841437 2.131813 L 93.09925 2.393531 L 93.360969 2.651344 L 93.618781 2.913063 L 93.8805 3.170875 L 94.138312 3.432594 L 94.400031 3.690406 L 94.657844 3.952125 L 94.919562 4.209938 L 96.739875 6.03025 L 96.997687 6.291969 L 97.259406 6.549781 L 97.517219 6.8115 L 97.778937 7.069313 L 98.03675 7.331031 L 98.298469 7.588844 L 98.556281 7.850563 L 98.818 8.108375 L 99.075812 8.370094 L 99.337531 8.627906 L 99.595344 8.889625 L 99.857062 9.147438 L 100.114875 9.409156 L 100.376594 9.666969 L 102.196906 11.487281 L 102.454719 11.749 L 102.716437 12.006813 L 102.97425 12.268531 L 103.235969 12.526344 L 103.493781 12.788063 L 103.7555 13.045875 L 104.013312 13.307594 L 104.275031 13.565406 L 104.532844 13.827125 L 104.794562 14.084938 L 105.052375 14.346656 L 105.314094 14.604469 L 107.134406 16.424781 L 107.392219 16.6865 L 107.653937 16.944313 L 107.91175 17.206031 L 108.173469 17.463844 L 108.431281 17.725563 L 108.693 17.983375 L 108.950812 18.245094 L 109.212531 18.502906 L 109.470344 18.764625 L 109.732062 19.022438 L 109.989875 19.284156 L 110.251594 19.541969 L 112.071906 21.362281 L 112.329719 21.624 L 112.591437 21.881813 L 112.84925 22.143531 L 113.110969 22.401344 L 110.071906 19.366188 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;" d="M 242.675781 111.460938 C 241.515625 112.257812 239.378906 113.292969 237.640625 113.753906 L 240.386719 116.5 C 240.84375 114.757812 241.882812 112.621094 242.675781 111.460938 "/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -20.685906 79.370094 C -20.685906 80.471656 -21.576531 81.362281 -22.678094 81.362281 C -23.77575 81.362281 -24.670281 80.471656 -24.670281 79.370094 C -24.670281 78.268531 -23.77575 77.377906 -22.678094 77.377906 C -21.576531 77.377906 -20.685906 78.268531 -20.685906 79.370094 Z M -20.685906 79.370094 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M -20.685906 90.709938 C -20.685906 91.807594 -21.576531 92.702125 -22.678094 92.702125 C -23.77575 92.702125 -24.670281 91.807594 -24.670281 90.709938 C -24.670281 89.608375 -23.77575 88.71775 -22.678094 88.71775 C -21.576531 88.71775 -20.685906 89.608375 -20.685906 90.709938 Z M -20.685906 90.709938 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 24.669562 18.139625 C 24.669562 19.241188 23.778937 20.135719 22.677375 20.135719 C 21.575812 20.135719 20.685187 19.241188 20.685187 18.139625 C 20.685187 17.041969 21.575812 16.147438 22.677375 16.147438 C 23.778937 16.147438 24.669562 17.041969 24.669562 18.139625 Z M 24.669562 18.139625 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 24.669562 -68.03225 C 24.669562 -66.930687 23.778937 -66.040062 22.677375 -66.040062 C 21.575812 -66.040062 20.685187 -66.930687 20.685187 -68.03225 C 20.685187 -69.129906 21.575812 -70.024437 22.677375 -70.024437 C 23.778937 -70.024437 24.669562 -69.129906 24.669562 -68.03225 Z M 24.669562 -68.03225 " transform="matrix(1,0,0,-1,129.307,134.124)"/>
</g>
</svg>
</p> </p>