I need an equation to satisfy the following data points and I can't come up with anything. I believe it needs an absolute value as that changes the slope of the line.
Best yet: $y=2x-|x-4|$
Points are: $(1,1)$; $(2,3)$; $(3,5)$; $(4,7)$; $(5,8)$; $(6,10)$; $(7,11)$; $(8,12)$; $(9,13)$; $(10,14)$; $(11,15)$
Thanks in advance

If you meant $(5, 9)$ instead of $(5, 8)$, then $$ y = 1.5(x + 1) - 0.5|x - 5| $$ works. Otherwise, \begin{align*} y &= 1.5(x + 1) - 0.5|x - 5| + 0.5\min\bigl(|x - 5| - 1, 0\bigr) \\ &= 1.5(x + 1) - 0.5\bigl(1 + \bigl||x - 5| - 1\bigr|\bigr) \end{align*} hits them all.