Given these values:
$$x_1 = \left\{1, 3, 6, 8\right\}$$ $$x_2 = \left\{2, 8, 5, 10\right\}$$ $$y = \left\{8.6, 30.8, 34.1, 53.8\right\}$$
And this formula
$$y = m_1x_1 + m_2x_2$$
How do I determine $m_1$ and $m_2$?
(In this case I purposely chose that values $m_1=3.6$ and $m_2=2.5$. I know how to do this in Excel using Linest, but I need the formula itself.)