Hello, I am trying to find out the folowing question:
For what integer values of N is 10N lg N > 2N^2 ?
a) 0 <= N <= 12
b) 1 < N <= 12
c) 0 < N < 12
d) 0 < N < 13
I think the answer is B because you get an error if using a negative number. But, I was hoping that someone might be able to explain how to figure this question out.