Quadruple Multiplication

Find the smallest positive integer value of N > 1 N>1 , such that there are exactly N N ordered quadruples of positive integers ( a , b , c , d ) (a,b,c,d) which satisfy a × b × c × d = N a\times b\times c\times d=N


The answer is 100.

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.

2 solutions

Daniel Chiu
Jan 19, 2014

Let N = p 1 a 1 p 2 a 2 p n a n N=p_1^{a_1}p_2^{a_2}\cdots p_n^{a_n} For each distinct prime factor p i p_i of N N , the a i a_i p i p_i 's must be distributed among a , b , c , d a,b,c,d . By stars and bars, there are ( a i + 4 1 4 1 ) = ( a i + 3 3 ) \dbinom{a_i+4-1}{4-1}=\dbinom{a_i+3}{3} Therefore, the number of ordered quadruples is ( a 1 + 3 3 ) × ( a 2 + 3 3 ) × × ( a n + 3 3 ) \dbinom{a_1+3}{3}\times\dbinom{a_2+3}{3}\times\cdots\times\dbinom{a_n+3}{3} Listing out small values, we can try to see how to combine numbers, ( 0 + 3 3 ) = 1 , ( 1 + 3 3 ) = 4 , ( 2 + 3 3 ) = 10 , ( 3 + 3 3 ) = 20 , ( 4 + 3 3 ) = 35 , ( 5 + 3 3 ) = 56 , ( 6 + 3 3 ) = 84 , ( 7 + 3 3 ) = 120 \dbinom{0+3}{3}=1,\dbinom{1+3}{3}=4,\dbinom{2+3}{3}=10,\dbinom{3+3}{3}=20,\\ \dbinom{4+3}{3}=35,\dbinom{5+3}{3}=56,\dbinom{6+3}{3}=84,\dbinom{7+3}{3}=120 Then, for each power of a prime that divides N N , a i a_i , p i N ( a i + 3 3 ) N p_i|N\implies \dbinom{a_i+3}{3}|N If every prime appears only once, then 4 N 4|N , a contradiction, so at least one a i a_i is at least 2. If an a i a_i is 2, then 10 N 10|N . The smallest possible values of N N are 20, 40, 50, 60, 80, 90, and 100. The only one of these that works is 100 100 .

Then, if there is a smaller N N it must be a multiple of 35, 56, or 84. It is easy to see that these do not work, so the answer is 100 \boxed{100} .

I would be interested to see a solution with less casework.

That's exactly what I did; you have my vote

Sam Thompson - 7 years, 4 months ago

Wow, even Mathematica can't solve this. After figuring out that the binomial product must divide N, I couldn't figure out how to progress besides the use of FindInstance[], and even that quit.

Tanishq Aggarwal - 7 years, 4 months ago

I have solved in a different(little bit) way.However, I have inspired by your solution.

jinay patel - 7 years, 4 months ago

I would also be interested in a more efficient solution. I had the right equation, but I could not figure out how to solve it without ugly casework.

Lee Wall - 7 years, 3 months ago

Let, N = p 1 k 1 × p 2 k 2 × p 3 k 3 p_{1}^{k_{1}} \times p_{2}^{k_{2}} \times p_{3}^{k_{3}}

then, the no. of ordered quadruples = ( k 1 + 4 1 ) C ( 4 1 ) × ( k 2 + 4 1 ) C ( 4 1 ) × ( k 3 + 4 1 ) C ( 4 1 ) (k_{1} + 4 - 1) C (4 - 1) \times (k_{2} + 4 - 1) C (4 - 1) \times (k_{3} + 4 - 1) C (4 - 1)

now, i tried a little bit of trial and error with few values of k 1 k_{1}

(1+4-1) C (4-1) = 4

(2+4-1) C (4-1) = 10

(3+4-1) C (4-1) = 20

with k 1 k_{1} = 1 ... this is not possible ... as the number of quadruples will have a factor of 4 ... But the number cannot have a factor of 4, as the max power of 2 we can use is '1'

with k 1 k_{1} = 2 ... we get 10 ... which is product of 2 primes 2*5. Now, we can use 2 powers of the primes. So, if we use that,

100 = 2 2 × 5 2 2^{2} \times 5^{2} ... which will have as many quadruples

so our answer must be 100 \boxed{100}

why are the number of quadruples equal to your soln??

Ashu Dablo - 7 years, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...