\(\text{www.the}\beta\text{etafunction.com}\)
Home
Login
Questions: Algebra BusinessCalculus

Please login to create an exam or a quiz.

Algebra
Exponentials
New Random

Use translations, reflections, and stretches to graph \(\displaystyle f(x) = 2 - 7 e^{x - 7}\). State the horizontal asymptote and the range of \(\displaystyle f(x)\).


The graph is shifted right 7 units and up 2 units. Since the coefficient is negative the graph is reflected across the \(\displaystyle x-\)axis and stretched by a factor of 7. The horizontal asymptote is \(\displaystyle y= 2\). The range is \(\displaystyle (-\infty, 2)\)

Download Tikz \( \LaTeX \)

\begin{tikzpicture}[scale=.5]
	\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[very thick, latex-latex, color=blue, samples = 200, domain=-10:7.5] plot ({\x}, {2 - 7*exp(\x - 7)});
	 \draw[thick, dashed] (-10, 2) -- (10, 2);
\end{tikzpicture}

Download \(\LaTeX\)

\begin{question}Use translations, reflections, and stretches to graph $f(x) = 2 - 7 e^{x - 7}$. State the horizontal asymptote and the range of $f(x)$.\newline 
    \soln{11cm}{The graph is shifted right 7 units and up 2 units. Since the coefficient is negative the graph is reflected across the $x-$axis and stretched by a factor of 7. The horizontal asymptote is $y= 2$. The range is $(-\infty, 2)$\newline\begin{tikzpicture}[scale=.5]
	\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[very thick, latex-latex, color=blue, samples = 200, domain=-10:7.5] plot ({\x}, {2 - 7*exp(\x - 7)});
	 \draw[thick, dashed] (-10, 2) -- (10, 2);
\end{tikzpicture}
}

\end{question}

