Let $m$ and $n$ be positive integers and let $x = m + n$. I want to prove that the minimum value of $m$ $*$ $n$ is equal to $x-1$. It happens when one of $m$ or $n$ is equal to one.
I tried to write the multiplication as a quadratic equation $(x-m)(m) = -m^2 + xm = -(m -0.5n)^2 + 0.25n^2$, But that didn't help with the minimum.