You can put this solution on YOUR website! let x = the number
-----
the sum of a number and 6 is the same as:
x + 6
-----
7 times the sum of a number and 6 is the same as:
7 * (x+6)
-----
* means multiply which is the same as times
a * b means a times b which is the same as a multiplied by b
-----