Square root of negative 2x plus 1 − 3 = x
 ((-2x+1 ^1/2)-3=x
 Eloise procedure ((-2x+1) ^1/2)-3=x------ok
 ((-2x+1) ^1/2)-3+3=x+3-----ok
 ((-2x+1) ^1/2)=x+3-----------ok
 ((-2x+1-1) ^1/2)=x+3-1---------->this is the error
 the correct is ((-2x+1) ^1/2)-1=x+3-1
  I solve correctly
 ((-2x+1) ^1/2)=x+3------------((-2x+1) ^1/2) ^2=(x+3) ^2
 (-2x+1) =(x+3) ^2
 -2x+1=x^2+6x+9
  -x^2+8x+8=0
 solving the quadratic equation
 x1=-6.828
 x2=-1.172
  the solution is x=-1.172 
see attached graph to check