Yeah, I solved the cylindrical one (ii) correctly, I just just plugging values in incorrectly.
The spherical one is still giving me issues though, I'm getting
a = b + (C / (4 * Pi * E)), which means that a will always be greater than b, an impossible situation when a is the inner radius. So I...