What does the equation of the straight lines $7x^2+4xy+4y^2=0$ become when the axes are the bisectors of the angles between them?
My Attempt: $$7x^2+4xy+4y^2=0$$ Comparing the above equation with $ax^2+2hxy+by^2=0$ we get $a=7$, $h=2$ and $b=4$.
If $\alpha$ be the angle between the lines represented by the given equation, we write: $$\tan {\alpha} = \dfrac {2\sqrt {h^2-ab}}{a+b}$$ $$\tan {\alpha} = \dfrac {2\sqrt {4-28}}{7+4}$$ $$\tan {\alpha} = \dfrac {2\sqrt {-24}}{11}$$
Edit after Alberto Saracco's comment.

Given the equation
$$7x^2+4xy+4y^2=0$$
try to complete the square, getting
$$0=7x^2+4xy+4y^2=6x^2+(x+2y)^2$$
This shows your equation is a point. For it to hold true, you must have $x=0$ and $x+2y=0$, which means the only point satisfying it is the origin $(0,0)$...