There exist 3 positive numbers such that their sum is 8 and their product is 27.
Is this true?
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.
Factoring 27 led to the prime factors 3,3,3. They do not sum to 8
The problem does not say the numbers have to be integers. There are non-integer factors of 27.
Factoring 27 led to the prime factors 3,3,3.
and their sum is = 3 + 3 + 3 =9
They do not sum to 8
27 = 3 * 3 * 3, so for abc to be positive integers they all need to be 3, or 1 is 9, 1 is 3 and 1 is 1. Both cases don't fulfill the first statement, so it's not possible.
But the problem does not specify a, b, c to be positive integers. How can we understand from this proof that there are no positive real numbers a, b, c satisfying the property?
Log in to reply
Aah a my mind filled in integers instead of numbers. Need to think about it again then.
Ah, but (a, b, c) = (3, 3, 3) is the set of positive real numbers whose product is 27 that has the smallest sum. This underlies the solution by Steven Yuan above.
If a product of 3 numbers is odd, none of them can be even (i.e. all the 3 are odd). A sum of 3 odd numbers is always odd. Q.E.D.
27 is odd so we need a, b and c to be odd, but since 8 is even the sum of 3 odds can't give you an even number. So the statement cannot be true.
If we multiply x + y + z with yz, we get:
xyz + y^2z + yz^2 = 8 =>
y^2z + yz^2 = -19
Because x > 0, y > 0, z > 0 the equality above is false. So, there are no such positive numbers.
Why not x y z + y 2 z + y z 2 = 8 y z ?
Problem Loading...
Note Loading...
Set Loading...
Suppose there does exist a solution ( a , b , c ) in positive real numbers to the system. Then, by the AM-GM Inequality, we expect that
a + b + c 8 8 ≥ 3 3 a b c ≥ 3 3 2 7 ≥ 9 .
However, 8 is not greater than 9. Thus, we have a contradiction, so there are no solutions in positive real numbers to the system of equaitons.