Find the Maximal Value Challenge

  • Context:
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Challenge Value
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 1K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
It's given that $p+m+n=12$ and that $p, m, n$ are non-negative integers. What is the maximal value of $pmn+pm+pn+mn$?
 
Mathematics news on Phys.org
My solution:

Given the cyclic symmetry of the variables (and the constraint), we know the extremum occurs for:

$$p=m=n=4$$

And so the objective function at these values is:

$$f(4,4,4)=4^3+3\cdot4^2=4^2(4+3)=112$$

Observing that:

$$f(3,4,5)=107$$

We take:

$$f_{\max}=112$$