SOLUTION: Find the sum of x for the following set of numbers 2,3,5,6,8,9,11

Algebra ->  Graphs -> SOLUTION: Find the sum of x for the following set of numbers 2,3,5,6,8,9,11      Log On


   



Question 111710: Find the sum of x for the following set of numbers
2,3,5,6,8,9,11

Answer by Edwin McCravy(20081) About Me  (Show Source):
You can put this solution on YOUR website!
If you are talking about sum%28x%29,
then you just add 'em up!
sum%28x%29=2%2B3%2B5%2B6%2B8%2B9%2B11+=+44
That's all there is to sum%28x%29.
Edwin