what is the last 4 digit prime ending in "53" starting from 9953, 9853, 9753 etc. ?
Start with 1053.\[\text{PrimeQ}[1053]\to \text{False} \]\[\text{PrimeQ}[1153]\to \text{True} \]PrimeQ is a Mathematica function that returns True if the argument is prime and False otherwise.
@BSwan try this
find all \(\large x\) and \(\large y\) such that : \(\large 1000x + 100y+ 53\) is a prime
when its up to primes , only one thing work -.- guessing hehehe
yeah lol , why dont you use matlab ?
\(\large 1000x + 100y + 53 = p\) \(\large 1000x + 100y = p-53\) this is a linear diophantine equation, solution exist only when \(\large 100 | ( p-53)\)
hmmm
thats an useless thing as it doesn't tell anything new :o
wait brb
i dont think diphontane solve anything right ?
its not useful http://math.stackexchange.com/questions/914199/find-the-largest-four-digit-prime-number-ending-with-53
so what about trial ?
Join our real-time social learning platform and learn together with your friends!