A company wants to encrypt a document containing important passwords. To do this, the product of a positive integer and a negative integer will need to be minimized.
We can't do algebra (or arithmetic) without symbols. We have just been told that we have two quantities. We were not given symbolic names for them, so we are responsible for assigning them names.
"Let $p$ be the positive integer and $n$ be the negative integer."
The particular names are not important. I used the names you used. If the symbols are easy to associate with the quantity in the setting which they represent, they can be easier for you and a reader to use. "$p$" for "positive" and "$n$" for "negative" are easily associated with the contextual quantities.
If the positive integer is 11 greater than the negative integer,
"We are told $p = 11+ n$."
what is the minimum product of the two numbers?
"We wish to minimize $pn$."
So the problem is to minimize $pn$ subject to $p = 11 + n$.
I assume you know how to do this? If not, post a comment and I'll continue.