An encryption scheme is based on the DLP: $c = a^x mod ~b$, where $x$ is hard to find. How hard is it to find $a$, given all the other values, $c$, $x$ and $b$?
Would this make the problem easy to solve?
$c^{1/x} = (a^x)^{1/x} mod ~b$
An example would be great to better understand.