|
|
|
|
|
by cyborgx7
3750 days ago
|
|
Same here. What happened to me is, instead of asking myself "Is this a prime number?" I
kept starting to ask myself "Can this number be expressed as a multiplication of two other numbers?" for which the answers are obviously reversed. |
|
This condition is the basis of the Miller-Rabin primality test. Sadly its a bit hard for humans to implement this algorithm for mentally proving primality.