Find the sum of all real number(s) x such that: 2 x + 3 x + 6 x − 4 x − 9 x = 1
Problem is not original
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.
@Tom Engelsman , thank you so much :) , nice.
2 x + 3 x + 6 x − 4 x − 9 x = 1 rearranges to ( 2 x − 3 x ) 2 + ( 2 x − 1 ) ( 3 x − 1 ) = 0 .
When x > 0 , both 2 x > 1 and 3 x > 1 , so ( 2 x − 3 x ) 2 + ( 2 x − 1 ) ( 3 x − 1 ) > 0 ; and when x < 0 , both 2 x < 1 and 3 x < 1 , so ( 2 x − 3 x ) 2 + ( 2 x − 1 ) ( 3 x − 1 ) > 0 .
Therefore, x = 0 can be the only solution to the given equation.
@David Vreken , thank you for sharing a nice solution
Note that ( 3 x − 1 ) ( 2 x − 1 ) ≥ 0 for all real x , with equality precisely when x = 0 . Thus 6 x + 1 ≥ 2 x + 3 x for all real x , with equality precisely when x = 0 . In addition 2 1 ( 4 x + 9 x ) ≥ 4 x × 9 x = 6 x for all real x , with equality precisely when 4 x = 9 x , namely when x = 0 . Thus 4 x + 9 x + 1 ≥ 2 × 6 x + 1 = 6 x + ( 6 x + 1 ) ≥ 6 x + 3 x + 2 x for all real x , with equality precisely when x = 0 . Thus the only solution to the equation 2 x + 3 x + 6 x − 4 x − 9 x = 1 is x = 0 .
@Mark Hennings , thank you for sharing a nice solution.
I am going to rewrite the equation 2 x + 3 x + 6 x − 4 x − 9 x = 1 as:
1 + 4 x + 9 x − 2 x − 3 x − 6 x = 0 identified as equation A
⟹ 1 + ( 2 2 ) x + ( 3 2 ) x − 2 x − 3 x − 6 x = 0
let p = 2 x and q = 3 x then A will become:
⟹ 1 + p 2 + q 2 − p − q − p q = 0
⟹ 2 + 2 p 2 + 2 q 2 − 2 p − 2 q − 2 p q = 0
⟹ 1 + 1 + p 2 + p 2 + q 2 + q 2 − 2 p − 2 q − 2 p q = 0
⟹ ( 1 − p ) 2 + ( 1 − q ) 2 + ( p − q ) 2 = 0
⟹ 1 − p = 1 − q = p − q = 0 ⟹ p = q = 1 ⟹ 2 x = 3 x = 1
The only solution here that satisfies 2 x = 3 x = 1 is x = 0
Problem Loading...
Note Loading...
Set Loading...
Hey there, Hana.....here's a solution for yah:
Let u = 2 x , v = 3 x such that we arrive at the transformation:
2 x + 3 x + 6 x − 4 x − 9 x = u + v + u v − u 2 − v 2 = 1 (i)
Solving the quadratic (i) for u yields: 0 = u 2 + ( 1 + v ) u + ( v 2 − v + 1 ) ⇒ u = 2 − ( 1 + v ) ± ( 1 + v ) 2 − 4 ( 1 ) ( v 2 − v + 1 ) = 2 − ( 1 + v ) ± − 3 v 2 + 6 v − 3 = 2 − ( 1 + v ) ± − 3 ( v − 1 ) 2 (ii).
The only way (ii) can yield a solution u ∈ R occurs iff v = 3 x = 1 ⇒ x = 0 .