Magician Mike Michael claims to know two positive whole numbers that multiply to 1000, neither of which contain the digit 0.
What is the sum of these 2 numbers?
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.
Prime factorization of 1000 is 2 3 ⋅ 5 3 . This is equivalent to 8 ⋅ 1 2 5 , so the answer is 125+8=133.
Can you quickly explain why that is the only possible solution?
@Calvin Lin Here is a quick proof. Note that 1 0 0 0 = 2 3 × 5 3 . Assume that the pair of numbers we are looking for ( x , y ) has x and y of the form 2 m 5 n for positive m and n . But this will end in a 0 because any even multiplied by a multiple of 5 is a multiple of 1 0 , meaning it ends in a 0 . So x and y are of the form 2 m and 5 n (assume WLOG those are respective). To have x and y multiply to 1 0 0 0 , m and n must both be 3 . So the ( x , y ) pairing we are looking for is ( 2 3 , 5 3 ) = ( 8 , 1 2 5 ) , and x + y = 1 3 3 .
1000 = 1000×1 = 500×2 = 250×4 = 125×8
Here the numbers 125 & 8 do not contain 0
So the answer is 125+8 = 133
1000 is 10 cubed. Therefore, 10^3=5^3 x 2^3, =125 x 8. And so, 125+8=133.
these are factors of 1000
1,2,4,5,8,10,20,25,40,50,100,125,200,250,500,1000,
so only 125*8=1000 & answer is 125+8=133
1000 can be written as (2^3) × (5^3) .. So , 8 + 125 =133 is the answer .
x y = 1000 ;x y = 2^3 * 5^3. ;x, y = 8,125 ;x + y = 133
as 1000 can be divided as 5,5,5,8 so 5 5 5= 125 and we plus 8 t it and answer is 133
lcm of 1000=2 2 2 5 5 5 8 125 as 8 and 125 are non zero digit consistency no so 125 and 8 are perfect for this solution
125+8=133
Problem Loading...
Note Loading...
Set Loading...
Suppose x y = 1 0 0 0 , where x and y are positive integers. This means that both these numbers are factors of 1 0 0 0 = 2 3 ∗ 5 3 . So both of them will have only 2 and 5 as its prime factors. If one of the numbers has 2 as its prime factor, them it should not have 5 as its prime factor, or else it would become divisible by 1 0 and thus end in a zero. A similar argument shows that if 5 is a factor of one of x or y , then 2 shouldn't be its factor.
What this means is that one of these two numbers is completely made of 2 s and the other is completely made of 5 s. It follows that the numbers are none other than 2 3 = 8 and 5 3 = 1 2 5 .
So the two numbers are 8 , 1 2 5 and the sum is 8 + 1 2 5 = 1 3 3 .