Numbers game

Alice writes down 4 prime numbers p 1 , p 2 , p 3 , p 4 , p_1, p_2, p_3, p_4, while Bob writes down 4 distinct (positive) composite numbers c 1 , c 2 , c 3 , c 4 c_1, c_2, c_3, c_4 . If c 1 × c 2 × c 3 × c 4 = 1000 × p 1 × p 2 × p 3 × p 4 , c_1 \times c_2 \times c_3 \times c_4 =1000 \times p_1 \times p_2 \times p_3 \times p_4, then what is the minimum possible value of c 1 + c 2 + c 3 + c 4 c_1 + c_2 + c_3 + c_4 ?


The answer is 53.

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

Tom Finet
Apr 1, 2018

Observe that 1000 = 2 3 × 5 3 1000 = 2^{3} \times 5^{3} . Therefore, if we group these prime factors into 4 numbers, then we know that exactly 1 of each of the 4 composite numbers c 1 , c 2 , c 3 , c 4 c_{1}, c_{2}, c_{3}, c_{4} is divisible by exactly one of each of the 4 numbers from the prime factorization of 1000 because

c 1 × c 2 × c 3 × c 4 2 3 × 5 3 = p 1 × p 2 × p 3 × p 4 \\ \frac{c_{1} \times c_{2} \times c_{3} \times c_{4}}{2^{3} \times 5^{3}} = p_{1} \times p_{2} \times p_{3} \times p_{4}

We now must find 1000 = a × b × c × d 1000 = a \times b \times c \times d such that c 1 = a × p 1 c_{1} = a \times p_{1} , c 2 = b × p 2 c_{2} = b \times p_{2} , c 3 = c × p 3 c_{3} = c \times p_{3} , c 4 = d × p 4 c_{4} = d \times p_{4}

By chosing a , b , c , d a, b, c, d so that there sum is as small as possible will yield the smallest composite numbers. However when we choose a , b , c , d a, b, c, d to be 8 , 5 , 5 , 5 8, 5, 5, 5 the repetition of the digit 5 means that instead of multiplying by the smallest prime number, 2, we have to each time multiply by the next biggest prime number. Therefore we let a = 10 , b = 5 , c = 5 , d = 4 a = 10, b = 5, c = 5, d = 4 .

Therefore,

c 1 = 10 p 1 = 10 × 2 = 20 c 2 = 5 p 2 = 5 × 2 = 10 c 3 = 5 p 3 = 5 × 3 = 15 c 4 = 4 p 4 = 4 × 2 = 8 c_1 = 10p_{1} = 10 \times 2 = 20 \\ c_2 = 5p_{2} = 5 \times 2 = 10 \\ c_3 = 5p_{3} = 5 \times 3 = 15 \\ c_4 = 4p_{4} = 4 \times 2 = 8

Therefore, the sum of the composite number is

i = 1 4 c i = 20 + 10 + 15 + 8 = 53 \\ \sum _{ i=1 }^{ 4 }{ c_{ i } } = 20 + 10 + 15 + 8 = 53

So the minimum possible value of c 1 + c 2 + c 3 + c 4 c_{1} + c_{2} + c_{3} + c_{4} is 53.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...