Download Question and Solution Environment\(\LaTeX\)
\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}
HTML for Canvas
<p> <p>Use translations, reflections, and stretches to graph  <img class="equation_image" title=" \displaystyle f(x) = 2 - 7 e^{x - 7} " src="/equation_images/%20%5Cdisplaystyle%20f%28x%29%20%3D%202%20-%207%20e%5E%7Bx%20-%207%7D%20" alt="LaTeX:  \displaystyle f(x) = 2 - 7 e^{x - 7} " data-equation-content=" \displaystyle f(x) = 2 - 7 e^{x - 7} " /> . State the horizontal asymptote and the range of  <img class="equation_image" title=" \displaystyle f(x) " src="/equation_images/%20%5Cdisplaystyle%20f%28x%29%20" alt="LaTeX:  \displaystyle f(x) " data-equation-content=" \displaystyle f(x) " /> .<br> </p> </p>
HTML for Canvas
<p> <p>The graph is shifted right 7 units and up 2 units. Since the coefficient is negative the graph is reflected across the  <img class="equation_image" title=" \displaystyle x- " src="/equation_images/%20%5Cdisplaystyle%20x-%20" alt="LaTeX:  \displaystyle x- " data-equation-content=" \displaystyle x- " /> axis and stretched by a factor of 7. The horizontal asymptote is  <img class="equation_image" title=" \displaystyle y= 2 " src="/equation_images/%20%5Cdisplaystyle%20y%3D%202%20" alt="LaTeX:  \displaystyle y= 2 " data-equation-content=" \displaystyle y= 2 " /> . The range is  <img class="equation_image" title=" \displaystyle (-\infty, 2) " src="/equation_images/%20%5Cdisplaystyle%20%28-%5Cinfty%2C%202%29%20" alt="LaTeX:  \displaystyle (-\infty, 2) " data-equation-content=" \displaystyle (-\infty, 2) " /> <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="314.243pt" height="309.545pt" viewBox="0 0 314.243 309.545" 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 3.328125 -3.015625 C 3.390625 -3.265625 3.625 -4.1875 4.3125 -4.1875 C 4.359375 -4.1875 4.609375 -4.1875 4.8125 -4.0625 C 4.53125 -4 4.34375 -3.765625 4.34375 -3.515625 C 4.34375 -3.359375 4.453125 -3.171875 4.71875 -3.171875 C 4.9375 -3.171875 5.25 -3.34375 5.25 -3.75 C 5.25 -4.265625 4.671875 -4.40625 4.328125 -4.40625 C 3.75 -4.40625 3.40625 -3.875 3.28125 -3.65625 C 3.03125 -4.3125 2.5 -4.40625 2.203125 -4.40625 C 1.171875 -4.40625 0.59375 -3.125 0.59375 -2.875 C 0.59375 -2.765625 0.703125 -2.765625 0.71875 -2.765625 C 0.796875 -2.765625 0.828125 -2.796875 0.84375 -2.875 C 1.1875 -3.9375 1.84375 -4.1875 2.1875 -4.1875 C 2.375 -4.1875 2.71875 -4.09375 2.71875 -3.515625 C 2.71875 -3.203125 2.546875 -2.546875 2.1875 -1.140625 C 2.03125 -0.53125 1.671875 -0.109375 1.234375 -0.109375 C 1.171875 -0.109375 0.953125 -0.109375 0.734375 -0.234375 C 0.984375 -0.296875 1.203125 -0.5 1.203125 -0.78125 C 1.203125 -1.046875 0.984375 -1.125 0.84375 -1.125 C 0.53125 -1.125 0.296875 -0.875 0.296875 -0.546875 C 0.296875 -0.09375 0.78125 0.109375 1.21875 0.109375 C 1.890625 0.109375 2.25 -0.59375 2.265625 -0.640625 C 2.390625 -0.28125 2.75 0.109375 3.34375 0.109375 C 4.375 0.109375 4.9375 -1.171875 4.9375 -1.421875 C 4.9375 -1.53125 4.859375 -1.53125 4.828125 -1.53125 C 4.734375 -1.53125 4.71875 -1.484375 4.6875 -1.421875 C 4.359375 -0.34375 3.6875 -0.109375 3.375 -0.109375 C 2.984375 -0.109375 2.828125 -0.421875 2.828125 -0.765625 C 2.828125 -0.984375 2.875 -1.203125 2.984375 -1.640625 Z M 3.328125 -3.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 4.84375 -3.796875 C 4.890625 -3.9375 4.890625 -3.953125 4.890625 -4.03125 C 4.890625 -4.203125 4.75 -4.296875 4.59375 -4.296875 C 4.5 -4.296875 4.34375 -4.234375 4.25 -4.09375 C 4.234375 -4.03125 4.140625 -3.734375 4.109375 -3.546875 C 4.03125 -3.296875 3.96875 -3.015625 3.90625 -2.75 L 3.453125 -0.953125 C 3.421875 -0.8125 2.984375 -0.109375 2.328125 -0.109375 C 1.828125 -0.109375 1.71875 -0.546875 1.71875 -0.921875 C 1.71875 -1.375 1.890625 -2 2.21875 -2.875 C 2.375 -3.28125 2.421875 -3.390625 2.421875 -3.59375 C 2.421875 -4.03125 2.109375 -4.40625 1.609375 -4.40625 C 0.65625 -4.40625 0.296875 -2.953125 0.296875 -2.875 C 0.296875 -2.765625 0.390625 -2.765625 0.40625 -2.765625 C 0.515625 -2.765625 0.515625 -2.796875 0.5625 -2.953125 C 0.84375 -3.890625 1.234375 -4.1875 1.578125 -4.1875 C 1.65625 -4.1875 1.828125 -4.1875 1.828125 -3.875 C 1.828125 -3.625 1.71875 -3.359375 1.65625 -3.171875 C 1.25 -2.109375 1.078125 -1.546875 1.078125 -1.078125 C 1.078125 -0.1875 1.703125 0.109375 2.296875 0.109375 C 2.6875 0.109375 3.015625 -0.0625 3.296875 -0.34375 C 3.171875 0.171875 3.046875 0.671875 2.65625 1.203125 C 2.390625 1.53125 2.015625 1.828125 1.5625 1.828125 C 1.421875 1.828125 0.96875 1.796875 0.796875 1.40625 C 0.953125 1.40625 1.09375 1.40625 1.21875 1.28125 C 1.328125 1.203125 1.421875 1.0625 1.421875 0.875 C 1.421875 0.5625 1.15625 0.53125 1.0625 0.53125 C 0.828125 0.53125 0.5 0.6875 0.5 1.171875 C 0.5 1.671875 0.9375 2.046875 1.5625 2.046875 C 2.578125 2.046875 3.609375 1.140625 3.890625 0.015625 Z M 4.84375 -3.796875 "/>
</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 6.5625 -2.296875 C 6.734375 -2.296875 6.921875 -2.296875 6.921875 -2.5 C 6.921875 -2.6875 6.734375 -2.6875 6.5625 -2.6875 L 1.171875 -2.6875 C 1 -2.6875 0.828125 -2.6875 0.828125 -2.5 C 0.828125 -2.296875 1 -2.296875 1.171875 -2.296875 Z M 6.5625 -2.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 2.9375 -6.375 C 2.9375 -6.625 2.9375 -6.640625 2.703125 -6.640625 C 2.078125 -6 1.203125 -6 0.890625 -6 L 0.890625 -5.6875 C 1.09375 -5.6875 1.671875 -5.6875 2.1875 -5.953125 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.15625 -0.03125 2.5625 -0.03125 C 2.953125 -0.03125 3.828125 -0.03125 4.171875 0 L 4.171875 -0.3125 L 3.859375 -0.3125 C 2.953125 -0.3125 2.9375 -0.421875 2.9375 -0.78125 Z M 2.9375 -6.375 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 4.578125 -3.1875 C 4.578125 -3.984375 4.53125 -4.78125 4.1875 -5.515625 C 3.734375 -6.484375 2.90625 -6.640625 2.5 -6.640625 C 1.890625 -6.640625 1.171875 -6.375 0.75 -5.453125 C 0.4375 -4.765625 0.390625 -3.984375 0.390625 -3.1875 C 0.390625 -2.4375 0.421875 -1.546875 0.84375 -0.78125 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.015625 0.21875 3.78125 0.015625 4.21875 -0.9375 C 4.53125 -1.625 4.578125 -2.40625 4.578125 -3.1875 Z M 2.484375 0 C 2.09375 0 1.5 -0.25 1.328125 -1.203125 C 1.21875 -1.796875 1.21875 -2.71875 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.609375 1.296875 -5.140625 C 1.484375 -6.328125 2.234375 -6.421875 2.484375 -6.421875 C 2.8125 -6.421875 3.46875 -6.234375 3.65625 -5.25 C 3.765625 -4.6875 3.765625 -3.9375 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.5 -0.296875 2.9375 0 2.484375 0 Z M 2.484375 0 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 1.625 -4.5625 C 1.171875 -4.859375 1.125 -5.1875 1.125 -5.359375 C 1.125 -5.96875 1.78125 -6.390625 2.484375 -6.390625 C 3.203125 -6.390625 3.84375 -5.875 3.84375 -5.15625 C 3.84375 -4.578125 3.453125 -4.109375 2.859375 -3.765625 Z M 3.078125 -3.609375 C 3.796875 -3.984375 4.28125 -4.5 4.28125 -5.15625 C 4.28125 -6.078125 3.40625 -6.640625 2.5 -6.640625 C 1.5 -6.640625 0.6875 -5.90625 0.6875 -4.96875 C 0.6875 -4.796875 0.703125 -4.34375 1.125 -3.875 C 1.234375 -3.765625 1.609375 -3.515625 1.859375 -3.34375 C 1.28125 -3.046875 0.421875 -2.5 0.421875 -1.5 C 0.421875 -0.453125 1.4375 0.21875 2.484375 0.21875 C 3.609375 0.21875 4.5625 -0.609375 4.5625 -1.671875 C 4.5625 -2.03125 4.453125 -2.484375 4.0625 -2.90625 C 3.875 -3.109375 3.71875 -3.203125 3.078125 -3.609375 Z M 2.078125 -3.1875 L 3.3125 -2.40625 C 3.59375 -2.21875 4.0625 -1.921875 4.0625 -1.3125 C 4.0625 -0.578125 3.3125 -0.0625 2.5 -0.0625 C 1.640625 -0.0625 0.921875 -0.671875 0.921875 -1.5 C 0.921875 -2.078125 1.234375 -2.71875 2.078125 -3.1875 Z M 2.078125 -3.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 1.3125 -3.265625 L 1.3125 -3.515625 C 1.3125 -6.03125 2.546875 -6.390625 3.0625 -6.390625 C 3.296875 -6.390625 3.71875 -6.328125 3.9375 -5.984375 C 3.78125 -5.984375 3.390625 -5.984375 3.390625 -5.546875 C 3.390625 -5.234375 3.625 -5.078125 3.84375 -5.078125 C 4 -5.078125 4.3125 -5.171875 4.3125 -5.5625 C 4.3125 -6.15625 3.875 -6.640625 3.046875 -6.640625 C 1.765625 -6.640625 0.421875 -5.359375 0.421875 -3.15625 C 0.421875 -0.484375 1.578125 0.21875 2.5 0.21875 C 3.609375 0.21875 4.5625 -0.71875 4.5625 -2.03125 C 4.5625 -3.296875 3.671875 -4.25 2.5625 -4.25 C 1.890625 -4.25 1.515625 -3.75 1.3125 -3.265625 Z M 2.5 -0.0625 C 1.875 -0.0625 1.578125 -0.65625 1.515625 -0.8125 C 1.328125 -1.28125 1.328125 -2.078125 1.328125 -2.25 C 1.328125 -3.03125 1.65625 -4.03125 2.546875 -4.03125 C 2.71875 -4.03125 3.171875 -4.03125 3.484375 -3.40625 C 3.65625 -3.046875 3.65625 -2.53125 3.65625 -2.046875 C 3.65625 -1.5625 3.65625 -1.0625 3.484375 -0.703125 C 3.1875 -0.109375 2.734375 -0.0625 2.5 -0.0625 Z M 2.5 -0.0625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 2.9375 -1.640625 L 2.9375 -0.78125 C 2.9375 -0.421875 2.90625 -0.3125 2.171875 -0.3125 L 1.96875 -0.3125 L 1.96875 0 C 2.375 -0.03125 2.890625 -0.03125 3.3125 -0.03125 C 3.734375 -0.03125 4.25 -0.03125 4.671875 0 L 4.671875 -0.3125 L 4.453125 -0.3125 C 3.71875 -0.3125 3.703125 -0.421875 3.703125 -0.78125 L 3.703125 -1.640625 L 4.6875 -1.640625 L 4.6875 -1.953125 L 3.703125 -1.953125 L 3.703125 -6.484375 C 3.703125 -6.6875 3.703125 -6.75 3.53125 -6.75 C 3.453125 -6.75 3.421875 -6.75 3.34375 -6.625 L 0.28125 -1.953125 L 0.28125 -1.640625 Z M 2.984375 -1.953125 L 0.5625 -1.953125 L 2.984375 -5.671875 Z M 2.984375 -1.953125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M 1.265625 -0.765625 L 2.328125 -1.796875 C 3.875 -3.171875 4.46875 -3.703125 4.46875 -4.703125 C 4.46875 -5.84375 3.578125 -6.640625 2.359375 -6.640625 C 1.234375 -6.640625 0.5 -5.71875 0.5 -4.828125 C 0.5 -4.28125 1 -4.28125 1.03125 -4.28125 C 1.203125 -4.28125 1.546875 -4.390625 1.546875 -4.8125 C 1.546875 -5.0625 1.359375 -5.328125 1.015625 -5.328125 C 0.9375 -5.328125 0.921875 -5.328125 0.890625 -5.3125 C 1.109375 -5.96875 1.65625 -6.328125 2.234375 -6.328125 C 3.140625 -6.328125 3.5625 -5.515625 3.5625 -4.703125 C 3.5625 -3.90625 3.078125 -3.125 2.515625 -2.5 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 L 4.46875 -1.734375 L 4.234375 -1.734375 C 4.171875 -1.4375 4.109375 -1 4 -0.84375 C 3.9375 -0.765625 3.28125 -0.765625 3.0625 -0.765625 Z M 1.265625 -0.765625 "/>
</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 -141.732219 -141.734562 L 141.732625 -141.734562 M -141.732219 -127.558781 L 141.732625 -127.558781 M -141.732219 -113.386906 L 141.732625 -113.386906 M -141.732219 -99.215031 L 141.732625 -99.215031 M -141.732219 -85.03925 L 141.732625 -85.03925 M -141.732219 -70.867375 L 141.732625 -70.867375 M -141.732219 -56.6955 L 141.732625 -56.6955 M -141.732219 -42.519719 L 141.732625 -42.519719 M -141.732219 -28.347844 L 141.732625 -28.347844 M -141.732219 -14.172062 L 141.732625 -14.172062 M -141.732219 -0.0001875 L 141.732625 -0.0001875 M -141.732219 14.171688 L 141.732625 14.171688 M -141.732219 28.347469 L 141.732625 28.347469 M -141.732219 42.519344 L 141.732625 42.519344 M -141.732219 56.695125 L 141.732625 56.695125 M -141.732219 70.867 L 141.732625 70.867 M -141.732219 85.038875 L 141.732625 85.038875 M -141.732219 99.214656 L 141.732625 99.214656 M -141.732219 113.386531 L 141.732625 113.386531 M -141.732219 127.562313 L 141.732625 127.562313 M -141.732219 141.730281 L 141.732625 141.730281 M -141.732219 -141.734562 L -141.732219 141.734188 M -127.560344 -141.734562 L -127.560344 141.734188 M -113.388469 -141.734562 L -113.388469 141.734188 M -99.212688 -141.734562 L -99.212688 141.734188 M -85.040813 -141.734562 L -85.040813 141.734188 M -70.868938 -141.734562 L -70.868938 141.734188 M -56.693156 -141.734562 L -56.693156 141.734188 M -42.521281 -141.734562 L -42.521281 141.734188 M -28.3455 -141.734562 L -28.3455 141.734188 M -14.173625 -141.734562 L -14.173625 141.734188 M -0.00175 -141.734562 L -0.00175 141.734188 M 14.174031 -141.734562 L 14.174031 141.734188 M 28.345906 -141.734562 L 28.345906 141.734188 M 42.521687 -141.734562 L 42.521687 141.734188 M 56.693562 -141.734562 L 56.693562 141.734188 M 70.865437 -141.734562 L 70.865437 141.734188 M 85.041219 -141.734562 L 85.041219 141.734188 M 99.213094 -141.734562 L 99.213094 141.734188 M 113.388875 -141.734562 L 113.388875 141.734188 M 127.56075 -141.734562 L 127.56075 141.734188 M 141.728719 -141.734562 L 141.728719 141.734188 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<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 -141.665813 -0.0001875 L 141.666219 -0.0001875 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 6.503906 160.867188 C 8.203125 161.1875 10.96875 162.140625 12.878906 163.257812 L 12.878906 158.476562 C 10.96875 159.589844 8.203125 160.546875 6.503906 160.867188 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 301.3125 160.867188 C 299.609375 160.546875 296.847656 159.589844 294.933594 158.476562 L 294.933594 163.257812 C 296.847656 162.140625 299.609375 161.1875 301.3125 160.867188 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-1" x="305.228" y="163.012"/>
</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.00175 -141.66425 L -0.00175 141.663875 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 153.90625 308.269531 C 154.226562 306.570312 155.183594 303.808594 156.300781 301.894531 L 151.515625 301.894531 C 152.632812 303.808594 153.589844 306.570312 153.90625 308.269531 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 153.90625 13.464844 C 153.589844 15.164062 152.632812 17.925781 151.515625 19.839844 L 156.300781 19.839844 C 155.183594 17.925781 154.226562 15.164062 153.90625 13.464844 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-2" x="151.287" y="7.61"/>
</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 -141.732219 2.83575 L -141.732219 -2.836125 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="3.32" y="173.642"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="11.069" y="173.642"/>
  <use xlink:href="#glyph2-2" x="16.0503" y="173.642"/>
