$$ \frac{1^2+2^2+...+(n-1)^2}{n^3} = \frac{(n-1)n(2n-1)}{6n^3} $$
Can someone show me step by step how I can transform the LHS to the RHS? If possible, using high school-level math.
I have now edited the title, because I didn't formulate myself right. I would like to know how I can derive the expression on the RHS, without knowing it.
Hint: you can prove by induction that $$\sum\limits_{i=1}^ni^2=\frac{n(n+1)(2n+1)}{6}$$
There are also many other ways to prove this. See this Math.SE post.