To find the least squares regression line $y=a x+b$ for a set of points
$$\left(x_{1}, y_{1}\right),\left(x_{2}, y_{2}\right), \ldots,\left(x_{n}, y_{n}\right)$$
you can solve the following system for a and $b$.
$$\left\{\begin{aligned}n b+\left(\sum_{i=1}^{n} x_{i}\right) a &=\left(\sum_{i=1}^{n} y_{i}\right) \\
\left(\sum_{i=1}^{n} x_{i}\right) b+\left(\sum_{i=1}^{n} x_{i}^{2}\right) a &=\left(\sum_{i=1}^{n} x_{i j}\right)\end{aligned}\right.$$
The sums have been evaluated. Solve the given system for $a$ and $b$ to find the least squares regression line for the points. Use a graphing utility to confirm the results.
$$\left\{\begin{array}{c}
6 b+15 a=23.6 \\
15 b+55 a=48.8
\end{array}\right.$$