The mean of the first n consecutive positive base-7 numbers is 6. What is the base-10 value of n?

since the numbers are 1-n, their sum is n(n+1)/2, making the mean (n+1)/2

So, n=11

Not sure what the base 7 has to do with anything. The mean is the same value in any base.