SOLUTION: Find all numbers between 200 and 500 which have exactly 9 factors.

Algebra ->  Finance -> SOLUTION: Find all numbers between 200 and 500 which have exactly 9 factors.      Log On


   



Question 1182879: Find all numbers between 200 and 500 which have exactly 9 factors.
Found 2 solutions by ikleyn, greenestamps:
Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.
Find all numbers between 200 and 500 which have exactly 9 factors.
~~~~~~~~~~~~~~~~~~

Notice that 9 = 3%5E2,  and it tells us that the south number N is the square 
of the integer positive number  " n ",  which is the product of two prime numbers.


So, we look into the open interval from  sqrt%28200%29 ~ 14.1  to  sqrt%28500%29 ~ 22.4


and search there the numbers  " n "  that are the products of two different prime numbers.


We find there ONLY THREE such numbers  15, 21 and 22,  so the  ANSWER  to the problem's question 

are the numbers  15%5E2 = 225,  21%5E2 = 441.  and  22%5E2 = 484.

Solved.


--------------


About the relevant theorem from the number theory on the number of divisors to any integer positive number see the lesson

    - Problems on divisors of a given number

in this site.


This theorem states
    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.



Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!


I will assume, since you are working a problem like this, that you know how to find the number of factors of a given number.

To get exactly 9 factors, the number can be either
(a) p%5E8 -- the 8th power of a single prime p, because 8+1=9; or
(b) %28p%5E2%29%28q%5E2%29 -- the product of the squares of two primes p and q, because (2+1)(2+1)=9

For case (a), 2^8=256, which is in the required range.

For case (b), we need the number to be the product of two primes; and the number must be between sqrt(200) and sqrt(500) -- or 15 to 22, inclusive. The numbers that satisfy those conditions are 15=3*5, 21=3*7, and 22=2*11.

ANSWER:
256 = 2^8
225 = 15^2
441 = 21^2
484 = 22^2