MHB What is the minimum value of x+yz when xy+z=160 and x,y,z are natural numbers?

  • Thread starter Thread starter Albert1
  • Start date Start date
AI Thread Summary
The problem involves finding the minimum value of x + yz under the constraint xy + z = 160, with x, y, z as natural numbers. A proposed solution of (x, y, z) = (79, 2, 2) yields an incorrect result, while a more systematic approach reveals that (x, y, z) = (26, 6, 4) gives the minimum value of 50. The discussion highlights the use of trial and error and the Second Partials Test to analyze critical points. Ultimately, the minimal value of x + yz is confirmed to be 50.
Albert1
Messages
1,221
Reaction score
0
Given:

$x,y,z\in\mathbb{N}\text{ and }xy+z=160$

$\text{Compute }\min(x+yz)$
 
Mathematics news on Phys.org
Re: compute min(x+yz)

My solution:

We have the objective function:

$$f(x,y,z)=x+yz$$

subject to the constraint:

$$g(x,y,z)=xy+z-160=0$$

Using Lagrange multipliers, we find:

$$1=\lambda y$$

$$z=\lambda x$$

$$y=\lambda$$

This, along with the constraint, implies:

$$y=1,\,x=z$$

and so the constraint gives us:

$$x=z=80$$

The testing of $(x,y,z)=(40,2,80)$ reveals that the critical point is a minimum. Hence:

$$f_{\min}=f(80,1,80)=160$$
 
sorry the answer is not correct
I will give you an example :
(x,y,z)=(79, 2, 2)
then xy+z=160
x+yz=83<160
 
Last edited:
Albert said:
sorry the answer is not correct

I do find that the Second Partials Test reveals that the critical point is a saddle point.

If I had checked the boundaries, for example $(x,y,z)=(3,53,1)$, I would find:

$$f(x,y,z)=56$$.
 
Best I can do so far (by trial and error) is $(x,y,z) = (26,6,4)$, giving $x+yz = 50$.
 
Opalg said:
Best I can do so far (by trial and error) is $(x,y,z) = (26,6,4)$, giving $x+yz = 50$.
the answer is correct ,try to solve it systematically please
 
$x,y,z \in N $
$(xy+z=160)$
let :$y=\dfrac {160-z}{x}$ , yielding $ x + yz = x + \dfrac{z(160−z)}{x}$ .
Thus $x + yz ≥ 2\sqrt{xyz}=2\sqrt{ z(160 − z)}$
Considered as a function of z
now we begin with small values of z, and (160 − z)
such that x is close to $\sqrt{z(160 − z).}$
(Equivalently, such that :$\dfrac{x}{y}$ is close to z. or x is close to yz)
this will happen for (x,y,z)=(26,6,4)
(here 26 is close to $yz=6\times 4$ )
and we have the minimal value of x + yz is 50
 
Back
Top