Tom K. answered 12/06/20
Knowledgeable and Friendly Math and Statistics Tutor
The conjecture is that 100n <= n^3 for n >= 11
For n = 11, 100n = 1000 and 11^3 = 1331
1000 <=1331 is True
Assume for n =k
For n=k+1
100(k+1) - 100k =100
k+1^3 -k^3 = k^3 +3k^2 + 3k +1 - k^3 =3k^2 +3k + 1
3k^2 +3k + 1 - (3(k-1)^2 +3(k-1))+1) =
3k^2 +3k + 1 - (3k^2 -6k + 3 +3k - 3 + 1) =
6k >= 0 for k>= 1, so the difference is nondecreasing for k >= 11
For k = 11, 3k^2 +3k + 1 =3*11^2 +3*11 + 1 = 397>=100
Thus, as
100k <= k^3 and
100 <= 3k^2 +3k +1 for k >= 11
100k+100 <= k^3 + 3k^2 +3k +1 or
100(k+1) <= (k+1)^3 for k >= 11
We have proven for k=11 and proven that, if true for k>=11, it is true for k+1, so
100n <= n^3 for n >= 11