Solving equation with a power



Hi Probably a very basic question, excuse my lack of knowledge:
Is this equation involving a power solvable algebraically at all? x^n
- x·z = 0 I want to solve for x
SOLVE(x^n - x·z = 0, x, Real)
I can't seem to find a solution or even an approximation. Thanks

.