Lesson Problems on divisors of a given number

Algebra ->  Divisibility and Prime Numbers -> Lesson Problems on divisors of a given number      Log On


   


This Lesson (Problems on divisors of a given number) was created by by ikleyn(53813) About Me : View Source, Show
About ikleyn:

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 = p%5E2.

Then it has the factors 1 (one), p and p%5E2.


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 97%5E2 = 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 = p%5Ealpha,  where p is a prime number and alpha is an integer exponent (index), 

    the number of divisors is alpha+%2B+1.


    You can easily check it:  the divisors  are  1, p, p%5E2, . . . , p%5Ealpha.



2.  For integer number  N = p%5Ealpha%2Aq%5Ebeta%2Aellipsis%2Ar%5Etheta,  where p, q, . . . , r are prime divisors and alpha, beta, . . . , theta are integer exponents (indexes)  

    the number of divisors is  %28alpha%2B1%29%2A%28beta%2B1%29%2Aellipsis%2A%28theta%2B1%29.



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 = 2%5E2%2A3.

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  2%5E8 = 256,  which falls into the given interval.


Regarding the second case, we look into the open interval from  sqrt%28200%29 ~ 14.1  to  sqrt%28500%29 ~ 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 

        15%5E2 = 225,  21%5E2 = 441,  and  22%5E2 = 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


This lesson has been accessed 2870 times.