You are not logged in.
Pages: 1
I'm having trouble with this question, can you help?
Thanks in advance!
Offline
Are you sure, Jane?
n>5 also works.
Last edited by Daniel123 (2009-02-07 07:40:32)
Offline
You can solve the general cases by comparisons of growth. For example, 2^n grows much faster than n^2, so eventually the RHS will always win in the positive numbers. For negative integers, the RHS becomes smaller than 3, while the LHS is dominated by the n^2 term which will give high positive numbers. All that remains is to see where this domination happens, and figure out all the cases in between them.
"In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..."
Offline
Pages: 1