| Alternative 1 | |
|---|---|
| Error | 1.4 |
| Cost | 456 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -16:\\
\;\;\;\;x \cdot 0.008620689655172414\\
\mathbf{elif}\;x \leq 16:\\
\;\;\;\;0.13793103448275862\\
\mathbf{else}:\\
\;\;\;\;x \cdot 0.008620689655172414\\
\end{array}
\]