The given conic equation is
$ 4(3x + 4 y)^2 + 9(4x - 3 y)^2 = 900 $
Let's define the rotation matrix
$ R = \begin{bmatrix} \dfrac{3}{5} && \dfrac{-4}{5} \\ \dfrac{4}{5} && \dfrac{3}{5} \end{bmatrix} $
And let $r = [x, y]^T $ , and define $z = [z_1, z_2]^T = R^T r $ (so that $r = R z $), then
$ z = \dfrac{1}{5} \begin{bmatrix} 3 x + 4 y \\ - 4 x + 3 y \end{bmatrix} $
Therefore,
$ 4 z_1^2 + 9 z_2^2 = \dfrac{900}{25} = 36 $
In the $Oz_1 z_2 $ frame, this is an ellipse with a horizontal ($z_1$) semi-major axis length of $3$ and a vertical ($z_2$) semi-minor axis length of $2$.
The point $ (\dfrac{9}{5}, \dfrac{12}{5} ) $ corresponds to
$ (z_1 , z_2 ) = R^T r = \dfrac{1}{25} ( 75, 0 ) = (3, 0)$
This point is the "right" vertex of the ellipse. So it is ON the ellipse, and hence the minimum distance from this point to the ellipse is zero.
The maximum distance between this point and (another) point on the ellipse is obtained with the opposite vertex (which is the "left" vertex) $(-3, 0)$.
The maximum distance is the length of the major axis, which is $2 (3) = 6 $.
And the coordinates $(x,y)$ of this points is given by
$ \begin{bmatrix}x \\y \end{bmatrix} = R \begin{bmatrix} z_1 \\ z_2 \end{bmatrix} = \dfrac{1}{5} \begin{bmatrix} 3 && - 4 \\ 4 && 3 \end{bmatrix} \begin{bmatrix} -3 \\ 0 \end{bmatrix} = \begin{bmatrix} - \dfrac{ 9 }{5} \\ -\dfrac{12}{5} \end{bmatrix} $
That is, the maximizing point is $( - \dfrac{9}{5}, -\dfrac{12}{5} ) $