Return to my Mathematics pages
Go to my home page
1999
© Copyright 1999, Jim Loy
Let me ask a few questions about 1999:
- What is 1999 in binary (base 2)?
- Is 1999 prime or composite?
- If it is composite, what are its factors?
- What is the next year after 1999 that is prime?
- Is 1999 part of a twin prime pair (two consecutive odd numbers that are
both primes)?
- What is the next year after 1999 that is part of a twin prime pair?
- Is 1999 a square?
- What is the next year that is a square?
- What is the previous year that was a square?
- Is 1999 the sum of three primes?
- What is the next year that is the sum of three primes?
- Is 1999 a cube?
- What is the next year that is a cube?
- What is the previous year that was a cube?
- What is the next year that is a factorial?
- What is the next year that is a power of 2?
- What is the next year that is a 4th power of some integer?
- What is the next year that is a 5th power of some integer?
- What is the next year that is a 6th power of some integer?
- What is the next year that is a 7th power of some integer?
- What is the next year that is a 8th power of some integer?
- What is the next year that is a 9th power of some integer?
- What is the next year that is a 10th power of some integer?
- What is the next year that is a 11th power of some integer?
- What is the next year that is a Fibonacci Number (1, 1, 2, 3, 5, 8, 13,
21..., each number being the sum of the previous two numbers)?
- What is the next year that is a Perfect Number (an integer that is the sum
of its proper divisors (including 1 but not including itself), example:
28=1+2+4+7+14?
- What year is the next palindromic number (same forward and backward)?
- What year is the next triangular number (number of dots arranged in a
triangular array like bowling pins)?
- When is the next year that is a semiprime (has exactly two prime factors)?
- Is 1999 the sum of two consecutive integers?
- What is 1999/9999?
Answers:
- What is 1999 in binary (base 2)? 11111001111 (1024 + 512 + 256 + 128 + 64 +
8 + 4 + 2 + 1).
- Is 1999 prime or composite? Prime. Just try dividing by every prime <
44.
- If it is composite, what are its factors? Sorry, it is prime.
- What is the next year after 1999 that is prime? 2003
- Is 1999 part of a twin prime pair (two consecutive odd numbers that are
both primes)? Yes, 1997 & 1999 are primes.
- What is the next year after 1999 that is part of a twin prime pair? 2027.
- Is 1999 a square? Of course not, it is a prime.
- What is the next year that is a square? 2025 (45 squared).
- What is the previous year that was a square? 1936 (44 squared).
- Is 1999 the sum of three primes? Yes, one version of Goldbach's Conjecture
is that every integer greater than 5 is the sum of three primes, and has been
checked for numbers into the many billions.
- What is the next year that is the sum of three primes? 2000. A more famous
version of Goldbach's Conjecture is that every even integer > 3 is the sum
of two primes. So 1998 is the sum of two primes, and 2000 (1998+2) is the sum
of three primes.
- Is 1999 a cube? No, it is prime.
- What is the next year that is a cube? 2197 (13 cubed)
- What is the previous year that was a cube? 1728 (12 cubed).
- What is the next year that is a factorial? 5040 (7!).
- What is the next year that is a power of 2? 2048 (2 to the 11th).
- What is the next year that is a 4th power of some integer? 2401 (7 to the
4th).
- What is the next year that is a 5th power of some integer? 3125 (5 to the
5th).
- What is the next year that is a 6th power of some integer? 4096 (4 to the
6th).
- What is the next year that is a 7th power of some integer? 2187 (3 to the
7th).
- What is the next year that is a 8th power of some integer? 6561 (3 to the
8th).
- What is the next year that is a 9th power of some integer? 19683 (3 to the
9th).
- What is the next year that is a 10th power of some integer? 59049 (3 to the
10th)
- What is the next year that is a 11th power of some integer? 2048 (see #16
above)
- What is the next year that is a Fibonacci Number (1, 1, 2, 3, 5, 8, 13,
21..., each number being the sum of the previous two numbers)? 2584. You may
just have to calculate the first 28 numbers in the series.
- What is the next year that is a Perfect Number (an integer that is the sum
of its proper divisors (including 1 but not including itself)? 8128, the fourth
perfect number. The formula for even perfect numbers is that if 2p-1
[that is (2^p)-1] is prime, then 2p-1(2p-1) [that is
2^(p-1)((2^p)-1)] is a perfect number. There are no known odd perfect numbers.
- What year is the next palindromic number (same forward and backward)? 2002.
- What year is the next triangular number (number of dots arranged in a
triangular array like bowling pins)? 2016. The formula is n(n+1)/2, which is
also the sum of the first n integers.
- When is the next year that is a semiprime (has exactly two prime factors)?
2005 is 5x401.
- Is 1999 the sum of two consecutive integers? Yes, every odd integer is.
- What is 1999/9999? 0.1999199919991999... (1999 repeated forever). This
works for any year of 4 digits.
Return to my Mathematics pages
Go to my home page