Problema Solution
The product of the difference between two numbers and their sum.
Answer provided by our tutors
let 'x' represent the first number and 'y' represent the second number
their sum is "x+y"
the difference between the two numbers is "|x-y|"
the product of the difference between two numbers and their sum is then:
(x+y)(|x-y|)