2017 JBMO Problems/Problem 1
Contents
[hide]Problem
Determine all the sets of six consecutive positive integers such that the product of some two of them, added to the product of some other two of them is equal to the product of the remaining two numbers.
Solution
Every set which is a solution must be of the form
Since they are consecutive, it follows that are even and are odd.
In addition, exactly two of the six integers are multiples of and need to be multiplied together. Exactly one of these two integers is even (and also the only one which is multiple of ) and the other one is odd.
Also, each pair of positive integers destined to be multiplied together can have a difference of either or or .
So, we only have to consider integers from up to since (see inequalities below). Therefore we calculate the following products:
A = { 2⋅1, 4⋅5, 8⋅7, 13⋅14, 10⋅11}
B = { 1⋅4, 2⋅5, 3⋅6, 4⋅7, 5⋅8, 6⋅9, 7⋅10, 8⋅11}
C = { 2⋅7, 5⋅10}
In any case, either 3⋅6 or 6⋅9 needs to be included in every solution set. {7⋅10, 8⋅11} cannot be part of any potential solution set, but they were included here just for completeness.
Method 1: Using a graph
One could also construct a graph G=(V,E) with the set V of vertices (also called nodes or points) and the set E of edges (also called arcs or line). The elements of all sets A,B,C will be the vertices. The edges will be the possibles combinations, so the candidate solutions will form a cycle of exactly three vertices. So, there should be eight such cycles. Only three of them will be the valid solution sets:
Rejected: { 1⋅4, 2⋅5, 3⋅6 }, {3⋅6, 4⋅7 5⋅8}, { 3⋅6, 4⋅5, 8⋅7 }, {6⋅9, 4⋅5, 8⋅7}, {3⋅6, 2⋅7, 4⋅5}
Method 2: Taking cases
Alternatively, we can have five cases at most (actually only three) :
Case 1:
We just have to look at set B in this case.
Rejected: { 1⋅4, 2⋅5, 3⋅6 }, {3⋅6, 4⋅7 5⋅8}
is the only solution set for this case.
Case 2:
Rejected: { 3⋅6, 4⋅5, 8⋅7 }, {6⋅9, 4⋅5, 8⋅7}
and are the only solution sets for this case.
Case 3:
Rejected: {3⋅6, 2⋅7, 4⋅5}
No solution set for this case since they were all rejected.
Case 4:
No solution set for this case, as the multiples of three need to be multiplied together.
(This case is actually not realistic and it was included here just for completeness.)
Case 5:
No solution set for this case, as the multiples of three need to be multiplied together.
(This case is actually not realistic and it was included here just for completeness.)
Solution 2
Let the six numbers be . We can bound the graph to restrict the values of by setting the inequality . If we sum the pairwise products, we show that the minimum sum obtainable is by first establishing that the and terms will be the same no matter how you pair them. However, we can manipulate the products such that we obtain the least possible constant, which is achievable by treating so we remove the greatest constant factor which is 3. Solving the inequality and making the left side 0, we get . If the quadratic is greater than 0, it means that the RHS will be too large for any to suffice because we have already chosen the minimum value for the RHS and the maximum for the LHS. Clearly, works as a set. Now, we find the second largest product for the LHS and the smallest pairwise product-sum for the RHS. This is achievable at . Solving for the quadratic, we see that there are no integer roots for but we can bound . Now, we take the third largest product for the LHS which is bounding . Now, we can further bound(simply use the method above) to see no solutions here.
See also
2017 JBMO (Problems • Resources) | ||
Preceded by First Problem |
Followed by Problem 2 | |
1 • 2 • 3 • 4 | ||
All JBMO Problems and Solutions |