\(\text{www.the}\beta\text{etafunction.com}\)
Home
Login
Questions: Algebra BusinessCalculus
Please login to create an exam or a quiz.
Use 3 rectangles to approximate \(\displaystyle \int\limits_{5}^{11} \sin{\left(x \right)}\, dx\) using the right endpoint. Draw a graph showing the sum.
\(\displaystyle \Delta x = \frac{b-a}{n}=2\) and \(\displaystyle x_i = a+i\Delta x = 2 i + 5\). Drawing a graph gives:
\begin{tikzpicture}[yscale=5]
\draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-1,-1) grid (12,1.05);
\draw[latex-latex, very thick] (-1.4,0)--(12.4,0) node[right]{$x$};
\draw[latex-latex, very thick] (0,-1.1)--(0,1.1) node[above]{$y$};
\foreach \x in { -1,1,...,12 }{
\pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""}
\draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$};
}
\foreach \y in { -1,-0.75,...,1.05 }{
\pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""}
\draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$};
}
\draw[thick, color=blue, domain={5.0}:{11.0}, samples=200, samples =350] plot(\x, {sin((\x) r)});
\draw[fill=blue, opacity=0.3](5.00, 0) rectangle (7.00, 0.657);
\draw[thick](5.00, 0) rectangle (7.00, 0.657);
\draw[fill=blue, opacity=0.3](7.00, 0) rectangle (9.00, 0.412);
\draw[thick](7.00, 0) rectangle (9.00, 0.412);
\draw[fill=blue, opacity=0.3](9.00, 0) rectangle (11.0, -1.00);
\draw[thick](9.00, 0) rectangle (11.0, -1.00);
\end{tikzpicture}
\begin{question}Use 3 rectangles to approximate $\int\limits_{5}^{11} \sin{\left(x \right)}\, dx$ using the right endpoint. Draw a graph showing the sum.
\soln{9cm}{$\Delta x = \frac{b-a}{n}=2$ and $x_i = a+i\Delta x = 2 i + 5$. Drawing a graph gives:
\begin{center}\begin{tikzpicture}[yscale=5]
\draw[very thick, color=blue, opacity=0.3, xstep=1, ystep=1] (-1,-1) grid (12,1.05);
\draw[latex-latex, very thick] (-1.4,0)--(12.4,0) node[right]{$x$};
\draw[latex-latex, very thick] (0,-1.1)--(0,1.1) node[above]{$y$};
\foreach \x in { -1,1,...,12 }{
\pgfmathsetmacro{\xtick}{\x != 0 ? "\x" : ""}
\draw (\x, .2) -- (\x,-.2) node[below]{$\xtick$};
}
\foreach \y in { -1,-0.75,...,1.05 }{
\pgfmathsetmacro{\ytick}{\y != 0 ? "\y" : ""}
\draw (.2, \y) -- (-.2, \y) node[left]{$\ytick$};
}
\draw[thick, color=blue, domain={5.0}:{11.0}, samples=200, samples =350] plot(\x, {sin((\x) r)});
\draw[fill=blue, opacity=0.3](5.00, 0) rectangle (7.00, 0.657);
\draw[thick](5.00, 0) rectangle (7.00, 0.657);
\draw[fill=blue, opacity=0.3](7.00, 0) rectangle (9.00, 0.412);
\draw[thick](7.00, 0) rectangle (9.00, 0.412);
\draw[fill=blue, opacity=0.3](9.00, 0) rectangle (11.0, -1.00);
\draw[thick](9.00, 0) rectangle (11.0, -1.00);
\end{tikzpicture}
\end{center}
The sum is $\sum_{i=1}^{3} 2 \sin{\left(2 i + 5 \right)} = 0.13823$. }
\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>Use 3 rectangles to approximate <img class="equation_image" title=" \displaystyle \int\limits_{5}^{11} \sin{\left(x \right)}\, dx " src="/equation_images/%20%5Cdisplaystyle%20%5Cint%5Climits_%7B5%7D%5E%7B11%7D%20%5Csin%7B%5Cleft%28x%20%5Cright%29%7D%5C%2C%20dx%20" alt="LaTeX: \displaystyle \int\limits_{5}^{11} \sin{\left(x \right)}\, dx " data-equation-content=" \displaystyle \int\limits_{5}^{11} \sin{\left(x \right)}\, dx " /> using the right endpoint. Draw a graph showing the sum. </p> </p><p> <p> <img class="equation_image" title=" \displaystyle \Delta x = \frac{b-a}{n}=2 " src="/equation_images/%20%5Cdisplaystyle%20%5CDelta%20x%20%3D%20%5Cfrac%7Bb-a%7D%7Bn%7D%3D2%20" alt="LaTeX: \displaystyle \Delta x = \frac{b-a}{n}=2 " data-equation-content=" \displaystyle \Delta x = \frac{b-a}{n}=2 " /> and <img class="equation_image" title=" \displaystyle x_i = a+i\Delta x = 2 i + 5 " src="/equation_images/%20%5Cdisplaystyle%20x_i%20%3D%20a%2Bi%5CDelta%20x%20%3D%202%20i%20%2B%205%20" alt="LaTeX: \displaystyle x_i = a+i\Delta x = 2 i + 5 " data-equation-content=" \displaystyle x_i = a+i\Delta x = 2 i + 5 " /> . Drawing a graph gives:
<center><?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="404.711pt" height="325.876pt" viewBox="0 0 404.711 325.876" 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="glyph0-3">
<path style="stroke:none;" d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
</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 2.890625 -3.515625 C 3.703125 -3.78125 4.28125 -4.46875 4.28125 -5.265625 C 4.28125 -6.078125 3.40625 -6.640625 2.453125 -6.640625 C 1.453125 -6.640625 0.6875 -6.046875 0.6875 -5.28125 C 0.6875 -4.953125 0.90625 -4.765625 1.203125 -4.765625 C 1.5 -4.765625 1.703125 -4.984375 1.703125 -5.28125 C 1.703125 -5.765625 1.234375 -5.765625 1.09375 -5.765625 C 1.390625 -6.265625 2.046875 -6.390625 2.40625 -6.390625 C 2.828125 -6.390625 3.375 -6.171875 3.375 -5.28125 C 3.375 -5.15625 3.34375 -4.578125 3.09375 -4.140625 C 2.796875 -3.65625 2.453125 -3.625 2.203125 -3.625 C 2.125 -3.609375 1.890625 -3.59375 1.8125 -3.59375 C 1.734375 -3.578125 1.671875 -3.5625 1.671875 -3.46875 C 1.671875 -3.359375 1.734375 -3.359375 1.90625 -3.359375 L 2.34375 -3.359375 C 3.15625 -3.359375 3.53125 -2.6875 3.53125 -1.703125 C 3.53125 -0.34375 2.84375 -0.0625 2.40625 -0.0625 C 1.96875 -0.0625 1.21875 -0.234375 0.875 -0.8125 C 1.21875 -0.765625 1.53125 -0.984375 1.53125 -1.359375 C 1.53125 -1.71875 1.265625 -1.921875 0.984375 -1.921875 C 0.734375 -1.921875 0.421875 -1.78125 0.421875 -1.34375 C 0.421875 -0.4375 1.34375 0.21875 2.4375 0.21875 C 3.65625 0.21875 4.5625 -0.6875 4.5625 -1.703125 C 4.5625 -2.515625 3.921875 -3.296875 2.890625 -3.515625 Z M 2.890625 -3.515625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M 4.46875 -2 C 4.46875 -3.1875 3.65625 -4.1875 2.578125 -4.1875 C 2.109375 -4.1875 1.671875 -4.03125 1.3125 -3.671875 L 1.3125 -5.625 C 1.515625 -5.5625 1.84375 -5.5 2.15625 -5.5 C 3.390625 -5.5 4.09375 -6.40625 4.09375 -6.53125 C 4.09375 -6.59375 4.0625 -6.640625 3.984375 -6.640625 C 3.984375 -6.640625 3.953125 -6.640625 3.90625 -6.609375 C 3.703125 -6.515625 3.21875 -6.3125 2.546875 -6.3125 C 2.15625 -6.3125 1.6875 -6.390625 1.21875 -6.59375 C 1.140625 -6.625 1.125 -6.625 1.109375 -6.625 C 1 -6.625 1 -6.546875 1 -6.390625 L 1 -3.4375 C 1 -3.265625 1 -3.1875 1.140625 -3.1875 C 1.21875 -3.1875 1.234375 -3.203125 1.28125 -3.265625 C 1.390625 -3.421875 1.75 -3.96875 2.5625 -3.96875 C 3.078125 -3.96875 3.328125 -3.515625 3.40625 -3.328125 C 3.5625 -2.953125 3.59375 -2.578125 3.59375 -2.078125 C 3.59375 -1.71875 3.59375 -1.125 3.34375 -0.703125 C 3.109375 -0.3125 2.734375 -0.0625 2.28125 -0.0625 C 1.5625 -0.0625 0.984375 -0.59375 0.8125 -1.171875 C 0.84375 -1.171875 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.640625 C 1.484375 -1.890625 1.3125 -2.140625 0.984375 -2.140625 C 0.84375 -2.140625 0.5 -2.0625 0.5 -1.609375 C 0.5 -0.75 1.1875 0.21875 2.296875 0.21875 C 3.453125 0.21875 4.46875 -0.734375 4.46875 -2 Z M 4.46875 -2 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M 4.75 -6.078125 C 4.828125 -6.1875 4.828125 -6.203125 4.828125 -6.421875 L 2.40625 -6.421875 C 1.203125 -6.421875 1.171875 -6.546875 1.140625 -6.734375 L 0.890625 -6.734375 L 0.5625 -4.6875 L 0.8125 -4.6875 C 0.84375 -4.84375 0.921875 -5.46875 1.0625 -5.59375 C 1.125 -5.65625 1.90625 -5.65625 2.03125 -5.65625 L 4.09375 -5.65625 C 3.984375 -5.5 3.203125 -4.40625 2.984375 -4.078125 C 2.078125 -2.734375 1.75 -1.34375 1.75 -0.328125 C 1.75 -0.234375 1.75 0.21875 2.21875 0.21875 C 2.671875 0.21875 2.671875 -0.234375 2.671875 -0.328125 L 2.671875 -0.84375 C 2.671875 -1.390625 2.703125 -1.9375 2.78125 -2.46875 C 2.828125 -2.703125 2.953125 -3.5625 3.40625 -4.171875 Z M 4.75 -6.078125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M 3.65625 -3.171875 L 3.65625 -2.84375 C 3.65625 -0.515625 2.625 -0.0625 2.046875 -0.0625 C 1.875 -0.0625 1.328125 -0.078125 1.0625 -0.421875 C 1.5 -0.421875 1.578125 -0.703125 1.578125 -0.875 C 1.578125 -1.1875 1.34375 -1.328125 1.125 -1.328125 C 0.96875 -1.328125 0.671875 -1.25 0.671875 -0.859375 C 0.671875 -0.1875 1.203125 0.21875 2.046875 0.21875 C 3.34375 0.21875 4.5625 -1.140625 4.5625 -3.28125 C 4.5625 -5.96875 3.40625 -6.640625 2.515625 -6.640625 C 1.96875 -6.640625 1.484375 -6.453125 1.0625 -6.015625 C 0.640625 -5.5625 0.421875 -5.140625 0.421875 -4.390625 C 0.421875 -3.15625 1.296875 -2.171875 2.40625 -2.171875 C 3.015625 -2.171875 3.421875 -2.59375 3.65625 -3.171875 Z M 2.421875 -2.40625 C 2.265625 -2.40625 1.796875 -2.40625 1.5 -3.03125 C 1.3125 -3.40625 1.3125 -3.890625 1.3125 -4.390625 C 1.3125 -4.921875 1.3125 -5.390625 1.53125 -5.765625 C 1.796875 -6.265625 2.171875 -6.390625 2.515625 -6.390625 C 2.984375 -6.390625 3.3125 -6.046875 3.484375 -5.609375 C 3.59375 -5.28125 3.640625 -4.65625 3.640625 -4.203125 C 3.640625 -3.375 3.296875 -2.40625 2.421875 -2.40625 Z M 2.421875 -2.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<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-7">
<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 37 318 L 43 318 L 43 325.875 L 37 325.875 Z M 37 318 "/>
</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 -28.3455 -141.733469 L 340.162312 -141.733469 M -28.3455 0.00090625 L 340.162312 0.00090625 M -28.3455 141.735281 L 340.162312 141.735281 M -28.3455 -141.733469 L -28.3455 148.821219 M -0.00175 -141.733469 L -0.00175 148.821219 M 28.345906 -141.733469 L 28.345906 148.821219 M 56.693562 -141.733469 L 56.693562 148.821219 M 85.041219 -141.733469 L 85.041219 148.821219 M 113.388875 -141.733469 L 113.388875 148.821219 M 141.732625 -141.733469 L 141.732625 148.821219 M 170.080281 -141.733469 L 170.080281 148.821219 M 198.427937 -141.733469 L 198.427937 148.821219 M 226.775594 -141.733469 L 226.775594 148.821219 M 255.119344 -141.733469 L 255.119344 148.821219 M 283.467 -141.733469 L 283.467 148.821219 M 311.814656 -141.733469 L 311.814656 148.821219 M 340.150594 -141.733469 L 340.150594 148.821219 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<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 -33.947063 0.00090625 L 345.759969 0.00090625 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 0.597656 169.371094 C 2.296875 169.691406 5.0625 170.648438 6.972656 171.761719 L 6.972656 166.980469 C 5.0625 168.097656 2.296875 169.054688 0.597656 169.371094 "/>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 391.785156 169.371094 C 390.082031 169.054688 387.320312 168.097656 385.40625 166.980469 L 385.40625 171.761719 C 387.320312 170.648438 390.082031 169.691406 391.785156 169.371094 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-1" x="395.697" y="171.517"/>
</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 -150.170969 L -0.00175 150.168875 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 40.28125 325.28125 C 40.601562 323.578125 41.558594 320.816406 42.675781 318.902344 L 37.890625 318.902344 C 39.007812 320.816406 39.964844 323.578125 40.28125 325.28125 "/>
</g>
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 40.28125 13.464844 C 39.964844 15.164062 39.007812 17.925781 37.890625 19.839844 L 42.675781 19.839844 C 41.558594 17.925781 40.601562 15.164062 40.28125 13.464844 "/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-2" x="37.662" 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 -28.3455 28.344656 L -28.3455 -28.34675 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="5.571" y="207.658"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="13.32" y="207.658"/>
</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.345906 28.344656 L 28.345906 -28.34675 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="66.138" y="207.658"/>
</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 28.344656 L 85.041219 -28.34675 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-2" x="122.831" y="207.658"/>
</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 28.344656 L 141.732625 -28.34675 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="179.524" y="207.658"/>
</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 198.427937 28.344656 L 198.427937 -28.34675 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="236.217" y="207.658"/>
</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 255.119344 28.344656 L 255.119344 -28.34675 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-5" x="292.91" y="207.658"/>
</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 311.814656 28.344656 L 311.814656 -28.34675 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="347.112" y="207.658"/>
<use xlink:href="#glyph2-1" x="352.0933" y="207.658"/>
</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 5.670125 -141.733469 L -5.669719 -141.733469 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="18.364" y="313.899"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="26.112" y="313.899"/>
</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 5.670125 -106.299875 L -5.669719 -106.299875 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="5.633" y="278.466"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="13.382" y="278.466"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="18.364" y="278.466"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="21.131" y="278.466"/>
<use xlink:href="#glyph2-3" x="26.1123" y="278.466"/>
</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 5.670125 -70.866281 L -5.669719 -70.866281 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="10.615" y="243.033"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="18.364" y="243.033"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="23.345" y="243.033"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="26.112" y="243.033"/>
</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 5.670125 -35.432688 L -5.669719 -35.432688 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph1-1" x="5.633" y="207.6"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="13.382" y="207.6"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="18.364" y="207.6"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-7" x="21.131" y="207.6"/>
<use xlink:href="#glyph2-3" x="26.1123" y="207.6"/>
</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 5.670125 0.00090625 L -5.669719 0.00090625 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<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 5.670125 35.4345 L -5.669719 35.4345 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="13.382" y="137.149"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="18.364" y="137.149"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-7" x="21.131" y="137.149"/>
<use xlink:href="#glyph2-3" x="26.1123" y="137.149"/>
</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 5.670125 70.868094 L -5.669719 70.868094 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="18.364" y="101.716"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="23.345" y="101.716"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-3" x="26.112" y="101.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 5.670125 106.301687 L -5.669719 106.301687 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-6" x="13.382" y="66.283"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph0-3" x="18.364" y="66.283"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-4" x="21.131" y="66.283"/>
<use xlink:href="#glyph2-3" x="26.1123" y="66.283"/>
</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 5.670125 141.735281 L -5.669719 141.735281 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
<use xlink:href="#glyph2-1" x="26.112" y="30.85"/>
</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 141.732625 -135.905344 L 142.220906 -135.194406 L 142.709187 -134.444406 L 143.193562 -133.655344 L 143.681844 -132.823313 L 144.170125 -131.956125 L 144.6545 -131.049875 L 145.142781 -130.100656 L 145.631062 -129.116281 L 146.115437 -128.092844 L 146.603719 -127.030344 L 147.092 -125.932688 L 147.580281 -124.799875 L 148.064656 -123.624094 L 148.552937 -122.413156 L 149.041219 -121.170969 L 149.525594 -119.889719 L 150.013875 -118.573313 L 150.502156 -117.22175 L 150.986531 -115.838938 L 151.474812 -114.417063 L 151.963094 -112.967844 L 152.447469 -111.475656 L 152.93575 -109.956125 L 153.424031 -108.401438 L 153.908406 -106.819406 L 154.396687 -105.202219 L 154.884969 -103.557688 L 155.369344 -101.878 L 155.857625 -100.170969 L 156.345906 -98.432688 L 156.830281 -96.667063 L 157.318562 -94.870188 L 157.806844 -93.049875 L 158.295125 -91.202219 L 158.7795 -89.319406 L 159.267781 -87.417063 L 159.756062 -85.487375 L 160.240437 -83.530344 L 160.728719 -81.553781 L 161.217 -79.549875 L 161.701375 -77.522531 L 162.189656 -75.47175 L 162.677937 -73.397531 L 163.162312 -71.307688 L 163.650594 -69.194406 L 164.138875 -67.053781 L 164.62325 -64.901438 L 165.111531 -62.725656 L 165.599812 -60.53425 L 166.084187 -58.319406 L 166.572469 -56.092844 L 167.06075 -53.850656 L 167.545125 -51.588938 L 168.033406 -49.3155 L 168.521687 -47.022531 L 169.009969 -44.72175 L 169.494344 -42.405344 L 169.982625 -40.073313 L 170.470906 -37.729563 L 170.955281 -35.378 L 171.443562 -33.014719 L 171.931844 -30.643625 L 172.416219 -28.260813 L 172.9045 -25.870188 L 173.392781 -23.47175 L 173.877156 -21.0655 L 174.365437 -18.65925 L 174.853719 -16.241281 L 175.338094 -13.8155 L 175.826375 -11.393625 L 176.314656 -8.963938 L 176.799031 -6.530344 L 177.287312 -4.09675 L 177.775594 -1.667063 L 178.259969 0.766531 L 178.74825 3.200125 L 179.236531 5.637625 L 179.724812 8.067312 L 180.209187 10.497 L 180.697469 12.922781 L 181.18575 15.344656 L 181.670125 17.766531 L 182.646687 22.586844 L 183.131062 24.985281 L 183.619344 27.379812 L 184.107625 29.766531 L 184.592 32.141531 L 185.080281 34.504812 L 185.568562 36.864187 L 186.052937 39.207937 L 186.541219 41.543875 L 187.0295 43.864187 L 187.513875 46.176687 L 188.002156 48.473562 L 188.490437 50.750906 L 188.974812 53.016531 L 189.463094 55.270437 L 189.951375 57.504812 L 190.439656 59.719656 L 190.924031 61.918875 L 191.412312 64.102469 L 191.900594 66.262625 L 192.384969 68.407156 L 192.87325 70.52825 L 193.361531 72.629812 L 193.845906 74.707937 L 194.334187 76.770437 L 194.822469 78.801687 L 195.306844 80.813406 L 195.795125 82.801687 L 196.283406 84.766531 L 196.767781 86.707937 L 197.256062 88.618094 L 197.744344 90.504812 L 198.228719 92.368094 L 198.717 94.200125 L 199.205281 96.004812 L 199.689656 97.782156 L 200.177937 99.52825 L 200.666219 101.247 L 201.1545 102.938406 L 201.638875 104.594656 L 202.127156 106.223562 L 202.615437 107.817312 L 203.099812 109.383719 L 203.588094 110.914969 L 204.076375 112.414969 L 204.56075 113.883719 L 205.049031 115.313406 L 205.537312 116.71575 L 206.021687 118.075125 L 206.509969 119.407156 L 206.99825 120.700125 L 207.482625 121.957937 L 207.970906 123.180594 L 208.459187 124.368094 L 208.943562 125.516531 L 209.431844 126.629812 L 209.920125 127.704031 L 210.4045 128.743094 L 210.892781 129.743094 L 211.381062 130.704031 L 211.869344 131.625906 L 212.353719 132.508719 L 212.842 133.352469 L 213.330281 134.161062 L 213.814656 134.922781 L 214.302937 135.649344 L 214.791219 136.332937 L 215.275594 136.981375 L 215.763875 137.586844 L 216.252156 138.149344 L 216.736531 138.672781 L 217.224812 139.157156 L 217.713094 139.598562 L 218.197469 139.997 L 218.68575 140.360281 L 219.174031 140.676687 L 219.658406 140.950125 L 220.146687 141.1845 L 220.634969 141.375906 L 221.119344 141.52825 L 221.607625 141.637625 L 222.095906 141.704031 L 222.584187 141.731375 L 223.068562 141.71575 L 223.556844 141.65325 L 224.045125 141.551687 L 224.5295 141.411062 L 225.017781 141.227469 L 225.506062 141.004812 L 225.990437 140.735281 L 226.478719 140.426687 L 226.967 140.079031 L 227.451375 139.6845 L 227.939656 139.254812 L 228.427937 138.77825 L 228.912312 138.266531 L 229.400594 137.707937 L 229.888875 137.114187 L 230.37325 136.477469 L 230.861531 135.797781 L 231.349812 135.082937 L 231.834187 134.329031 L 232.322469 133.532156 L 232.81075 132.692312 L 233.299031 131.817312 L 233.783406 130.907156 L 234.271687 129.950125 L 234.759969 128.961844 L 235.244344 127.9345 L 235.732625 126.864187 L 236.220906 125.762625 L 236.705281 124.622 L 237.193562 123.442312 L 237.681844 122.227469 L 238.166219 120.977469 L 238.6545 119.692312 L 239.142781 118.372 L 239.627156 117.012625 L 240.115437 115.622 L 240.603719 114.200125 L 241.088094 112.739187 L 241.576375 111.247 L 242.064656 109.719656 L 242.549031 108.164969 L 243.037312 106.575125 L 243.525594 104.954031 L 244.013875 103.301687 L 244.49825 101.622 L 244.986531 99.907156 L 245.474812 98.164969 L 245.959187 96.399344 L 246.447469 94.594656 L 246.93575 92.770437 L 247.420125 90.914969 L 247.908406 89.032156 L 248.396687 87.125906 L 248.881062 85.196219 L 249.369344 83.231375 L 249.857625 81.250906 L 250.342 79.247 L 250.830281 77.21575 L 251.318562 75.161062 L 251.802937 73.086844 L 252.291219 70.989187 L 252.7795 68.872 L 253.263875 66.731375 L 253.752156 64.575125 L 254.240437 62.395437 L 254.728719 60.200125 L 255.213094 57.985281 L 255.701375 55.754812 L 256.189656 53.508719 L 256.674031 51.243094 L 257.162312 48.969656 L 257.650594 46.676687 L 258.134969 44.368094 L 258.62325 42.051687 L 259.111531 39.719656 L 259.595906 37.375906 L 260.084187 35.020437 L 260.572469 32.65325 L 261.056844 30.282156 L 261.545125 27.899344 L 262.033406 25.504812 L 262.517781 23.106375 L 263.494344 18.293875 L 263.978719 15.875906 L 265.443562 8.598562 L 265.927937 6.164969 L 266.9045 1.297781 L 267.388875 -1.135813 L 268.365437 -6.003 L 268.849812 -8.432688 L 269.338094 -10.866281 L 269.826375 -13.288156 L 270.31075 -15.710031 L 270.799031 -18.131906 L 271.287312 -20.542063 L 271.771687 -22.948313 L 272.259969 -25.350656 L 272.74825 -27.741281 L 273.232625 -30.124094 L 273.720906 -32.499094 L 274.209187 -34.866281 L 274.693562 -37.22175 L 275.181844 -39.5655 L 275.670125 -41.897531 L 276.158406 -44.217844 L 276.642781 -46.522531 L 277.131062 -48.8155 L 277.619344 -51.09675 L 278.103719 -53.358469 L 278.592 -55.608469 L 279.080281 -57.838938 L 279.564656 -60.053781 L 280.052937 -62.249094 L 280.541219 -64.432688 L 281.025594 -66.588938 L 281.513875 -68.729563 L 282.002156 -70.850656 L 282.486531 -72.948313 L 282.974812 -75.022531 L 283.463094 -77.081125 L 283.947469 -79.112375 L 284.43575 -81.116281 L 284.924031 -83.104563 L 285.408406 -85.061594 L 285.896687 -86.999094 L 286.384969 -88.90925 L 286.869344 -90.792063 L 287.357625 -92.651438 L 287.845906 -94.475656 L 288.334187 -96.276438 L 288.818562 -98.049875 L 289.306844 -99.792063 L 289.795125 -101.506906 L 290.2795 -103.194406 L 290.767781 -104.842844 L 291.256062 -106.467844 L 291.740437 -108.057688 L 292.228719 -109.616281 L 292.717 -111.147531 L 293.201375 -112.639719 L 293.689656 -114.100656 L 294.177937 -115.530344 L 294.662312 -116.920969 L 295.150594 -118.280344 L 295.638875 -119.604563 L 296.12325 -120.893625 L 296.611531 -122.147531 L 297.099812 -123.362375 L 297.584187 -124.545969 L 298.072469 -125.6905 L 298.56075 -126.795969 L 299.049031 -127.862375 L 299.533406 -128.893625 L 300.021687 -129.889719 L 300.509969 -130.842844 L 300.994344 -131.760813 L 301.482625 -132.635813 L 301.970906 -133.475656 L 302.455281 -134.276438 L 302.943562 -135.03425 L 303.431844 -135.753 L 303.916219 -136.432688 L 304.4045 -137.073313 L 304.892781 -137.674875 L 305.377156 -138.229563 L 305.865437 -138.749094 L 306.353719 -139.22175 L 306.838094 -139.65925 L 307.326375 -140.053781 L 307.814656 -140.405344 L 308.299031 -140.717844 L 308.787312 -140.987375 L 309.275594 -141.213938 L 309.763875 -141.401438 L 310.24825 -141.545969 L 310.736531 -141.651438 L 311.224812 -141.713938 L 311.709187 -141.733469 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.3;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M 141.732625 0.00090625 L 141.732625 93.118094 L 198.427937 93.118094 L 198.427937 0.00090625 Z M 141.732625 0.00090625 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 141.732625 0.00090625 L 141.732625 93.118094 L 198.427937 93.118094 L 198.427937 0.00090625 Z M 141.732625 0.00090625 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.3;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M 198.427937 0.00090625 L 198.427937 58.395437 L 255.119344 58.395437 L 255.119344 0.00090625 Z M 198.427937 0.00090625 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 198.427937 0.00090625 L 198.427937 58.395437 L 255.119344 58.395437 L 255.119344 0.00090625 Z M 198.427937 0.00090625 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,0%,100%);fill-opacity:0.3;stroke-width:0.3985;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:0.3;stroke-miterlimit:10;" d="M 255.119344 0.00090625 L 255.119344 -141.733469 L 311.814656 -141.733469 L 311.814656 0.00090625 Z M 255.119344 0.00090625 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
<path style="fill:none;stroke-width:0.79701;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 255.119344 0.00090625 L 255.119344 -141.733469 L 311.814656 -141.733469 L 311.814656 0.00090625 Z M 255.119344 0.00090625 " transform="matrix(1,0,0,-1,40.283,169.372)"/>
</g>
</svg>
</center>
The sum is <img class="equation_image" title=" \displaystyle \sum_{i=1}^{3} 2 \sin{\left(2 i + 5 \right)} = 0.13823 " src="/equation_images/%20%5Cdisplaystyle%20%5Csum_%7Bi%3D1%7D%5E%7B3%7D%202%20%5Csin%7B%5Cleft%282%20i%20%2B%205%20%5Cright%29%7D%20%3D%200.13823%20" alt="LaTeX: \displaystyle \sum_{i=1}^{3} 2 \sin{\left(2 i + 5 \right)} = 0.13823 " data-equation-content=" \displaystyle \sum_{i=1}^{3} 2 \sin{\left(2 i + 5 \right)} = 0.13823 " /> . </p> </p>