Integer solutions to 2^w + 2^x + 2^y + 2^z = 1288.25

  • Topic:
  • Thread starter Thread starter Albert1
  • Start date Start date
  • Tags Tags
    Integer
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
Albert1
Messages
1,221
Reaction score
0
$x,y,z,w $ are all integers

if (1):$ w>x>y>z$

and(2) :$2^w+2^x+2^y+2^z=1288\dfrac {1}{4} $

find $x,y,z,w$
 
Mathematics news on Phys.org
Albert said:
$x,y,z,w $ are all integers

if (1):$ w>x>y>z$

and(2) :$2^w+2^x+2^y+2^z=1288\dfrac {1}{4} $

find $x,y,z,w$

Hello.

[tex]z=-2[/tex]

[tex]2^w+2^x+2^y=1288=2^3*161[/tex]

[tex]y=3[/tex]

[tex]2^{w-3}+2^{x-3}=161-1=160=2^5*5[/tex]

[tex]x-3=5 \rightarrow{} x=8[/tex]

[tex]2^{w-8}=5-1=2^2 \rightarrow{} w=10[/tex]

Therefore:

[tex]z=-2, \ / \ y=3, \ / \ x=8, \ / \ w=10[/tex]

Regards.
 
mente oscura said:
Hello.

[tex]z=-2[/tex]

[tex]2^w+2^x+2^y=1288=2^3*161[/tex]

[tex]y=3[/tex]

[tex]2^{w-3}+2^{x-3}=161-1=160=2^5*5[/tex]

[tex]x-3=5 \rightarrow{} x=8[/tex]

[tex]2^{w-8}=5-1=2^2 \rightarrow{} w=10[/tex]

Therefore:

[tex]z=-2, \ / \ y=3, \ / \ x=8, \ / \ w=10[/tex]

Regards.

very good :) your answer is correct
 
Albert said:
$x,y,z,w $ are all integers

if (1):$ w>x>y>z$

and(2) :$2^w+2^x+2^y+2^z=1288\dfrac {1}{4} $

find $x,y,z,w$

The given ans is good.
I would proceed differently

as sum of 2 different powers of 2 cannot be a power of 2 so each of them shall be a power of 2 so put as sum of power of 2

$1288 \dfrac {1}{4} = 1024 + 256 + 8 + \dfrac {1}{4} = 2^{10} + 2^8 + 2^3 + 2^{-2}$

giving w = 10, x = 8, y = 3, z = -2
 
Last edited: