What will be the expression for the sum of numbers p and q, which is subtracted from their product ?
pq - (p + q)
The sum of p and q is p + q.
The product of p and q is pq.
So, when (p+q) is subtracted from pq,
the final expression will be pq - (p + q).