It's easy to show that 3 is a primitive root $\bmod 17$, but how do I use it prove the congruence?
Is there a general way to solve any congruence of the form $a^x \equiv b \pmod{c}$ if you know a primitive root $\bmod c$ and c is big (without brute force)?
Here if you observe that $7=3^{11}\quad \& \quad 6=3^{15}$ so Putting above we have
$3^{11x}\equiv 3^{15}~ \pmod{17}$
$\implies 3^{11x-15}\equiv 1 \pmod{17}$
3 is primitive root so $11x-15=16n$ for some $n\in \mathbb{Z}$
$\implies x=\dfrac{16n+15}{11}$ will be integer
You can easily see that $n=8$ satifies this ,So $x=13$ will be a solution of given .
There will be more solution of this too.