Alice writes down 4 prime numbers 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 . If c 1 × c 2 × c 3 × c 4 = 1 0 0 0 × p 1 × p 2 × p 3 × p 4 , then what is the minimum possible value of c 1 + c 2 + c 3 + c 4 ?
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.
Problem Loading...
Note Loading...
Set Loading...
Observe that 1 0 0 0 = 2 3 × 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 is divisible by exactly one of each of the 4 numbers from the prime factorization of 1000 because
2 3 × 5 3 c 1 × c 2 × c 3 × c 4 = p 1 × p 2 × p 3 × p 4
We now must find 1 0 0 0 = a × b × c × d such that c 1 = a × p 1 , c 2 = b × p 2 , c 3 = c × p 3 , c 4 = d × p 4
By chosing 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 to be 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 = 1 0 , b = 5 , c = 5 , d = 4 .
Therefore,
c 1 = 1 0 p 1 = 1 0 × 2 = 2 0 c 2 = 5 p 2 = 5 × 2 = 1 0 c 3 = 5 p 3 = 5 × 3 = 1 5 c 4 = 4 p 4 = 4 × 2 = 8
Therefore, the sum of the composite number is
∑ i = 1 4 c i = 2 0 + 1 0 + 1 5 + 8 = 5 3
So the minimum possible value of c 1 + c 2 + c 3 + c 4 is 53.