( x − 1 ) ( x − 2 ) 1 + ( x − 2 ) ( x − 3 ) 1 + ( x − 3 ) ( x − 4 ) 1 = 6 1
What is the sum of all real values of x that satisfy the above equation?
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.
Note that in general, you cannot simply use Vieta's formulas without first checking the nature of the roots. In this case, we have the discriminant Δ = 8 1 > 0 , so both the roots of the quadratic are real and distinct.
Now, you can use Vieta's formulas to find the required root sum.
Log in to reply
Not necessary to find the discriminant , we can easily say by the sign of constant i.e c ( here -12) and a i.e (+1) , thus -4ac will be positive so discriminant will be greater than zero , thus it will have real and distinct roots . Thanks
Log in to reply
yeah right constant is negative so discriminant will always be greater than zero . no need to check.Nice solution
Yes, but including this reasoning in your solution would've been nice.
Prasun is correct, Vieta's formula includes complex roots as well. Otherwise, great solution!
Nice, except the last equation should be x 2 − 5 x − 1 4 = 0 , so therefore x = − 2 , 7 .
For ax^2+bx+c=0, if a and c have opposite signs, then Delta is always positive. In this case 1 and (-14) are opposite in sign, so there is no need to calculate Delta.
I see what you are saying, but if you plug in 5 for x, it does not work. it does work for 7 though..
Log in to reply
5 is the sum of roots
Please read the question carefully before commenting. The question clearly states that you have to answer the sum of all real values of x that satisfies the given equation.
Nice and easy one.......
Why don't you simply solve the equation and sum the two roots?
Desenvolvendo a equação,
( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) ( x 2 − 7 x + 1 2 ) + ( x 2 − 5 x + 4 ) + ( x 2 − 3 x + 2 ) = 6 1 ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) 3 ( x 2 − 5 x + 6 ) = 6 1 ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 4 ) 3 ( x − 2 ) ( x − 3 ) = 6 1 ( x − 1 ) ( x − 4 ) 3 = 6 1 x 2 − 5 x + 4 = 1 8 x 2 − 5 x − 1 4 = 0
Sabemos que a soma das raízes é dada por − a b ; onde a x 2 + b x + c = 0 , a = 0 . Daí,
S = − a b S = − 1 − 5 S = 5
[1/(x- 2)] - [1/(x- 1)] = 1/(x - 1)(x - 2)
[1/(x- 3)] - [1/(x- 2)] = 1/(x - 2)(x - 3)
[1/(x- 4)] - [1/(x- 3)] = 1/(x - 4)(x - 3)
Adding
[1/(x- 4)] - [1/(x-1)] = 1/6
Then
x^2 - 5x - 14 = 0
The two roots are :
7, -2
their sum = 5
or directly
the sum of roots = -(-5)/1 = 5
(
X
−
J
)
∗
(
X
−
J
−
1
)
1
=
X
−
J
A
+
X
−
J
−
1
B
⟹
A
+
B
=
1
(
J
+
1
)
∗
A
+
J
∗
B
=
−
1
⟹
A
=
−
1
a
n
d
B
=
1
⟹
(
X
−
J
)
∗
(
X
−
J
−
1
)
1
=
X
−
J
−
1
1
−
X
−
J
1
⟹
n
=
1
∑
3
(
X
−
J
)
∗
(
X
−
J
−
1
)
1
=
X
−
4
1
−
X
−
1
1
=
6
1
⟹
X
2
−
5
X
−
1
4
=
0
i
m
p
l
i
e
s
X
1
,
X
2
=
2
5
+
−
9
∴
X
1
+
X
2
=
5
I n G e n e r a l S o l v e f o r X : j = 1 ∑ N ( X − J ) ∗ ( X − J − 1 ) 1 = X − N − 1 1 − X − 1 1 = M 1 M < > 0 .
F o r M > 0 w e h a v e t h e r e a l s o l u t i o n s :
X 1 , X 2 = 2 ( N + 2 ) ± N ∗ ( N + 4 ∗ M ) a n d X 1 + X 2 = N + 2
take 1/(x-2)as common from the first two terms and then further solve . after that you will observe that (x-2)gets cancelled. then do the same with the next two terms.
Problem Loading...
Note Loading...
Set Loading...
We have the equation
( x − 1 ) ( x − 2 ) 1 + ( x − 3 ) ( x − 2 ) 1 + ( x − 3 ) ( x − 4 ) 1 = 6 1
Making some adjustment and solving it further:
( x − 1 ) ( x − 2 ) ( x − 1 ) − ( x − 2 ) + ( x − 3 ) ( x − 2 ) ( x − 2 ) − ( x − 3 ) + ( x − 3 ) ( x − 4 ) ( x − 3 ) − ( x − 4 ) = 6 1
x − 2 1 − x − 1 1 + x − 3 1 − x − 2 1 + x − 4 1 − x − 3 1 = 6 1
x − 4 1 − x − 1 1 = 6 1
1 8 = ( x − 4 ) ( x − 1 )
x 2 − 5 x − 1 4 = 0
we have the discriminant Δ = 8 1 > 0 , so both the roots of the quadratic are real and distinct.
By vieta's , sum = 1 − ( − 5 ) = 5 . □