#Any hints to approach this problem?

16 messages · Page 1 of 1 (latest)

turbid cradle
#

So when discussing with my classmates, we found out by just pure computation that the statement holds true when n>6 (not including the case of n=0). Then prove by induction. Are there ways where we can find the value of n when this starts to hold true? It does not seem like this method is the intended approach to this problem. As a hypothetical, what if this statement holds true for n>30? Does that mean we should be plugging in values of n until we hit that?

hazy eagleBOT
compact ether
#

There are much harder mathematical problems where doing the search is hard.

turbid cradle
compact ether
#

and see how incrementing n by 1 chances n!/3^n, so you are looking at

#

$\frac{\frac{(n+1)!}{3^{n+1}}}{\frac{n!}{3^n}}$

nova stumpBOT
#

Element118

turbid cradle
#

So I am comparing how n+1 changes vs n changes, correct?

#

And I am assuming that when we have the output of the division greater than 1 then we should look at that

compact ether
#

"plug in values" is a technique you are expected to be able to perform when given - most questions that require that wouldn't make you search too much

compact ether
#

though I would probably recommend more practice with other problems since there's not much more to look at (besides obvious generalisations of n! > P(n)k^n where P(n) is polynomial in n)

vapid radish
#

test cases

#

it doesn't take very long for factorials to dominate exponentials