Take careful notice of where the constant n is used in the inequality:
x_1^n+x_2^n+...+x_{n-1}^n+x_n^n \geq n\cdot x_1x_2...x_{n-1}x_n
So what this means you should do is to take some value n, say, n=4, and now you need to choose 4 real positive numbers because we need to assign a value to x_1,x_2,x_3,x_4 since the inequality tells us to go up to x_n=x_4.
So if we used x_1 = 5, x_2 = 6, x_3 = 20, x_4 = 31 then we'd have
5^4+6^4+20^4+31^4 \geq 4\cdot 5\cdot 6\cdot 20\cdot 31
If we used n=10 then we'd need to go up to x_{10} and the LHS will use powers of 10.
Dodo said:
Ah... thanks, Mentallic.
Still, 10^3 + 11^3 + 12^3 + 13^3 < 3*10*11*12*13 < 4*10*11*12*13.
(Not sure yet if the RHS multiplier is to be the power or the number of terms - though I can't find a counterexample if both are actually coupled.)
This would work if you had
10^4+11^4+12^4+13^4 \geq 4\cdot 10\cdot 11\cdot 12\cdot 13
Don't sweat making the mistake though, all these x_n's can be quite daunting at first sight, and unless they were clearly explained to you which it doesn't seem like they were, you're going to have a tough time guessing what they mean.
At least, I know I used to!