Now we know that:
- A number raised to n :
xⁿ = x * x * x * x ...n - A number raised to -n :
x⁻ⁿ = 1/x * x * x * x ...n
But what would a root of a number (i.e. x¹/ⁿ) be?
What would "a number raised to 1/n" be?
Or a better way to interpret the question : How would you represent a number raised to 1/n?
Unlike for integers, where $x^n$ is the result of some manipulation, $x^{1/n}$ is defined as the solution of an equation. Namely, for positive $x$, we define $y := x^{1/n}$ as the unique positive solution of the equation $y^n = x$. $x^{1/n}$ is then a convenient abuse of notation because it is compatible with the power law that we are used to: $$(x^a)^b = x^{ab}.$$ Consequently, we can then define $x^{m/n}$ as $(x^m)^{1/n}$ (or $(x^{1/n})^m$, which conveniently results in the same) for $m,n \in \mathbb{Z}$. It is important here that you don't think of it as some sort of fractional multiplication of $x$ with itself, but rather as a convenient definition that happens to coincide with the usual powers for integers.
A similar concept would be something like $\log_{10}(2)$. It is defined as the unique solution of $10^x = 2$ and, a priori, not obtained by some sort of manipulation.