8 x − 1 , 7 x + 2 , 6 x + 5 , 4 x − 3
The above are 4 positive numbers, all of which are equal to one another except for one.
What is the sum of all of the 4 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.
With your excellent solution, I guess the term 'positive' in the problem can be safely removed.
Since all the numbers are positive, it's obvious that x needs to be positive as well. Thus we can see quite clearly that 4 x − 3 is the number that isn't equal to the others, as the coefficient of x is smaller than all the others and its constant term is more negative than any of the others.
One can then easily solve for x by setting 8 x − 1 = 7 x + 2 , which leads to the result x = 3 .
Plugging this in yields 2 3 + 2 3 + 2 3 + 9 = 7 8 .
Nice solution!
Thus we can see quite clearly that 4x-3 is the number that isn't equal to the others, as the coefficient of x is smaller than all the others and it's constant term is more negative than any of the others
Great observation to immediately find the odd one out.
Since all the numbers are positive, it's obvious that x needs to be positive as well.
This could be better explained. For example, by saying that 4 x − 3 > 0 ⇒ x > 4 3 . Otherwise, if we looked at 8 x + 1 > 0 , we could have x = − 0 . 1 .
However the answer you get is 23, which isn't even?
First, note that 3 ( 7 x + 2 ) = 2 1 x + 6 = 8 x − 1 + 7 x + 2 + 6 x + 5 for all x. Thus these are the equal values. From there, the value for x can be solved by equating any two of these equal binomials. 7 x + 2 = 8 x − 1 ⟹ 2 + 1 = 3 = 8 x − 7 x = x ∴ x = 3 After this, it is simply a matter of solving for the sum of the four binomials. 8 x − 1 + 7 x + 2 + 6 x + 5 + 4 x − 3 = 2 5 x + 3 = 2 5 ( 3 ) + 3 = 7 5 + 3 = 7 8
That's a unique way of getting the answer. But are you sure that the answer is unique?
Log in to reply
This answer is unique only in how it determines which of the three binomials are equal. Once that is determined, the method of solving for x and finding the sum is not unique to the other answers.
Case 1: The first two expressions are equal (i.e. the odd one out is #3 or #4): 8x-1=7x+2; solving for x, we get x=3, and each expression equals 23. Third expression: 6x+5=6x3+5=23 Fourth is odd one out: 4(3)-3=9 Sum of all terms = 3(23)+9=78 (which happens to be the answer).
We can check ourselves with Case 2, where one of those first two expressions IS the odd one out. Therefore the last two expressions must be equal. 6x+5=4x-3, solving for x, --> 2x = -8, x = -4, and each expression = -19 Since the problem states that the numbers are positive, this cannot be the case.
Based on the comment below, we could also see that 4x-3 has to be the odd one out for all the numbers to be positive... in which case, we knew that Case 1 would be the correct case.
Problem Loading...
Note Loading...
Set Loading...
Let's look at the pairwise differences of the four numbers. There are six possible differences:
( 8 x − 1 ) − ( 7 x + 2 ) = x − 3 , ( 8 x − 1 ) − ( 6 x − 5 ) = 2 x − 6 , ( 8 x − 1 ) − ( 4 x − 3 ) ( 7 x + 2 ) − ( 6 x + 5 ) = x − 3 , ( 7 x + 2 ) − ( 4 x − 3 ) ( 6 x + 5 ) − ( 4 x − 3 ) = 4 x + 2 = 3 x + 5 = 2 x + 8
Since three of the four numbers are equal to each other, exactly three of the differences must be zero.
Let's find out when these terms are equal to zero. They require x = 3 , 3 , 3 , − 3 5 , − 2 1 , − 4 . When x is equal to 3 , three of the differences become zero. For other values of x , either 1 or none of the differences are zero.
If we plug in x = 3 in the given expressions, we get the numbers as 2 3 , 2 3 , 2 3 , and 9 . We see that they are positive and all our conditions in the problem are satisfied. The sum of these 4 numbers is 7 8 .