</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.388469 2.83575 L -113.388469 -2.836125 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="34.158" y="173.642"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="41.906" y="173.642"/>
</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 -85.040813 2.83575 L -85.040813 -2.836125 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="62.504" y="173.642"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="70.253" y="173.642"/>
</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 -56.693156 2.83575 L -56.693156 -2.836125 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="90.85" y="173.642"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="98.599" y="173.642"/>
</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 -28.3455 2.83575 L -28.3455 -2.836125 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="119.197" y="173.642"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="126.946" y="173.642"/>
</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.00175 2.83575 L -0.00175 -2.836125 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<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 28.345906 2.83575 L 28.345906 -2.836125 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="179.764" y="173.642"/>
</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 56.693562 2.83575 L 56.693562 -2.836125 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="208.111" y="173.642"/>
</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 85.041219 2.83575 L 85.041219 -2.836125 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="236.457" y="173.642"/>
</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.388875 2.83575 L 113.388875 -2.836125 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="264.803" y="173.642"/>
</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 141.732625 2.83575 L 141.732625 -2.836125 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="290.659" y="173.642"/>
  <use xlink:href="#glyph2-2" x="295.6403" y="173.642"/>
</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.834187 -141.734562 L -2.833781 -141.734562 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="129.843" y="305.394"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="137.591" y="305.394"/>
  <use xlink:href="#glyph2-2" x="142.5723" y="305.394"/>
