lo g 2 ( lo g 2 x ( lo g 2 y ( 2 1 0 0 0 ) ) ) = 0
If x and y are positive integers satisfying the equation above, then find the sum of all possible values of x + y .
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.
Yes, the crux of this problem is simply applying the properties of indices correctly: ( 2 a ) b = 2 a × b . Nicely done.
Bonus question: with another unknown positive integer z . Find the value of x + y + z such that the equation below is fulfilled.
lo g 2 ( lo g 2 x ( lo g 2 y ( lo g 2 z ( 2 1 0 0 0 ) ) ) ) = 0
Re Bonus question: Using a similar method, we end up with the equation
z × 2 y ∗ 2 x = 1 0 0 0 .
Given the prime factorization of 1 0 0 0 , and the fact that x , y ≥ 1 , we can only have y ∗ 2 x = 1 ∗ 2 1 = 2 , which makes z = 2 × 5 3 = 2 5 0 .
Thus x + y + z = 1 + 1 + 2 5 0 = 2 5 2 .
for all users who are saying that x=0 can also be include in solution, there is a line in question that x and y are positive integers. and also x=0 can't give value while taking log
Good work.followed same procedure as yours.
i am stop here x*y=500 and 252 not correct answer
I think ans should be 4680
By solving I am getting x*y=1000
Answer has to be 1881, why can't we take x=0 case. Is " 0 " not considered as positive integer.?
Log in to reply
If we try x=0, then we take l o g 1 ( l o g 2 y ( 2 1 0 0 0 ) ) . l o g 1 x cannot return a number because if l o g 1 x = y , then 1 y = x which only works if x=1. Also, y could be an infinite number of cases. We see here that there would be no argument returned and thus the answer would not be 0.
No 0 is not a positive neither a negative no.
0 is a base element to decide if a number is negative or positive. It is neither negative nor positive integer.
The problem simplifies to:
lo g 2 y 2 1 0 0 0 = 2 x ⇒ y 1 0 0 0 = 2 x
Remember that y and 2 x has to be a factor of 1 0 0 0 . So, we have 1 0 0 0 = 2 3 × 5 3 . So, x = 1 , 2 , 3 satisfy the given equation. After gaining the subsequent values of y as 5 0 0 , 2 5 0 , 1 2 5 , we just add them all up.
x + y = 5 0 0 + 2 5 0 + 1 2 5 + 3 + 2 + 1 = 8 8 1
Problem Loading...
Note Loading...
Set Loading...
We require that
lo g 2 x ( lo g 2 y ( 2 1 0 0 0 ) ) = 1 ⟹ lo g 2 y ( 2 1 0 0 0 ) = 2 x
⟹ ( 2 y ) 2 x = 2 1 0 0 0 ⟹ y × 2 x = 1 0 0 0 .
Now since 1 0 0 0 = 2 3 × 5 3 we can have x = 1 , 2 , 3 , which corresponds to respective values for y of 5 0 0 , 2 5 0 , 1 2 5 .
Thus the desired sum of possible values for x + y is 5 0 1 + 2 5 2 + 1 2 8 = 8 8 1 .