Big circle, little circles

r r , N N and R R are nonzero positive integers, and N N > 1.

r r is the radius of N N circles whose areas together are equal to the area of a single circle with radius R R .

For example, if R = 100 R = 100 , r r could be 1, and there would be N = 10 000 N=10\,000 circles. r r could also be 2, and there would be N = 2500 N=2500 circles. However, r r could not be 3, since there is no way to divide the big circle evenly into little circles with that radius.

How many different possible values of the small radius r r exist for a large radius of R = 90 000 R = 90\,000 ?


The answer is 74.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Brian Kardon
Feb 8, 2016

The statement that N N circles of radius r r are together equal in area to the one circle of radius R R is equivalent to this mathematical statement:

π R 2 = N π r 2 \pi R^2 = N \pi r^2

We can solve that for N:

R 2 r 2 = N \frac{R^2}{r^2} = N

Since we are requiring that N N be an integer, the prime factorization of r r must be a subset of the prime factorization of R R , excluding the whole set, since N > 1 N > 1 .

This problem is now reduced to finding how many unique subsets there are of the prime factorization of R R . If R R has P P different prime factors, and the kth unique prime factor is repeated n k n_k times, then the number of unique subsets of the prime factorization is

( k = 1 P ( n k + 1 ) ) 1 \left(\displaystyle \prod_{k=1}^{P} \left(n_k + 1\right) \right) - 1

The " + 1 + 1 " is there because for any given subset, we may choose zero of a particular prime factor, and the " 1 - 1 " is there because we want to exclude the case where the subset is the whole set.

In this case, R = 90 000 = 2 2 2 2 3 3 5 5 5 5 R = 90\,000 = 2 \cdot 2\cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 5 \cdot 5 \cdot 5 \cdot 5

There are three prime factors, 2, 3, and 5, repeated 4, 2, and 4 times respectively. Thus the number of permissible r r is:

( k = 1 3 ( n k + 1 ) ) 1 = ( ( 4 + 1 ) ( 2 + 1 ) ( 4 + 1 ) ) 1 = 74 \left(\displaystyle \prod_{k=1}^{3} \left(n_k + 1\right)\right) - 1 = ((4 + 1) \cdot (2 + 1) \cdot (4 + 1)) - 1 = 74

Thus, the number of different r r for R = 90 000 R = 90\,000 is 74.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...