Find all rational solutions $(a,b)$ to the equation
$$a\sqrt{2}+b\sqrt{3} = 2\sqrt{a} + 3\sqrt{b}.$$
I can see that we have the solutions $(0,0), (2,0), (0,3), (3,2), (2,3)$, and I suspect that there are no more.
I tried to do the thing where you square both sides, rearrange terms, square both sides again, but it got messy.
Edited: Also, I think I recall that all distinct square roots of square-free numbers are linearly independent over the rationals. Is this true? This might lead to a more direct way of proving it.

Actually, not that messy. Squaring both sides, then isolating the only term that is irrational in the unknowns and squaring again gives
$$(2a^2+3b^2+2\sqrt6ab-4a-9b)^2=144ab$$
Since $\sqrt6$ is irrational, this can only be true if either $ab=0$ or
$$2a^2+3b^2-4a-9b=0$$
This is the equation of an ellipse centered at $(a=1,b=\frac32).$
Substituting this into the previous equality yields $24a^2b^2=144ab,$ or (still assuming $ab\neq0$) $ab=6.$
This hyperbola intersects the ellipse in only two points: the nonzero solutions we already had.