Find the least-squares solution of the system
$$\begin{aligned}
A \vec{x}=\vec{b}, \text { where } \quad A &=\left[\begin{array}{cc}
1 & 1 \\
10^{-10} & 0 \\
0 & 10^{-10}
\end{array}\right] \text {and } \\
\vec{b} &=\left[\begin{array}{c}
1 \\
10^{-10} \\
10^{-10}
\end{array}\right]
\end{aligned}$$
Describe and explain the difficulties you may encounter if you use technology. Then find the solution using paper and pencil.