You are not logged in.
I am trying to add the following payments for rent over 10 year period $132.62, $133.30, $134.85, $137.00, $137.48, $139.42, $139.74, $141.86, $144.78 and $146.14. I need to write down an equation for the above quantity using Summation Notation and don't know how. There are 52 weeks in a year and not sure how to show equation x52 using summation notation.
Each dollar amount equals what was paid per week for each year from 2004 to 2013. I need to know how to write down an equation for the above quantity using summation notation. The amount $132.62 was for 2004, $133.30 for 2005 etc. I also don't understand how to show it using summation notation x52 weeks each year.
Last edited by Lorna (2014-06-01 21:36:21)
Offline
Hi Lorna;
Those were your monthly payments?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I think that is her yearly payments. Sigma Notation? Teach me too bobbym...
Last edited by David (2014-06-01 15:49:56)
His dominion is an everlasting dominion, Which shall not pass away, And His kingdom the one Which shall not be destroyed.
Offline
I don't think so.
Hi Lorna;
What is your favorite color?
If you're looking for the sigma notation, it isn't the best idea to represent them.
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
I'm not Lorna, but what notation best represents them?
His dominion is an everlasting dominion, Which shall not pass away, And His kingdom the one Which shall not be destroyed.
Offline
I do not even know what she wants yet.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Do you know what I want sir? Can you teach me about Sigma? Please?
His dominion is an everlasting dominion, Which shall not pass away, And His kingdom the one Which shall not be destroyed.
Offline
You mean a little summation calculus or just sigma notation?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
The notation
His dominion is an everlasting dominion, Which shall not pass away, And His kingdom the one Which shall not be destroyed.
Offline
Hi;
Please read this first and follow the links.
http://www.mathsisfun.com/algebra/sigma-notation.html
Ask any question you have after that.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I'm not Lorna, but what notation best represents them?
I was talkinbg to Lorna. I did not notice your post in between
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
Hi Lorna;
Those were your monthly payments?
Highly likely that it is weekly.
Offline
Yes, she edited her post.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Oh, I didn't see that.
Offline
Hi,
Is the answer something like this?
Sorry, I've never learnt summation notation and researched by following bobbym's link and trying out the Sigma Calculator there, and it gave me the answer I expected to get.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
Hi phrontister;
This is one way:
I truncated all the decimals so that it would fit on 1 line.
Sum[(132.62 + 133.3 + 134.85 + 137 + 137.48 + 139.42 + 139.74 +
141.86 + 144.78 + 146.14), {k, 1, 52}]
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
that can probably be done but why would you do that?
'And fun? If maths is fun, then getting a tooth extraction is fun. A viral infection is fun. Rabies shots are fun.'
'God exists because Mathematics is consistent, and the devil exists because we cannot prove it'
I'm not crazy, my mother had me tested.
Offline
That is a good question, The summation notation is overkill here.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I would just multiply the weekly payments' sum by 52, but Lorna said she needed to know the 'Summation Notation' equation.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
Hi Bobby,
Yes, your notation is what W|A's 'Sigma Notation Calculator' gets too...except that it uses 'n' for 'k', its answer is an integer instead of the true answer, and it rearranged the payments into some other order than the one I gave it.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
Hi;
I truncated the input so it would fit on one line. Use the code instead.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yes, I understood the truncation (I had been disappointed with my messy presentation). And I had used your code in M, but then found W|A's widget. It's still in beta stage, which may explain the unexpected output.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
They have a widget?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yes...see the link I gave to it in post #20.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
It does not do a very good job.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline