Think of playing cards, a five of diamonds has thr symbol “5” and shows five diamonds on it. If we used base 2 (binary), the “5” symbol would change to “101”, but there would still be the same number of diamonds displayed on the card.
Since prime numbers are just an amount, the symbol used isn’t the important bit. We probably wouldn’t be able to communicate with aliens using any symbol representing an amount since aliens wouldnt know our alphabet. The symbols would have to be a literal depiction of the amount eg you could use dots or a tally system, like the way we display the numbers on playing cards or dice.
Bases are a way of representing numbers but they don’t affect the underlying arithmetic. It’s like how you get the same result whether you express it as two plus three equals five (English) or dos plus tres equals cinco (Spanish).
To get back to numbers, imagine you have two apples in front of you and then you add three more to wind up with five apples. You can represent that as 2+3=5 or 10+11=101 (binary) but the result has to be the same because the number of apples doesn’t depend on the “language” we describe it in.
The fact that we can do the same math in different bases is very handy because computers think in binary so they can compute in binary (or any other system) and then just translate back to base ten at the end.
Numbers are prime when they can only be divided by themselves and one. Since what divides them doesn’t depend on the base (since arithmetic doesn’t change), primes are the same in every base.
Being a prime number is just answering the question “given that many objects, can you make a rectangle out of them”.
For exemple, if you have 12 apples, you can make a 3×4 rectangle. If you have 9 apples, you can make a 3×3 rectangle (which is a square).
But if you have 11 apples, you can’t make a rectangle out of them. Well, you can put them in a long line, but we don’t allow that here.
And numbers that are not “rectangle numbers” are called “prime numbers”.
But as you saw, it is something who has to deal with real life objects. While things like “base 10” is a question of “how things are named”.
Imagine taking 6 marbles. You can split that into 2 equal piles of 3. That tells you that 6 is not prime. It is 2×3. Now imagine taking 7 marbles. You can’t split this into equal piles of anything except 7 piles of 1. So 7 is prime. This is true regardless of the number system. Whether base 2 or 10 or 60. The number in each marble pile is equal or it’s not.
Latest Answers