I'm reading through an example proof for proving $3^n > 2n^2 + 3n$ for $n\ge4 $ I just don't understand how the example goes from step 3 to 4. Everything before and after that step makes sense to me.
$3 * 3^n > 6n^2 + 9n$
$3^{n+1} > 6n^2 + 9n$
$\qquad\;= 2(n^2 + 2n + n) + (4n^2 + 3n) $
$\qquad\;> 2(n^2 + 2n + 1) + (3n + 3)$
$\qquad\;=2(n+ 1)^2 + 3(n + 1)$
How do I go from step 3 to step 4?