well no, it'd be x = (-4) or x = (-1 * 4)
or x = 4 = (2*2)
But like I already explained in my earlier post, you don't expand -4 to -1*4 to get the correct answer. That's not how it works. Sure, -1*4 = -4, but if you really wanted to expand some expression to some other expression, you're required to add parenthesis around it.
I.e. -4^2 can't be expanded to -1*4^2, for the same reason it can't be expanded to -2*2^2 (which would give different result than -4^2), although both -1*4 and -2*2 result in -4. If you wanted to expand it, -4^2 would be (-1*4)^2, which wouldn't help solving the issue at hand *at all*