What is the sum of all possible values of real x such that
( 2 + 3 ) x + ( 2 − 3 ) x = 4 ?
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.
From the first line, if x is a solution, then so is − x .
We just need to ensure that there are finitely many solutions, to conclude that their sum is 0.
It might be better to ask for the product, or the number of them. @Bloons Qoth Thoughts?
Log in to reply
Not sure. I thought x = ± 1 , can you explain why would it be better to ask for the product? Thanks
Log in to reply
Ah dang. I should have calculated the product before suggesting that.
Hm, maybe if we changed the RHS from 4 to 14?
Log in to reply
@Calvin Lin – Or change it from 4 to 194, giving x = ± 4 and a product of − 1 6 . Perhaps Bloons can post this as a follow-up problem.
Problem Loading...
Note Loading...
Set Loading...
Note first that 2 − 3 = 2 + 3 1 . So letting a = 2 + 3 the given equation is
a x + ( a 1 ) x = 4 ⟹ ( a x ) 2 − 4 a x + 1 = 0 ⟹ a x = 2 4 ± 4 2 − 4 = 2 ± 3 .
So either a x = ( 2 + 3 ) x = 2 + 3 ⟹ x = 1 or ( 2 + 3 ) x = 2 − 3 ⟹ x = − 1 .
The sum of all possible real values of x is thus 1 + ( − 1 ) = 0 .