Find all numbers $a$ for which the equation $a3^x+3^{-x}=3$ has a unique solution $x$.
How should I approach this? I don't really see any good way to start the problem, I've seen a similar problem before and If my memory serves me right they used the discriminant somehow(?)

Multiply everywhere by $3^x$ to get $$ a(3^x)^2+1=3\cdot 3^x $$ With substitution $y=3^x$ and a little rearranging, we get $$ ay^2-3y+1=0 $$ We are looking for the values of $a$ which gives us a single positive solution. The discriminant helps here, but it won't be the complete solution.