When I was a fifth grader in China, we were required to memorize all prime numbers below 100. Curious if that is common in other countries?
How is that useful?
Is This Prime?
41–50 of 139 posts
Re: Is This Prime?
#42This reminds me of my favorite in-person magic trick to do. First, memorize all the two-digit primes. 25 numbers isn't that hard to memorize. Then, tell someone "Oh, I can instantly tell whether a number is prime or not. Give me a number, I'll tell you whether it's prime." If they tell you a number between 1 and 100, use your memorized list. Otherwise, it's a game of cold reading; if they just generated a random stri…
Re: Is This Prime?
#43Re: Is This Prime?
#44Re: Is This Prime?
#45When I was a fifth grader in China, we were required to memorize all prime numbers below 100. Curious if that is common in other countries?
There were a few sets of common numbers, formulas, and mental calculation tricks that were useful to just always have in the back of your head. Perfect squares and cubes under 1000, powers of 2 and 3, prime numbers below 100, interior angles of regular polygons up to 10 sides, binomial coefficients, Pythagorean triples, factorials up to 9!, common roots out to 3-4 decimal places, and a few others that I've no longer needed for almost 20 years at this point.
Re: Is This Prime?
#46Re: Is This Prime?
#47Here is a "theorem" I learned: every number up to 100 which looks prime, is prime, except 91. Does anyone recall its name?
Re: Is This Prime?
#48Great game! Keyboard short cuts would make it a bit better.
Re: Is This Prime?
#49I’ve always wondered: how feasible is it to implement an “isprime” function, via lookup table? If such methods are used, is cryptography getting weaker and weaker in practice as more large primes are discovered?
For smaller numbers see various prime sieves (Atkin, Eratosthenes)
Re: Is This Prime?
#50When I was a fifth grader in China, we were required to memorize all prime numbers below 100. Curious if that is common in other countries?
How is that useful?