MHB Find max(x + y + z)*min(x + y + z)

  • Thread starter Thread starter Albert1
  • Start date Start date
AI Thread Summary
The equation given is $4^\sqrt{5x+9y+4z}-68\times2^\sqrt{5x+9y+4z}+256=0$, which simplifies to $\lambda^2 - 68 \lambda + 256 = 0$ with solutions $\lambda = 4$ and $\lambda = 64$. This leads to two cases for $5x+9y+4z$: either 4 or 36. For $5x+9y+4z = 4$, the minimum value of $x+y+z$ is $4/9$, while for $5x+9y+4z = 36$, the maximum value is 9. The product of the minimum and maximum values of $x+y+z$ is calculated to be 4.
Albert1
Messages
1,221
Reaction score
0
$x,y,z$ are non-negative real numbers ,given:

$4^\sqrt{5x+9y+4z}-68\times2^\sqrt{5x+9y+4z}+256=0$

please find:

$\max(x+y+z)\times \min(x+y+z)$
 
Mathematics news on Phys.org
Re: find max(x+y+z)*min(x+y+z)

[sp]Let $\lambda = 2^\sqrt{5x+9y+4z}$. Then the equation becomes $\lambda^2 - 68 \lambda + 256 = 0$, with solutions $\lambda = 4 = 2^2$ and $\lambda = 64 = 2^6.$ Thus $2^\sqrt{5x+9y+4z} = 2^2$ or $2^6$, and so $5x+9y+4z = 4$ or $36$. When $5x+9y+4z = 4$ we get $(x+y+z)_{\min} = 4/9$ by taking $(x,y,z) = (0,4/9,0)$. When $5x+9y+4z = 36$ we get $(x+y+z)_{\max} = 9$ by taking $(x,y,z) = (0,0,9)$. Therefore $(x+y+z)_{\min}\times (x+y+z)_{\max} = 4$.[/sp]
 
Re: find max(x+y+z)*min(x+y+z)

Opalg said:
[sp]Let $\lambda = 2^\sqrt{5x+9y+4z}$. Then the equation becomes $\lambda^2 - 68 \lambda + 256 = 0$, with solutions $\lambda = 4 = 2^2$ and $\lambda = 64 = 2^6.$ Thus $2^\sqrt{5x+9y+4z} = 2^2$ or $2^6$, and so $5x+9y+4z = 4$ or $36$. When $5x+9y+4z = 4$ we get $(x+y+z)_{\min} = 4/9$ by taking $(x,y,z) = (0,4/9,0)$. When $5x+9y+4z = 36$ we get $(x+y+z)_{\max} = 9$ by taking $(x,y,z) = (0,0,9)$. Therefore $(x+y+z)_{\min}\times (x+y+z)_{\max} = 4$.[/sp]

from Opalg's mention :
$5x+9y+4z = 4$ or $36$.
for:$4x+4y+4z\leq 5x+4y+9z\leq 9x+9y+9z$
if $5x+4y+9z=4$
then :$4x+4y+4z\leq 4 \leq 9x+9y+9z$
$\therefore x+y+z\geq \dfrac {4}{9}$
if $5x+4y+9z=36$
then :$4x+4y+4z\leq 36 \leq 9x+9y+9z$
$\therefore x+y+z\leq 9$
and we get :$max(x+y+z)\times min(x+y+z)=4$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top