You can put this solution on YOUR website! Let n = "the number"
:
just write what it says:
four times the sum of a number and 2 is same as 10 less than the number.
4(n+2) = n - 10
4n + 8 = n - 10
4n - n = -10 - 8
3n = -18
n =
n = -6
:
:
See if that works in the original statement:
"four times the sum of a number and 2 is same as 10 less than the number. "
4(-6+2) = -6 - 10
4(-4) = -16; confirms our solution of n=-6
:
:
:
That's was pretty easy, wasn't it?