SOLUTION: How do I write a algebric expression for seven times the sum of a number and six

Algebra ->  Equations -> SOLUTION: How do I write a algebric expression for seven times the sum of a number and six      Log On


   



Question 211801: How do I write a algebric expression for
seven times the sum of a number and six

Answer by Theo(13342) About Me  (Show Source):
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
-----