Find the area enclosed by the graph of $13x^2-20xy+52y^2+52y-10x=563$.
First I saw that this cannot be a circle ($xy$ term), and it cannot be an ellipse with axes parallel to the coordinate axes. But its obviously a closed figure. I tried to factor it as a sum of squares equal to zero, but this did not work. By plugging into W|A I find that it is an ellipse with sides not parallel to the coordinate axes, but centered at the origin. First, I have no idea to deduce that simply by manipulating the equation algebraically (unless you know the general form of ellipses not necessarily parallel to the coordinate axes). I hope someone can tell without giving an ad hoc explanation. Second, even knowing that the figure is an ellipse, I still don't know how to determine the minor and major axes (but from there its easy by using area equals $\pi a b$).

Note that you can rewrite this, with a little work, as $$4(x+2y+1)^2+9(-x+2y+1)^2=576=24^2$$
If we put $X=x+2y$ and $Y=-x+2y$ the determinant of the transformation is $4$ and we get $$\frac {(X+1)^2}{12^2}+\frac {(Y+1)^2}{8^2}=1$$ as a transformed ellipse with its axes parallel to the new co-ordinate axes. The new ellipse has major/minor axes of lengths $12$ and $8$ and area $\pi\times 12\times 8=96\pi$. The original ellipse has area one quarter of this i.e. $24\pi$.
How to rewrite - I just hacked it out by equating coefficients with the form $(ax+by+c)^2+(dx+ey+f)^2$. This took me less than ten minutes on paper, and is definitely elementary
It would also have been possible to shift the origin first to get the symmetric form $$13x^2-20xy+56y^2=576$$Then you want $$(ax+by)^2+(cx+dy)^2=13x^2-20xy+56y^2$$
So $a^2+c^2=13, b^2+d^2=56, ab+cd=-10$
So go for $a=\pm 2$ and $c=\pm 3$ and spot $2\cdot 4-3\cdot 6=-10$ so that we can rewrite as $$(2x+4y)^2+(-3x+6y)^2$$ which is essentially what I did, and the arithmetic from there is essentially the same.
On the determinant of the transformation, that's simply a matrix determinant. We write $$\begin{bmatrix}X \\ Y\end{bmatrix}=\begin{bmatrix}1 & 2 \\ -1 & 2\end{bmatrix}\begin{bmatrix}x \\ y\end{bmatrix}$$
The determinant of the matrix is $1\times 2-2\times -1=4$. The determinant in two dimensions gives you the scale factor for area (in three dimensions it would be volume, etc).