Hi I've been working on this problem repeatedly and thought I understood how to solve separable equations problems but I keep getting the wrong answer.
y' = (1-2x)y^2
Here's what I got for the problem:
y'y^2 = (1-2x)
\int(1\y^2) dy = \int(1-2x)dx
ln | y^2| = x-x^2 + C
e^ln|y^2|...