8 n < n 2
<=> n 2 - 8 n > 0
<=> n 2 - 8 n + 16 > 16
<=> ( n - 4 ) 2 > 16
<=> | n - 4 | > 4
<=> n - 4 > 4 OR - n + 4 > 4
<=> n > 8 OR n < 0
Since n < 0 is meaningless concerning the given problem, the (only) solution is:
n0 > 8
10 n < 2 n log n
<=> 5 < log n
<=> 2 5 < n
<=> n > 2 5 = 32
Solution is: n0 > 32
10 n log n < n 2
<=> 10 log n < n
<=> log n < n / 10
<=> n < 2 n / 10
<=> n 10 < 2 n
<=> ...
This can not be calculated in closed form.
Using a numerical algorithm (or just the method of trial and error) gives:
n0 ≥ 59