i need to know the maximum possible number of prime numbers between $10n$ and $10n+10$ for $n>0$.
So far I've found the only possible primes are $10n+1$, $10n+3$, $10n+7$, and $10n+9$ but there are values of n where some of these are not prime. I've got no clue on how to go beyond this so I'll appreciate some help here.