I've been working through some tutorials that show how to factorised in multiple ways, e.g.
$2x^2 + 11x +12$
Can be factorised to:
$(2x + 3)(x + 4)$
... and to:
$2[(x + \frac{11}{4})^2 - \frac{25}{16}]$
When is one technique preferred instead of the other? I haven't seen this advice yet in any of the books and tutorials I'm reading.
The first method is better when you are looking for the roots, the second -- for putting the expression into a specific form, usually done to understand its geometric shape. Like, from your example, it is an upward-open scaled parabola with vertex at $(-11/4,-25/16)$.