\(\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) = 4 - 4 e^{x - 5}\). State the horizontal asymptote and the range of \(\displaystyle f(x)\).


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

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:6.3] plot ({\x}, {4 - 4*exp(\x - 5)});
	 \draw[thick, dashed] (-10, 4) -- (10, 4);
\end{tikzpicture}

Download \(\LaTeX\)

\begin{question}Use translations, reflections, and stretches to graph $f(x) = 4 - 4 e^{x - 5}$. State the horizontal asymptote and the range of $f(x)$.\newline 
    \soln{11cm}{The graph is shifted right 5 units and up 4 units. Since the coefficient is negative the graph is reflected across the $x-$axis and stretched by a factor of 4. The horizontal asymptote is $y= 4$. The range is $(-\infty, 4)$\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:6.3] plot ({\x}, {4 - 4*exp(\x - 5)});
	 \draw[thick, dashed] (-10, 4) -- (10, 4);
\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) = 4 - 4 e^{x - 5} " src="/equation_images/%20%5Cdisplaystyle%20f%28x%29%20%3D%204%20-%204%20e%5E%7Bx%20-%205%7D%20" alt="LaTeX:  \displaystyle f(x) = 4 - 4 e^{x - 5} " data-equation-content=" \displaystyle f(x) = 4 - 4 e^{x - 5} " /> . 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 5 units and up 4 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 4. The horizontal asymptote is  <img class="equation_image" title=" \displaystyle y= 4 " src="/equation_images/%20%5Cdisplaystyle%20y%3D%204%20" alt="LaTeX:  \displaystyle y= 4 " data-equation-content=" \displaystyle y= 4 " /> . The range is  <img class="equation_image" title=" \displaystyle (-\infty, 4) " src="/equation_images/%20%5Cdisplaystyle%20%28-%5Cinfty%2C%204%29%20" alt="LaTeX:  \displaystyle (-\infty, 4) " data-equation-content=" \displaystyle (-\infty, 4) " /> <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="312.771pt" viewBox="0 0 314.243 312.771" 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>
<clipPath id="clip1">
  <path d="M 0 87 L 260 87 L 260 312.769531 L 0 312.769531 Z M 0 87 "/>
</clipPath>
<clipPath id="clip2">
  <path d="M 240 305 L 246 305 L 246 312.769531 L 240 312.769531 Z M 240 305 "/>
