Find all natural numbers x ≥ 1 4 which satisfy
( x 2 − 9 x + 2 0 ) ( x 2 − 1 3 x + 4 2 ) ( x 2 − 1 7 x + 7 2 ) ( x 2 − 2 1 x + 1 1 0 ) ( x 2 − 2 5 x + 1 5 6 ) = 4 ! 1 4 !
Input your solution as the sum of all such numbers.
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.
I did it the exact same way, high five!
( x 2 − 9 x + 2 0 ) ( x 2 − 1 3 x + 4 2 ) ( x 2 − 1 7 x + 7 2 ) ( x 2 − 2 1 x + 1 1 0 ) ( x 2 − 2 5 x + 1 5 6 ) ( x − 4 ) ( x − 5 ) ( x − 6 ) ( x − 7 ) ( x − 8 ) ( x − 9 ) ( x − 1 0 ) ( x − 1 1 ) ( x − 1 2 ) ( x − 1 3 ) ⟹ x = 4 ! 1 4 ! = 5 × 6 × 7 ⋯ × 1 4 = − 1 , 1 8
Therefore the sum of natural numbers x ≥ 1 4 satisfying the equation above is 1 8 .
The exact same way as mine
Divide both sides by 1 0 ! to generate a binomial coefficient on the right-hand side. The quadratics on the left-hand side can be factored into 1 0 ! ( x − 4 ) ( x − 5 ) ⋯ ( x − 1 3 ) = ( 1 0 x − 4 ) = ! ( 1 0 1 4 ) ⇒ x = 1 8 For x ≥ 1 4 the left-hand side is strictly increasing, so it is the only solution.
The first step is to factor all the expressions in the factors. x 2 − 9 x + 2 0 = x 2 − 5 x − 4 x + 2 0 = x ( x − 5 ) − 4 ( x − 5 ) = ( x − 4 ) ( x − 5 ) . Notice that 4 2 = 6 ⋅ 7 , 1 3 = 6 + 7 , 7 2 = 8 ⋅ 9 , 1 7 = 8 + 9 , 1 1 0 = 1 0 ⋅ 1 1 , 2 1 = 1 0 + 1 1 , 1 5 6 = 1 2 ⋅ 1 3 , 2 5 = 1 2 + 1 3 , which suggests that the other factors follow a similar pattern. Overall we have:
( x − 4 ) ( x − 5 ) ( x − 6 ) ( x − 7 ) ( x − 8 ) ( x − 9 ) ( x − 1 0 ) ( x − 1 1 ) ( x − 1 2 ) ( x − 1 3 ) = 4 ! 1 4 ! 4 ! ( x − 4 ) ( x − 5 ) ( x − 6 ) ( x − 7 ) ( x − 8 ) ( x − 9 ) ( x − 1 0 ) ( x − 1 1 ) ( x − 1 2 ) ( x − 1 3 ) = 1 4 ! (since x ≥ 1 4 ) 4 ! ( x − 4 ) ( x − 5 ) ( x − 6 ) ( x − 7 ) ( x − 8 ) ( x − 9 ) ( x − 1 0 ) ( x − 1 1 ) ( x − 1 2 ) ( x − 1 3 ) ( x − 1 4 ) ! = 1 4 ! ( x − 1 4 ) ! 4 ! ( x − 4 ) ! = 1 4 ! ( x − 1 4 ) ! x ! 4 ! ( x − 4 ) ! = x ! 1 4 ! ( x − 1 4 ) ! 4 ! ( x − 4 ) ! x ! = 1 4 ! ( x − 1 4 ) ! x ! ( 4 x ) = ( 1 4 x )
Therefore x = 1 4 + 4 = 1 8 .
Great solution (and fun problem). I had indeed misunderstood something in my earlier comment!
Great work, the other integer solution that doesn't satisfy x ⩾ 1 4 is x = − 1 . It would be interesting to frame this question too.
Problem Loading...
Note Loading...
Set Loading...
Denote the left-hand side as f ( x ) . Factoring, f ( x ) = ( x − 4 ) ( x − 5 ) ( x − 6 ) … ( x − 1 1 ) ( x − 1 2 ) ( x − 1 3 ) .
By inspection, 1 8 is an x -value that works. But note that f ( x ) is a strictly increasing function when x ≥ 1 4 , hence it is the only value that works.