A × B × C A + B + C = = X X
A , B , and C are positive integers satisfying the system above. Find X .
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.
Why only 1 or -1. For example it could be 8/4=2
Log in to reply
I agree that further proof is necessary....
Without loss of generality, assume that 0 < a ≤ b ≤ c . Then a + b + c ≤ c + c + c = 3 c .
Now suppose a b > 3 . Then since c is positive we have that a b c > 3 c , which combined with the previous result implies that a b c > 3 c ≥ a + b + c ⟹ a b c > a + b + c . So since we wish to have a b c = a + b + c we are forced to conclude that a b ≤ 3 . This leaves us with the following cases to examine:
a b = 1 ⟹ c = a + b + c ⟹ a + b = 0 , which is not valid as a , b > 0 . .
a b = 2 ⟹ 2 c = a + b + c ⟹ a + b = c . Now as a b = 2 and 0 < a ≤ b we must have a = 1 , b = 2 , and thus c = 3 . Thus ( a , b , c ) = ( 1 , 2 , 3 ) is a valid solution. .
a b = 3 ⟹ 3 c = a + b + c ⟹ 2 c = a + b . Now as a b = 3 and 0 < a ≤ b we must have a = 1 , b = 3 , and thus 2 c = 4 ⟹ c = 2 . But this makes c < b , and besides, simply duplicates the solution found in the a b = 2 case.
Thus, having examined all possible scenarios, we can conclude that x = a + b + c = a b c = 1 ∗ 2 ∗ 3 = 6 is the unique solution.
Log in to reply
isn't 0 a positive integer?
Log in to reply
@Mardokay Mosazghi – 0 is neither positive nor negative, and we can refer to it as neutral. By the same token, it is the only element in the set of integers that are both non-negative and non-positive.
why not 0, 0+0+0 is 0, also, 0^3=0,
Log in to reply
Because a,b,c are positive integers
when i first looked at the question, i thought 0 had to be the answer, but u have to think about it long enough
It says A, B and C are positive integers. 0 is neutral.
Log in to reply
@Matheus Rezende – oh, i see now, It makes sense. 1+2+3, 1x2x3,
Perfect numbers had this property that all factors except itself will add up to the number itself. However, since it had three factors, the very first perfect number is the answer: six.
Problem Loading...
Note Loading...
Set Loading...
Let a b c = a + b + c , we will get that c ( a b − 1 ) = a + b or c = a b − 1 a + b
From here, since C is a whole number, the denominator in fractional form may only be 1 or -1, which means
∣ a b − 1 ∣ = 1 ⇒ a b = 0 , 2
However, we cannot use a b = 0 as A and/or B shall be zero, which does not satisfy the positive integer condition. Hence, we can only use a b = 2 . Regardless of ( a , b ) = ( 1 , 2 ) , ( 2 , 1 ) , c = 3 . The answer is then a b c = 6 and for each integer (order is disregarded)
( a , b , c ) = ( 1 , 2 , 3 )