How do I write this sentence

The product of a number n and eight more than the number
As a variable expression?

So far I got n+8 but the part "more than the number" threw me off.

n(n+8)

Remember that a product is the answer to a multiplication problem.

To write the given sentence as a variable expression, you correctly started with "n" for the number. However, you need to add "eight more than the number" to it.

To express "eight more than the number," you would add 8 to "n":

The variable expression for the sentence "The product of a number n and eight more than the number" would be:

n + 8