This is how i approached this question:
Let say , If X=10, then what is the value of 5X? So you are given the value of X , and then you are asked about the value of 5X. These are two separate pieces of information and this is important to know.
Thus, If X=10 then 5X=5(10)= 50 is the the value of 5X.
Let's discuss the original question.
If 1+ x^4 +x^3 + x^2 + x = 80, then what is the average of x, x^2 +x^3 + x^4, x^5? so we have here two separate pieces of information as well.
We know that the formula for Average: Average=Sum of the terms/number of the terms.
Thus, Average= x, x^2 +x^3 + x^4, x^5 / 5(number of the terms) = but here is the trick, we can simplify the sum of the terms by pulling out the common factors, and if we do that, then we see that x, x^2 +x^3 + x^4, x^5 be comes X(1+x+x^2+x^3+x^4). Since from that question stem (1+x+x^2+x^3+x^4)= 80 , then simply substitute 80 for (1+x+x^2+x^3+x^4), then the avergae becomes X(80) / 5(number of the terms)= 16X
The correct answer is D
I hope it's clear.