( x + 1 ) ( x + 2 ) ( x + 3 ) ( x + 4 ) = ( x + 5 ) ( x + 6 ) ( x + 7 ) ( x + 8 )
Find the sum of all distinct real solutions to 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.
Good direct explanation!
Nice solution+1
Exactly! The shortest one possible i think.
Simple, but darn elegant, Sir Otto Bee!!
I like the solution. But could not understand "|LHS| is the product of the distances from points - 1, - 2, - 3, - 4 ".
Can you please explain, or guide me to a web site ? Thanks.
Again you arrived with a tricky solution. Mine was a bit lengthy, just like Ikku San's solution. But, this one is good.... (+1)
were you surprised when you saw it was level 5?
Log in to reply
Frankly, I'm not putting much stock into these "Levels." I challenge myself to write one-line solutions for Level 3 and two-line for Level 4... should it be a Level 4 then? ;)
⟹ ( x + 1 ) ( x + 2 ) ( x + 3 ) ( x + 4 ) + 1 = = = ⟹ ( x + 5 ) ( x + 6 ) ( x + 7 ) ( x + 8 ) + 1 = = = ( x 2 + 5 x + 4 ) ( x 2 + 5 x + 4 + 2 ) + 1 ( x 2 + 5 x + 4 ) 2 + 2 ( x 2 + 5 x + 4 ) + 1 ( x 2 + 5 x + 5 ) 2 ( x 2 + 1 3 x + 4 0 ) ( x 2 + 1 3 x + 4 0 + 2 ) + 1 ( x 2 + 1 3 x + 4 0 ) 2 + 2 ( x 2 + 1 3 x + 4 0 ) + 1 ( x 2 + 1 3 x + 4 1 ) 2
From Equation
( x + 1 ) ( x + 2 ) ( x + 3 ) ( x + 4 ) = ( x 2 + 5 x + 5 ) 2 − 1 = ( x 2 + 5 x + 5 ) 2 − ( x 2 + 1 3 x + 4 1 ) 2 = ( x 2 + 5 x + 5 − x 2 − 1 3 x − 4 1 ) ( x 2 + 5 x + 5 + x 2 + 1 3 x + 4 1 ) = ( − 8 x − 3 6 ) ( 2 x 2 + 1 8 x + 4 6 ) = ( 2 x + 9 ) ( x 2 + 9 x + 2 3 ) = ( x + 5 ) ( x + 6 ) ( x + 7 ) ( x + 8 ) ( x 2 + 1 3 x + 4 1 ) 2 − 1 0 0 0 0
Now,
⟹ 2 x + 9 = 0 ⟹ x = − 2 9 ⟹ x 2 + 9 x + 2 3 = 0 ⟹ Δ = 9 2 − 4 ( 1 ) ( 2 3 ) = − 1 1 < 0 [Complex Solution]
Thus, the sum of all real solutions is − 2 9 = − 4 . 5
( x + 1 ) ( x + 2 ) ( x + 3 ) ( x + 4 ) ( y − 2 7 ) ( y − 2 5 ) ( y − 2 3 ) ( y − 2 1 ) y 4 − 8 y 3 + 2 4 3 y 2 − 2 2 y + 1 6 1 0 5 ⟹ 1 6 y 3 + 4 4 y 4 y 3 + 1 1 y y ( 4 y 2 + 1 1 ) ⟹ y ⟹ x + 2 9 x = ( x + 5 ) ( x + 6 ) ( x + 7 ) ( x + 8 ) Let y = x + 2 9 = ( y + 2 1 ) ( y + 2 3 ) ( y + 2 5 ) ( y + 2 7 ) = y 4 + 8 y 3 + 2 4 3 y 2 + 2 2 y + 1 6 1 0 5 = 0 = 0 = 0 = 0 The other root is not real. = 0 = − 2 9
The sum of all real roots is therefore − 4 . 5 .
Similar method, but I proceeded by taking the AM of the terms and then changing the terms to accommodate the AM in them.
It makes the calculations a lot faster.
For example, the LHS terms are x + 1 , x + 2 , x + 3 , x + 4 . The AM of the terms would be x + 2 . 5 . Putting this as t, the LHS becomes ( t − 1 . 5 ) ( t − 0 . 5 ) ( t + 0 . 5 ) ( t + 1 . 5 ) .
Proceed to do the same for RHS. Two equations are formed this way. One gives real solutions, the other does not.
Same but I forgot to read real solutions
My solution was similar to that of Chew-Seong Cheong, but I cut down on some calculations.
Define y = x − 4 2 1 ; that symmetrizes the equation to ( y − 2 7 ) ( y − 2 5 ) ( y − 2 3 ) ( y − 2 1 ) = ( y + 2 1 ) ( y + 2 3 ) ( y + 2 5 ) ( y + 2 7 ) . Due to the symmetry, we know that the terms with even exponents on each side will be the same. Therefore the equation reduces to − a y 3 − b y = a y 3 + b y ∴ a y 2 + b = 0 ∨ y = 0 . Now a and b are both positive, so that a y 2 + b = 0 has no real solutions. That leaves y = 0 and thus x = 4 2 1 .
From
1
6
x
3
+
2
1
6
x
2
+
1
0
1
6
x
+
1
6
5
6
=
0
We factor the left side of the equation and set the factors equal to zero. The factorazation: 8(2x+9)
(
x
2
+
9
x
+
2
3
)
.
And 8 = 0, 2x+9 = 0 and x^2+9x+23=0. 8=0 is not true, and the answer of
x
2
+
9
x
+
2
3
=
0
is a complex solution.
Where the only real answer is from
2
x
+
9
=
0
, the answer is x = -(9÷2). => (-4.5).
if I was wrong in something, please tell me.
Glad I can help.
( X + 1 ) ( X + 2 ) ( X + 3 ) ( X + 4 ) = ( X + 5 ) ( X + 6 ) ( X + 7 ) ( X + 8 ) ∴ ( X 2 + 5 X + 4 ) ( X 2 + 5 X + 6 ) = ( X 2 + 1 3 X + 4 0 ) ( X 2 + 1 3 X + 4 2 ) L e t M = X 2 + 9 X , a n d N = M + 2 3 . . . . . . . . . N o t e : − 9 = 2 1 ∗ ( 5 + 1 3 ) , 2 3 = 4 1 ( 4 + 6 + 4 0 + 4 2 ) ∴ ( M − 4 ) ( M − 6 ) = ( M + 4 ) ( M + 6 ) ∴ − 2 4 M = 2 4 M , ∴ M = 0 , ⟹ X = 0 O r X 2 + 9 = 0 , B u t X = 0 , s o X = − 4 . 5 . A l s o ( N − 4 X − 1 9 ) ( N − 4 X − 1 7 ) = ( N + 4 X + 1 9 ) ( N + 4 X + 1 7 ) ∴ − N ( 8 X + 3 4 + 3 4 X ) = N ( 8 X + 3 4 + 3 4 X ) ⟹ N = 0 . T h a t i s X 2 + 9 X + 2 3 = 0 . B u t t h e s e r o o t s a r e n o t r e a l .
Problem Loading...
Note Loading...
Set Loading...
∣ L H S ∣ is the product of the distances from points − 1 , − 2 , − 3 , − 4 , and likewise for ∣ R H S ∣ . By symmetry, L H S = R H S for x = − 4 . 5 . For x > − 4 . 5 we have ∣ L H S ∣ < ∣ R H S ∣ and vice versa for x < − 4 . 5 .