PRIME NUMBERS
Prime numbers are only divisible by themselves and 1, they have no other factors. 1 is not a prime number (by definition), but
2 is, making 2 the only even prime number.
Calculator Fun and Games lists the prime numbers up to 1000, just for good measure. But is there any relationship between them? Are they connected? Are there ways of finding (or generating) them? And can all this be done with a humble calculator? Maybe one day.
However, the book points out an interesting fact: if you
Take a prime number (greater than 3)
Square it
Add 14
Divide by 12
Then the
remainder is always 3.
For example:
52 = 25
25 + 14 = 39
39/12 = 3, with a remainder of 3
Let’s take a larger example: 577
5772 = 332929
332929 + 14 = 332943
332943 / 12 = 27745 remainder 3
Alternatively, x2 + 11 always divides exactly by 12. I’m not sure why Ben Hamilton decided on
adding 14… maybe he likes the remainder 3?
Does this apply in reverse? If I take a
number, and subtract 11 and take the square root, do we always get a prime?
No. Even if the square root is an
integer, it doesn’t mean that the starting number was a prime. For example, 92-11 = 81, and the square root
of 81 is 9. Only a subset of a = (SQRT(b-11))
will give a as a prime.
TWIN PRIMES
Twin primes are primes with a difference of two; for example, 11 and 13, or 17
and 19. These are rarer than prime
numbers, but it still seems that there will be an infinite number of twin
primes. An example of a larger twin
prime is 971 and 973; while the largest known twin primes have 388,342
digits: they are: 2996863034895×21290000±1.
Not a number you’d fit on your calculator.
The largest prime number which will fit on an eight-digit calculator
(with a good old-fashioned LCD display) is 99,999,989.
Looking at all those nines, I’d like to play Over and Out with it, and see how
long it would take to get it down to zero! 😊
Other recent Calculator Fun and Games articles:
Snakes and Ladders (Collatz Conjecture)Crafty Calculator Calculations (numerical anagrams, five digits)
More Multiplications (numerical anagrams, four digits)
Over and Out (reduce large numbers to zero in as few steps as possible)
No comments:
Post a Comment