SOLUTION: What is double a number minus the sum of the number and 10

Algebra ->  Expressions-with-variables -> SOLUTION: What is double a number minus the sum of the number and 10       Log On


   



Question 1155090: What is double a number minus the sum of the number and 10

Answer by josgarithmetic(39630) About Me  (Show Source):
You can put this solution on YOUR website!
n, "the number"

2n-%28n%2B10%29
.
.