</clipPath>
</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.735563 L 141.732625 -141.735563 M -141.732219 -127.559781 L 141.732625 -127.559781 M -141.732219 -113.387906 L 141.732625 -113.387906 M -141.732219 -99.212125 L 141.732625 -99.212125 M -141.732219 -85.04025 L 141.732625 -85.04025 M -141.732219 -70.868375 L 141.732625 -70.868375 M -141.732219 -56.692594 L 141.732625 -56.692594 M -141.732219 -42.520719 L 141.732625 -42.520719 M -141.732219 -28.344938 L 141.732625 -28.344938 M -141.732219 -14.173063 L 141.732625 -14.173063 M -141.732219 -0.0011875 L 141.732625 -0.0011875 M -141.732219 14.174594 L 141.732625 14.174594 M -141.732219 28.346469 L 141.732625 28.346469 M -141.732219 42.518344 L 141.732625 42.518344 M -141.732219 56.694125 L 141.732625 56.694125 M -141.732219 70.866 L 141.732625 70.866 M -141.732219 85.041781 L 141.732625 85.041781 M -141.732219 99.213656 L 141.732625 99.213656 M -141.732219 113.385531 L 141.732625 113.385531 M -141.732219 127.561312 L 141.732625 127.561312 M -141.732219 141.729281 L 141.732625 141.729281 M -141.732219 -141.735563 L -141.732219 141.733187 M -127.560344 -141.735563 L -127.560344 141.733187 M -113.388469 -141.735563 L -113.388469 141.733187 M -99.212688 -141.735563 L -99.212688 141.733187 M -85.040813 -141.735563 L -85.040813 141.733187 M -70.868938 -141.735563 L -70.868938 141.733187 M -56.693156 -141.735563 L -56.693156 141.733187 M -42.521281 -141.735563 L -42.521281 141.733187 M -28.3455 -141.735563 L -28.3455 141.733187 M -14.173625 -141.735563 L -14.173625 141.733187 M -0.00175 -141.735563 L -0.00175 141.733187 M 14.174031 -141.735563 L 14.174031 141.733187 M 28.345906 -141.735563 L 28.345906 141.733187 M 42.521687 -141.735563 L 42.521687 141.733187 M 56.693562 -141.735563 L 56.693562 141.733187 M 70.865437 -141.735563 L 70.865437 141.733187 M 85.041219 -141.735563 L 85.041219 141.733187 M 99.213094 -141.735563 L 99.213094 141.733187 M 113.388875 -141.735563 L 113.388875 141.733187 M 127.56075 -141.735563 L 127.56075 141.733187 M 141.728719 -141.735563 L 141.728719 141.733187 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<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.0011875 L 141.666219 -0.0011875 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<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.183594 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.183594 301.3125 160.867188 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-1" x="305.228" y="163.011"/>
</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.66525 L -0.00175 141.662875 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<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.804688 156.300781 301.894531 L 151.515625 301.894531 C 152.632812 303.804688 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.460938 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.460938 "/>
<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.83475 L -141.732219 -2.833219 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="3.32" y="173.641"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="11.069" y="173.641"/>
  <use xlink:href="#glyph2-2" x="16.0503" y="173.641"/>
</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.83475 L -113.388469 -2.833219 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="34.158" y="173.641"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="41.906" y="173.641"/>
</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.83475 L -85.040813 -2.833219 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="62.504" y="173.641"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="70.253" y="173.641"/>
</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.83475 L -56.693156 -2.833219 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="90.85" y="173.641"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="98.599" y="173.641"/>
</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.83475 L -28.3455 -2.833219 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="119.197" y="173.641"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="126.946" y="173.641"/>
</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.83475 L -0.00175 -2.833219 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<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.83475 L 28.345906 -2.833219 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="179.764" y="173.641"/>
</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.83475 L 56.693562 -2.833219 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="208.111" y="173.641"/>
</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.83475 L 85.041219 -2.833219 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="236.457" y="173.641"/>
</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.83475 L 113.388875 -2.833219 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="264.803" y="173.641"/>
</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.83475 L 141.732625 -2.833219 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="290.659" y="173.641"/>
  <use xlink:href="#glyph2-2" x="295.6403" y="173.641"/>
</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.735563 L -2.833781 -141.735563 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<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.387906 L -2.833781 -113.387906 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="134.824" y="277.047"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-3" x="142.573" y="277.047"/>
</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.04025 L -2.833781 -85.04025 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<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.692594 L -2.833781 -56.692594 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="134.824" y="220.354"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-5" x="142.573" y="220.354"/>
</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.344938 L -2.833781 -28.344938 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="134.824" y="192.008"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="142.573" y="192.008"/>
</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.0011875 L -2.833781 -0.0011875 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<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.346469 L -2.833781 28.346469 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-6" x="142.573" y="135.73"/>
</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.694125 L -2.833781 56.694125 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<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.041781 L -2.833781 85.041781 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-4" x="142.573" y="79.037"/>
</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.385531 L -2.833781 113.385531 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<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.733187 L -2.833781 141.733187 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="137.591" y="22.344"/>
  <use xlink:href="#glyph2-2" x="142.5723" y="22.344"/>
