First, find an expression for the number of page views for the n-th day.
Since each day the number of visitors decreases by 12%, then, the number of page views is 88% of the number of visitors from the previous day. We can find that amount by multiplying 3000 by 0.88.
The n-th day, that amount would have been multiplied by 0.88 n-1 times (the first day, it is multiplied by a factor of 0.88^0, the second day, by 0.88^1, and so on, so the n-th day, the amount of visitors can be found by multiplying by a factor of 0.88^n-1).
Then, the expression for the number of visitors of the n-th day is:
On the other hand, remember the following formula:
The amount of visitors after nine days can be found as:
Therefore, the correct choice is: