Writing expressions
In an expression, whenever you come across something like "3 more than x", remember that it's written as "3 + x".
Such is the case here - we have 10 more than a number n, which we can simply rewrite this way:

10 + n is the expression for "10 more than a number n".