Challenge 389: Prime Values
Your challenge is to make these expressions prime, and show that your solution is unique!
Find a value for n, where n is an integer, for which all three of the expressions below will have a prime value.
3n - 1
9n2 - 6n + 8
9n2 + 6n - 2
Prove that there are no other integer values of n which will produce all prime values.