Find the sum of all real values of x satisfying the following equation.
∣ 3 x − 1 ∣ = ∣ x − 2 ∣
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.
Simple standard approach.
nice solution...
You have a little typo: where it reads − 4 3 it should have been 4 3
Can you tell me why didn't we took mod of (3x-1) as + - ??
Log in to reply
That's the same thing as above
How many solutions are there for n+1= 2(x+y+n)/xy . Where x y n € Z ! ! All of the viewers pls help me regarding the question ! I request u if u can post this question since I m using Phone I m unable to do so ! Pls pls!!!!
Squaring both sides,
(3x - 1)^2 = (x - 2)^ 2
9x^2 - 6x + 1 = x^2 - 4 x + 4
8x^2 -2x - 3 = 0
(2x + 1)(4x - 3) = 0
x = -1/2 or 3/4
Sum = -1/2 + 3/4 = 0.25
Careful there. You squared both sides of the equation, so there might be extratenous roots. It's always good to check back whether the values you've found satisfy the equation.
Is there a way to solve this problem without squaring both sides?
Hint : Piecewise function: ∣ a ∣ = { a , a ≥ 0 − a , a < 0 .
Both LHS and RHS are non negative qntys. Squaring won't give extra roots
Actually, Dev's solution is correct, except for the first phrase "Squaring both sides". There is no need to check for extraneous roots. Let me explain: while it is true that a = b is NOT equivalent to a 2 = b 2 , in fact it is true for all real numbers that ∣ a ∣ = ∣ b ∣ if and only if a 2 = b 2 . So you could just start with ∣ 3 x − 1 ∣ = ∣ x − 2 ∣ ⇔ ( 3 x − 1 ) 2 = ( x − 2 ) 2 …
We can break the roots as per the range under which they fall.
(A) for x>2: (3x-1)=(x-2) Root 1= -0.5
Similaily for for x < 1/3 Equation is (1-3x)=(2-x) Root = - 0.5
(B) for x lying between (1/3,2) Equation will be. (3x-1)=(2-x) Root 2 = 0.75
Adding up the roots, sum = 0.25
Case 1
x 3 x − 1 x > 3 1 a n d x > 2 = x − 2 = − 2 1 , which is wrong ⊗
Case 2
x 3 x − 1 x 1 > 3 1 a n d x < 2 = 2 − x = 4 3
Case 3
x 1 − 3 x x < 3 1 a n d x < 2 = 2 − x = 2 − 1
And the fourth case will be x < 3 1 a n d x > 2
Which is not possible.
x 1 + x 2 = 4 1
Can you explain your cases clearly? Note that case 2 and case 3 are currently the same.
By right, for completeness, you should have 2 × 2 = 4 cases, at least based on the approach that you are taking.
Your suggestions are nice.
Can you explain your cases clearly? Note that case 2 and case 3 are currently the same.
By right, for completeness, you should have 2 × 2 = 4 cases, at least based on the approach that you are taking.
It's also quite clear by drawing the graphs for the two equations and adding the values of the points where they intersect!
Squaring both the sides.... (3x-1)^2=(x-2)^2 9x^2-6x+1=x^2-4x+4 8x^2-2x-3=0 Which is a quadratic equation in the standard form ax^2+bx+c. The sum of the roots of this equation is -b/a. Comparing and substituting the values for a and b , we get -(-2/8)=1/4=0.25.
Problem Loading...
Note Loading...
Set Loading...
∣ 3 x − 1 ∣ = ∣ x − 2 ∣
⟹ ( 3 x − 1 ) = ± ( x − 2 )
Now it follows that ( 3 x − 1 ) = x − 2 OR 3 x − 1 = − ( x − 2 )
which yields x = − 2 1 , x = − 4 3
Putting in the given equation we find that both of these values of x satisfy the given equation
Sum of roots = 0 . 2 5