Find all the positive divisors.

  • Thread starter cragar
  • Start date
  • Tags
    Positive
In summary: So step 1 is to pick the number of 2's and step 2 is to pick the number of 5's. There are n+1 possible combinations of these two things.
  • #1
cragar
2,552
3

Homework Statement


Find all the positive divisors of [itex] 10^n [/itex]
where n is a positive integer.

The Attempt at a Solution


can I factor this like [itex] 2^n5^n [/itex]
I notice that 10 has 4 divisors and 100 has 8
so it might seem that it has 4n divisors but I am not should how to give a nice proof of it.
 
Physics news on Phys.org
  • #2
Hi cragar! :smile:

cragar said:

Homework Statement


Find all the positive divisors of [itex] 10^n [/itex]
where n is a positive integer.

The Attempt at a Solution


can I factor this like [itex] 2^n5^n [/itex]
I notice that 10 has 4 divisors and 100 has 8
so it might seem that it has 4n divisors but I am not should how to give a nice proof of it.

100 has more than 8 divisors! In fact, these are the divisors of 100:

[tex]1,2,4,5,10,20,25,50,100[/tex]

So 100 has 9 divisors! (you might see another pattern popping up now).

To prove the general conjecture, you need to find a connection between the divisors and the prime factorization. That is, if you know the prime factorization, how can you calculate all the divisors?

If you're unsure where to begin, begin by calculating the prime factorization of the 9 divisors of 100, and see if you notice something cool...
 
  • #3
Looks like a good start, cragar! Except 100 has 9 factors:
1, 2, 4, 5, 10, 20, 25, 50, 100.

Anyway, now it's essentially a combinatorics problem. Using your prime factorization of [itex] 10^n [/itex], any divisor will be of the form [itex] 2^k 5^k [/itex] with k between what and what? From there it's just a counting problem.

EDIT: Whoops, beaten to the punch!
 
  • #4
thanks for the help guys, I see that any divisor can be written as
[itex] 2^k5^d [/itex]
where k and d go from 0 to n , so i just have all the different possible combinations of k and d between 0 to n .
 
  • #5
And can you find how many different such combinations there are?
 
  • #6
You can have the following divisors, not sorted in an increasing order:

[tex]
\begin{array}{l}
1, 5, 5^{2}, \ldots, 5^{n} \\
2, 2*5, 2*5^{2}, \ldots, 2*5^{n} \\
\ldots \\
2^{n}, 2^{n}*5,2^{n}*5^{2}, \ldots, 2^{n}*5^{n}
\end{array}
[/tex]
 
  • #7
Perhaps an easier way of looking at it is this:

Step 1: Pick number of 2's

n+1 ways (do you see why?)

Step 2: Pick number of 5's

n+1 ways (do you see why?)


Since these operations are independent...
 
  • #8
gb7nash said:
Perhaps an easier way of looking at it is this:

Step 1: Pick number of 2's

n+1 ways (do you see why?)

Step 2: Pick number of 5's

n+1 ways (do you see why?)
Since these operations are independent...
It seems like you would have to construct all the divisors from the primes from 0 to n,
I am not sure exactly why you would pick them n+1 ways?
Is the reason i can pick the number of 2's (n+1) ways because I can pick it n ways and then I also want to include zero so I add one.
And then I will pick 5 the same way and then I will multiply my choices together
(n+1)(n+1)
 
Last edited:
  • #9
cragar said:
Is the reason i can pick the number of 2's (n+1) ways because I can pick it n ways and then I also want to include zero so I add one.
And then I will pick 5 the same way and then I will multiply my choices together
(n+1)(n+1)

Correct
 
  • #10
sweet thanks
 

FAQ: Find all the positive divisors.

What is the purpose of finding all the positive divisors?

The purpose of finding all the positive divisors is to determine all the numbers that can divide evenly into a given number without leaving any remainder. This can be useful in various mathematical and scientific calculations, such as finding the factors of a number or determining the common denominators between two numbers.

How do you find all the positive divisors of a number?

To find all the positive divisors of a number, you can use a method called prime factorization. This involves breaking down the given number into its prime factors and then combining them in different ways to determine all the possible divisors. Another method is to use a table and list out all the numbers that can divide evenly into the given number.

Can all numbers have an infinite number of positive divisors?

No, not all numbers have an infinite number of positive divisors. For example, prime numbers only have two positive divisors (1 and itself). However, some numbers, such as perfect numbers, can have a large number of positive divisors.

Can the positive divisors of a number be negative?

No, by definition, the positive divisors of a number are numbers that can divide evenly into the given number without leaving a remainder. Therefore, they must be positive numbers. Negative numbers can be considered as negative divisors or factors of a number.

How can finding all the positive divisors be applied in real-life situations?

Finding all the positive divisors can be applied in various real-life situations, such as in finance, where it can be used to determine the common denominators between different currencies or to calculate interest rates. It can also be used in cryptography, where it is used to determine the factors of large numbers for encryption and decryption. Additionally, in science and engineering, finding all the positive divisors can be used in calculations involving dimensions, ratios, and proportions.

Similar threads

Back
Top