lets assume i have three children , tim,jack and juliet. currently tim is 14 years old , jack is 10 years and juliet is 6 years old. next year => tim:15, jack=11, juliet=7 and so on....
Is it possible that all of the three children will have an age that are a prime number, in the same year?
i know by checking the prime numbers list that it is not possible , but is there a mathematical proof(expression,equation,formula ) to have as an argument ? if there is not mathematical proof of that, what would your argument be? how would you convince me that it is not possible ?
If $6+n$, $10+n$ and $14+n$ are all primes, then $n$ must be odd. So we can let $n=2k+1$.
Hence we need to prove $2k+7$, $2k+11$ and $2k+15$ can not be primes simultaneously.
Thus, the three number cannot be all primes.