</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.834187 -113.386906 L -2.833781 -113.386906 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="134.824" y="277.048"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="142.573" y="277.048"/>
</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.834187 -85.03925 L -2.833781 -85.03925 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="134.824" y="248.701"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="142.573" y="248.701"/>
</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.834187 -56.6955 L -2.833781 -56.6955 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="134.824" y="220.355"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="142.573" y="220.355"/>
</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.834187 -28.347844 L -2.833781 -28.347844 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="134.824" y="192.009"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="142.573" y="192.009"/>
</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.834187 -0.0001875 L -2.833781 -0.0001875 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<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.834187 28.347469 L -2.833781 28.347469 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="142.573" y="135.731"/>
</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.834187 56.695125 L -2.833781 56.695125 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="142.573" y="107.384"/>
</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.834187 85.038875 L -2.833781 85.038875 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="142.573" y="79.038"/>
</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.834187 113.386531 L -2.833781 113.386531 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="142.573" y="50.691"/>
</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.834187 141.734188 L -2.833781 141.734188 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="137.591" y="22.345"/>
  <use xlink:href="#glyph2-2" x="142.5723" y="22.345"/>
</g>
<path style="fill:none;stroke-width:1.19553;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M -135.993938 28.343563 L -140.486125 28.343563 L -29.560344 28.343563 L -28.31425 28.33575 L -27.068156 28.33575 L -25.822063 28.331844 L -23.329875 28.331844 L -22.083781 28.327938 L -20.837688 28.327938 L -19.591594 28.324031 L -18.3455 28.324031 L -15.853313 28.316219 L -14.607219 28.316219 L -13.357219 28.312313 L -5.880656 28.288875 L -4.634563 28.281063 L -3.388469 28.277156 L 2.842 28.238094 L 4.088094 28.226375 L 5.338094 28.214656 L 7.830281 28.191219 L 11.568562 28.144344 L 12.814656 28.124813 L 14.06075 28.101375 L 15.306844 28.081844 L 16.552937 28.0545 L 17.799031 28.031063 L 20.291219 27.968563 L 21.537312 27.933406 L 22.783406 27.894344 L 24.033406 27.855281 L 25.2795 27.808406 L 27.771687 27.706844 L 29.017781 27.64825 L 30.263875 27.581844 L 31.509969 27.511531 L 32.756062 27.437313 L 34.002156 27.355281 L 35.24825 27.265438 L 36.494344 27.167781 L 37.740437 27.058406 L 38.986531 26.937313 L 40.232625 26.808406 L 41.478719 26.659969 L 42.728719 26.511531 L 43.974812 26.343563 L 45.220906 26.156063 L 46.467 25.956844 L 47.713094 25.726375 L 48.959187 25.492 L 50.205281 25.230281 L 51.451375 24.945125 L 52.697469 24.624813 L 53.943562 24.277156 L 55.189656 23.909969 L 56.43575 23.503719 L 57.681844 23.058406 L 58.927937 22.570125 L 60.174031 22.034969 L 61.424031 21.452938 L 62.670125 20.824031 L 63.916219 20.132625 L 65.162312 19.378719 L 66.408406 18.542781 L 67.6545 17.64825 L 68.900594 16.659969 L 70.146687 15.58575 L 71.392781 14.413875 L 72.638875 13.132625 L 73.884969 11.734188 L 75.131062 10.206844 L 76.377156 8.538875 L 77.62325 6.714656 L 78.87325 4.730281 L 80.119344 2.5545 L 81.365437 0.183406 L 82.611531 -2.406437 L 83.857625 -5.234562 L 85.103719 -8.3205 L 86.349812 -11.683781 L 87.595906 -15.367375 L 88.842 -19.386906 L 90.088094 -23.781437 L 91.334187 -28.562687 L 92.580281 -33.804875 L 93.826375 -39.511906 L 95.072469 -45.754094 L 96.318562 -52.562687 L 97.568562 -60.004094 L 98.814656 -68.121281 L 100.06075 -76.965031 L 101.306844 -86.644719 L 102.552937 -97.215031 L 103.799031 -108.754094 L 105.045125 -121.359562 L 105.771687 -129.398625 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;" d="M 12.175781 132.523438 C 13.875 132.839844 16.636719 133.796875 18.550781 134.914062 L 18.550781 130.128906 C 16.636719 131.246094 13.875 132.203125 12.175781 132.523438 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;" d="M 260.199219 295.980469 C 260.363281 294.257812 261.066406 291.421875 262.003906 289.417969 L 257.242188 289.847656 C 258.527344 291.652344 259.726562 294.316406 260.199219 295.980469 "/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-dasharray:2.98883,2.98883;stroke-miterlimit:10;" d="M -141.732219 28.347469 L 141.732625 28.347469 " transform="matrix(1,0,0,-1,153.908,160.867)"/>
</g>
</svg>
</p> </p>