</g>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<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 56.694125 L -140.572063 56.694125 L -56.986125 56.694125 L -55.825969 56.686312 L -52.341594 56.686312 L -51.181438 56.682406 L -47.697063 56.682406 L -46.536906 56.6785 L -44.216594 56.6785 L -43.056438 56.674594 L -40.732219 56.674594 L -38.411906 56.666781 L -37.25175 56.666781 L -36.087688 56.662875 L -34.927531 56.662875 L -31.447063 56.651156 L -30.283 56.64725 L -25.642375 56.631625 L -24.478313 56.627719 L -22.158 56.612094 L -20.997844 56.608187 L -19.837688 56.600375 L -18.673625 56.592562 L -17.513469 56.58475 L -15.193156 56.561312 L -14.033 56.5535 L -12.868938 56.537875 L -10.548625 56.514437 L -9.388469 56.498812 L -8.228313 56.479281 L -7.06425 56.463656 L -5.904094 56.440219 L -4.743938 56.420687 L -3.583781 56.39725 L -2.423625 56.369906 L -1.259563 56.346469 L 1.06075 56.283969 L 2.220906 56.248812 L 3.381062 56.20975 L 4.545125 56.166781 L 5.705281 56.127719 L 8.025594 56.026156 L 9.18575 55.967562 L 10.349812 55.905062 L 11.509969 55.838656 L 12.670125 55.764437 L 13.830281 55.686312 L 14.990437 55.592562 L 16.1545 55.502719 L 17.314656 55.401156 L 18.474812 55.287875 L 19.634969 55.166781 L 20.795125 55.037875 L 21.959187 54.89725 L 23.119344 54.744906 L 24.2795 54.576937 L 25.439656 54.39725 L 26.599812 54.198031 L 27.763875 53.991 L 28.924031 53.756625 L 30.084187 53.506625 L 31.244344 53.233187 L 32.4045 52.940219 L 33.568562 52.616 L 34.728719 52.27225 L 35.888875 51.889437 L 37.049031 51.475375 L 38.209187 51.033969 L 39.37325 50.5535 L 40.533406 50.026156 L 41.693562 49.45975 L 42.853719 48.838656 L 44.013875 48.170687 L 45.174031 47.440219 L 46.338094 46.651156 L 47.49825 45.795687 L 48.658406 44.858187 L 49.818562 43.850375 L 50.978719 42.756625 L 52.142781 41.565219 L 53.302937 40.27225 L 54.463094 38.869906 L 55.62325 37.350375 L 56.783406 35.701937 L 57.947469 33.908969 L 59.107625 31.963656 L 60.267781 29.850375 L 61.427937 27.557406 L 62.588094 25.073031 L 63.752156 22.373812 L 64.912312 19.444125 L 66.072469 16.260531 L 67.232625 12.815219 L 68.392781 9.065219 L 69.556844 4.998812 L 70.717 0.588656 L 71.877156 -4.188688 L 73.037312 -9.384 L 74.197469 -15.024625 L 75.361531 -21.145719 L 76.521687 -27.79025 L 77.681844 -35.001188 L 78.842 -42.829313 L 80.002156 -51.3215 L 81.166219 -60.544156 L 82.326375 -70.548063 L 83.486531 -81.411344 L 84.646687 -93.1965 L 85.806844 -105.993375 L 86.970906 -119.876188 L 88.131062 -134.950406 L 88.884969 -145.583219 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;" d="M 12.175781 104.171875 C 13.875 104.492188 16.636719 105.449219 18.550781 106.5625 L 18.550781 101.78125 C 16.636719 102.898438 13.875 103.855469 12.175781 104.171875 "/>
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:1;" d="M 243.199219 312.175781 C 243.398438 310.457031 244.15625 307.632812 245.132812 305.644531 L 240.363281 305.984375 C 241.613281 307.8125 242.761719 310.5 243.199219 312.175781 "/>
</g>
<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 56.694125 L 141.732625 56.694125 " transform="matrix(1,0,0,-1,153.908,160.866)"/>
</g>
</svg>
</p> </p>