SOLUTION: Triple a number, minus the sum of the number and ten

Algebra ->  Human-and-algebraic-language -> SOLUTION: Triple a number, minus the sum of the number and ten      Log On


   



Question 393051: Triple a number, minus the sum of the number and ten
Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
Triple a number, minus the sum of the number and ten
let number be x
triple a number = 3x
sum of number & 10 = x+10
..
3x-(x+10)