Do prime numbers have defined characteristics like say perfect squares do?
Without seeing the complete string of digits it is relatively easy to determine if a number is definitely not a perfect square by just looking at the least significant digits.
Is the same true for a prime number?
To further explain what I mean...
Imagine a game. The game generates an even number of prime and composite numbers all with the same number of digits, say 11. These numbers are not revealed to the players.
One feature of these numbers is that the least significant digit is always a 1,3,7 or 9. all other digits are effectively random.
The game displays one consecutive digit at a time starting with the least significant digit (from rightmost digit to leftmost). The players then try to determine if the entire number is prime or not prime.
The players can use any means available (outside of cheating) to try an determine if the number is going to be prime or composite.
If no player can decide if the number is prime or composite the next consecutive number is revealed.
When a player declares they know the answer. They indicate prime or composite. The complete number is revealed and if the player is correct they gain a point. If the player is wrong they lose a point.
The game continues for a set number of rounds until a winner is declared.
Sounds like fun? Well maybe not, but the point of the game is to determine at the earliest point in a round, whether a number is likely a prime or composite.
It is obvious after the first digit being a 1,3,7 or 9 it is impossible to know. But what about after each subsequent digit?
What strategies could one employ to determine if the number is prime or composite given that you do not know all the digits which will be revealed?
Guessing will result on average a losing score, so is not an acceptable strategy.