Suppose we have $ p, q$ where $ p$ and $q$ are twin primes between 6,10000. Now the following sequence $pq + 2$ generates 22 primes . These primes are all in the congruence class $ [1]_{100}$ I've been asked to prove why this is the case. I've spent a good time thinking about it and not got any ideas how to even start. Wondering if someone could give me just a direction at least to follow. Was considering the notion of parity as pq is always going to be odd.
Best regards
Look at the possible remainders $\bmod 10$. The only case where $p, p+2, p(p+2)+2$ may be all primes is $p\equiv 9\pmod {10} $ (otherwise there are factors $2$ or $5$). So we have $p=10q+9$ and then
$$p(p+2)+2 = (10q+9)(10q+11)+2 = 100q^2+200q+101$$