Be $M$ the linear transformation represented by matrix $T$:
$$T = \left[ \begin{matrix} 5 & 2 \\ 4 & 1 \\ \end{matrix}\right ] $$
Mark the correct answer which show the image by $M$ of the line $2x-3y = 0$
(A) $19x - 8y = 0$
(B) $19x - 14y = 0$ (answer)
(C) $19x -15y = 0$
(D) $15x-14y = 0$
(E) $4x - 5y = 0$
Any hints?
My first attempt was related the tranformation the each coordanaties from line r: 2x-3y = 0 with matrix T.
r as a vector: $\vec{r} = \left[\begin{matrix} 2\\-3\end{matrix}\right]$
$\vec{z} = T . \vec{r} = \left[\begin{matrix} 4\\-5\end{matrix}\right]$ (wrong)

The line $2x-3y=0$ defines a subspace. The vector $r$ that you used is orthogonal to this line.
The correct point of view is to look at the line as set of all $(x,y)\in\mathbb R^2$ such that $(x,y)=(x, \frac{2}{3}x)$ since $y=\frac{2}{3}x$. So it suffices to check where $T$ sends, say $(3,2)$ (which is on the line). Thus, computing $\begin{pmatrix} 5& 2\\ 4& 1\end{pmatrix} \begin{bmatrix} 3\\ 2\end{bmatrix}$ should give the answer.