Re: Creative Problem Solving
2. If you divide a prime number by 30, is the remainder necessarily prime?
Basically the question is -> if n(30)+x is prime, then x is a prime number for x<30.
If x is a multiple of 2, 3 or 5, n(30)+x is not prime since n(2*3*5)+2x/3x/5x is always a multiple of 2, 3 or 5.
If x is not a multiple of 2, 3 or 5, it is a prime number.
Therefore, if n(30)+x is prime, x is not a multiple of 2, 3 or 5 and x is a prime number.
So yes.
2. If you divide a prime number by 30, is the remainder necessarily prime?
Basically the question is -> if n(30)+x is prime, then x is a prime number for x<30.
If x is a multiple of 2, 3 or 5, n(30)+x is not prime since n(2*3*5)+2x/3x/5x is always a multiple of 2, 3 or 5.
If x is not a multiple of 2, 3 or 5, it is a prime number.
Therefore, if n(30)+x is prime, x is not a multiple of 2, 3 or 5 and x is a prime number.
So yes.



Comment