Matt,
Thanks for the reply.
I was hoping there was an easier way then drawing graphs for all of my problems.
I think using the definition for the growth of functions takes care of the problem:
n^2 <= C*n^3 for all n>k
divide both sides by n^2
1 <= C*n for all n>k
C=1, k=1
TRUE
Do you agree?