Problema Solution

is a number less than 10 the same as the difference of a number and 10?

Answer provided by our tutors

y is the difference of a number x and 10 is


y = |x - 10|


y is x less than 10


y = x - 10


the answer is it is not the same.