I need to show that A = B. Do I have to only work with one side of the equation and show that it equals the other side without using the other side? Or can I assume that they equal each other and use both sides together to show equality?
For example, if I had to show that $x^2/x = x$, do I need to either simplify the left side by making it $x$ or multiply the right side by $\frac{x}{x}$, or am I allowed to set the equations equal to each other and multiply $x$ by both sides, showing that $x^2 = x^2$ ?
It doesn't seems like it is supposed to be a proof, since it doesn't use the word "prove," but I am unsure.
(z^n-w^n)/(z-w) - nw^(n-1) = (z-w)(sum(k=1,n-1) kw^(k-1)*z^(n-k-1)
And what I have reduced the right side to is:
(z-w)[((n-1)(w^(n-1))/(w-z) - ((z)(w^(n-1)-z^(n-1))/(w-z)^2)]
So I guess I can just keep simplifying that to equal the left side and I am good?
– Nate Nov 11 '13 at 14:15