Problems on divisors of a given number
Problem 1
Find the greatest 4 digit number that has exactly 3 factors.
Solution
If the number has exactly 3 factors, it means that the number is the square of a prime number: N =
.
Then it has the factors 1 (one), p and
.
Indeed, if the number is a prime number, it has only TWO factors: 1 (one) and itself.
If the number is not prime and is not the square of a prime, then it has more than 3 factors.
Therefore, to answer the problem's question, we must take the square of the largest two-digit prime number, which is
= 9409.
Answer. The number under the question is 9409.
Problem 2
What is the smallest positive integer that has exactly 6 divisors ?
Solution.
1. For integer number N =
, where p is a prime number and
is an integer exponent (index),
the number of divisors is
.
You can easily check it: the divisors are 1, p,
, . . . ,
.
2. For integer number N =
, where p, q, . . . , r are prime divisors and
,
, . . . ,
are integer exponents (indexes)
the number of divisors is
.
3. From these facts, you can easily obtain the answer.
Notice that 6 = 2*3.
It is easy to list those divisors: 1, 2, 4, 3, 6, 12.
Answer. The smallest positive integer that has exactly 6 divisors is 12 =
.
Problem 3
Find all numbers between 200 and 500 which have exactly 9 factors.
Solution
A number, which has exactly 9 factors, is EITHER the 8th degree of a prime number OR is
the square of an integer positive number " n ", which is the product of two prime numbers.
Regarding the first case, the number can be only
= 256, which falls into the given interval.
Regarding the second case, we look into the open interval from
~ 14.1 to
~ 22.4
and search there the integer numbers " n " that are the products of two different prime numbers.
We find there ONLY THREE such numbers 15, 21 and 22 that produce the squares
= 225,
= 441, and
= 484.
So, the ANSWER to the problem's question are the numbers 256, 225, 441 and 484.
Problem 4
The numbers 1998, 2997, 3996, 4995, ..., 8991 all have two distinct primes in common
in their prime factorization. Find the sum of these two primes.
Solution
In order to facilitate your finding of the two distinct primes, notice that the given numbers
represent an arithmetic progression with the common difference of
2997 - 1998 = 999 = 3*333 = 3*3*111 = 3*3*3*37.
Next, since the number 1998 is divisible by 3 and by 37 (check it directly !),
it implies that the given numbers ALL have 3 and 37 as their prime common divisors,
and DO NOT HAVE ANY OTHER prime common divisors.
Hence, the problem wants you find the sum of 3 and 37, which is 3+37 = 40.
ANSWER. The sum of these two primes is 40.
My other lessons in this site on miscellaneous problems on divisibility of integer numbers are
- Light flashes on a Christmas tree and a Least Common Multiple
- The number that leaves a remainder 1 when divided by 2, by 3, by 4, by 5 and so on until 9
- The number which gives remainder 4 when divided by 7, remainder 5 when divided by 8 and remainder 6 when divided by 9
- Introductory problems on divisibility of integer numbers
- Finding Greatest Common Divisor of integer numbers
- Relatively prime numbers help to solve the problem
- Solving equations in integer numbers
- Quadratic polynomial with odd integer coefficients can not have a rational root
- Proving an equation has no integer solutions
- Composite number of the form (4n+3) must have a prime divisor of the form (4n+3)
- How many three-digit numbers are multiples of both 5 and 7?
- How many 3-digit numbers are not divisible by 2; not divisible by 3; not divisible by either 2 or 3
- How many integer numbers in the range 1-300 are divisible by at least one of the integers 4, 6 and 15 ?
- Find the remainder of division
- Why 3^n + 7^n - 2 is divisible by 8 for all positive integer n ?
- What is the last digit of the number a^n ?
- Find the last three digits of these numbers
- Find the last two digits of the number 3^123 + 7^123 + 9^123
- Find the last two digits of (1! + 2! + 3! + ... + 2024!)^2024
- Find n-th term of a sequence
- Solving Diophantine equations
- How many integers of the form n^2 + 18n + 13 are perfect squares
- Miscellaneous problems on divisibility numbers
- Find the sum of digits of integer numbers
- Two-digit numbers with digit "9"
- Find a triangle with integer side lengths and integer area
- Math circle level problem on the hundred-handed monster Briareus
- Math Circle level problem on lockers and divisors of integer numbers
- Nice entertainment problems related to divisibility property
- Solving problems on modular arithmetic
- Using the little Fermat's theorem to solve a problem on modular arithmetic
- OVERVIEW of miscellaneous solved problems on divisibility of integer numbers