Answer:
 1, 3, 4
Explanation:
You want to identify the steps used to solve the quadratic equation ...
 2x² +12x -3 = 0
Solution
Solving the quadratic by completing the square uses these steps.
 2x² +12x = 3 . . . . . . . . . . separate the constant from the x-terms
 2(x² +6x) = 3 . . . . . . . . . . factor out the leading coefficient (choice 3)
 2(x² +6x +9) = 3 +18 . . . . add the square of 6/2 (choice 1)
 2(x +3)² = 21 . . . . . . . . . . simplify
 (x +3)² = 21/2 . . . . . . . . . . divide by 2
 x +3 = ±√(21/2) . . . . . . . . . take the square root (choice 4)
 x = -3 ±√(21/2) . . . . . . actual solution