2 1 , 4 3 , 2 + 4 1 + 3
Arrange these numbers in increasing order .
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.
Python 3.3:
1 2 3 4 |
|
⟹ 2 1 < 3 2 < 4 3 ⟹ 2 1 < 2 + 4 1 + 3 < 4 3
Oh my god! I found the missing seventh solution! +1
Problem Loading...
Note Loading...
Set Loading...
Let's convert all of the fractions into decimals.
2 1 = 0 . 5
2 + 4 1 + 3 = 6 4 = 3 2 = 0 . 6 6 6 6 6 6 …
4 3 = 0 . 7 5
Thus, we conclude that 2 1 < 2 + 4 1 + 3 < 4 3
Now, lets look at other fun ways that I came up with to solve this problem. (And that's the real reason why I wrote this solution)
2nd solution We can solve this by applying the Farey Sequence .
F 4 = { 1 0 , 4 1 , 3 1 , 2 1 , 3 2 , 4 3 , 1 1 }
So, 2 1 < 3 2 < 4 3 .
With 3 2 = 6 4 = 2 + 4 1 + 3 . We have the desired inequality: 2 1 < 2 + 4 1 + 3 < 4 3 .
3rd solution Alternatively (again), we can prove that for all positive intgers a , b , the inequality b a < b + 1 a + 1 is true for a < b .
Proof by contradiction: Suppose otherwise, that b a ≥ b + 1 a + 1 then a ( b + 1 ) ≥ b ( a + 1 ) ⇒ a ≥ b which contradicts the criteria.
So b a < b + 1 a + 1 is indeed true. Thus 2 1 < 2 + 1 1 + 1 < 2 + 1 + 1 1 + 1 + 1 or 2 1 < 2 + 4 1 + 3 < 4 3 .
4th solution Alternatively (yet again!), let A , B , C denote the values of these three fractions respectively. Then 1 − A = 2 1 , 1 − B = 4 1 , 1 − C = 3 1 .
Because 2 < 3 < 4 , then 4 1 < 3 1 < 2 1 or 1 − B < 1 − C < 1 − A . Equivalently, − B < − C < − A or A < C < B .
Thus 2 1 < 2 + 4 1 + 3 < 4 2 .
5th solution Alternatively (not again!), we set the denominators of all of these fractions to be equal. With 2 + 4 1 + 3 simplifies to 3 2 . then the denominators of all three fractions are 2 , 3 , 4 respectively. And the lowest common multiple of these three numbers is 2 2 × 3 = 1 2 .
So 2 1 = 1 2 6 , 2 + 4 1 + 3 = 3 2 = 1 2 8 , 4 3 = 1 2 9 .
With 1 2 6 < 1 2 8 < 1 2 9 or 2 1 < 2 + 4 1 + 3 < 4 3 .
6th solution Alternatively (please stop!), consider the reciprocal of these fractions. That is 2 , 3 4 , 2 3 .
Because 1 < 2 < 3 , then 3 1 < 2 1 < 1 or 1 + 3 1 < 1 + 2 1 < 2 . Which is equivalent to 3 4 < 2 3 < 1 2 .
Reciprocate back gives 2 1 < 3 2 < 4 3 . With 3 2 = 2 + 4 1 + 3 . So the numbers arranged in ascending order is 2 1 < 2 + 4 1 + 3 < 4 3 .