The system of linear equations:
\[
10x - 8y = 80, \quad -10x + 16y = 160.
\]
Matrix form \( AX = B \):
\[
A = \begin{bmatrix} 10 & -8 \\ -10 & 16 \end{bmatrix}, \quad
X = \begin{bmatrix} x \\ y \end{bmatrix}, \quad
B = \begin{bmatrix} 80 \\ 160 \end{bmatrix}.
\]
Thus,
\[
AX = B \quad \text{is written as:} \quad
\begin{bmatrix} 10 & -8 \\ -10 & 16 \end{bmatrix}
\begin{bmatrix} x \\ y \end{bmatrix} =
\begin{bmatrix} 80 \\ 160 \end{bmatrix}.
\]