Represent 2048 as the product of two positive numbers such that one number is twice the other. Find them and enter as the sum of the two 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.
I used a different approach, which is probably messier than yours, but it works. 2048 = 2^11, so the numbers must be 2^5 and 2^6 as 2^6 is 2 times of 2^5. 2^6 = 64, 2^5 = 32, 64+32 = 96. I clicked Brilliant on your solution too.
Log in to reply
Thanks. Your solution is nice as well!
Log in to reply
Thanks, check out the problem i posted in rocket fuel reaction.
2048 is the product of two positive numbers is equivalent with
2 0 4 8 = a . b
and one number is twice the other is equivalent with
a = 2 b
then we get
2 0 4 8 = 2 b . b
2 0 4 8 = 2 b 2
1 0 2 4 = b 2
b = 3 2
substitute b = 3 2 into a = 2 b
so, we get a = 6 4
finally, we know that a + b = 9 6
a>0 , b>0, b=2a
a.b=2048
2a^2=2^11
a^2=2^10
a=2^5 => a=32 , b=64
a+b=32+64
a+b=96
The number 2048 should directly give you the idea that the two numbers asked must be the results of '2^n', for two different values of n obviously. So, 2048 = 32*64 32+64 = 96
Problem Loading...
Note Loading...
Set Loading...
One number is a , the other is twice of that which is 2 a . Given that 2 0 4 8 = a ⋅ 2 a ⟹ a = 3 2 . Thus a + 2 a = 9 6