I understand how I would do this if the problem were as such
$8n + 5$ is $O(n)$
$c>0$ and an integer constant $n(not 0) \geq 1$ such that $8n + 5 \leq cn$ for every integer $n \geq n(not 0)$
we could let $c= 13$ and $n(not 0) = 1$
or we could let $c = 9$ and $n( not 0) = 5$.
I'm just not sure how to go about $6n^2 +12n$