Answer: x+y>5 or (x+y)-5
Explanation:
There are two potential ways of writing five less than the sum of x and y. You can use an expression or an inequality.
Inequality
By using an inequality, we would use the less than sign because 5 is less than the sum of x and y.
5<x+y
We can also write it where the variables are on the left side, which is usually preferred.
x+y>5
-------------------------------------------------------------------------------------------------------------
Expression
For an expression, we would basically write an equation, but without the equals sign.
(x+y)-5
Since 5 is less than the sum of x and y, we would subtract 5 from x+y. We don't necessarily need to put parentheses around x+y since the order of operations tells us to add or subtract from left to right in order. It is still good to be specific, saying that it is the sum of x and y.