Simplify and solve for the INTEGER solution of without trial and error.
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.
2 x − 4 = 4 x + 8 ∴ 2 x = 4 ( x + 3 ) = 2 2 ∗ ( x + 3 ) .
Since RHS is a power of 2, LHS also must be a power of 2.
So (x+3) also must be power of two.
However we already have power 2 consumed in 2 2 . So x must be >2.
Under these conditions, minimum x=5 makes (x+3)=8= 2 3 .
So f o r x = 5 2 2 ∗ ( x + 3 ) = 2 2 ∗ 8 = 2 5 satisfies our equation.