The Student
Junior Member
- Joined
- Apr 25, 2012
- Messages
- 241
Does ∑5 from 0 to n = 3 equal 5 + 5 + 5 + 5. Is it also equivalent to ∑5 from 1 to n = 4?
Does ∑5 from 0 to n = 3 equal 5 + 5 + 5 + 5. Is it also equivalent to ∑5 from 1 to n = 4?
Yes the two are equivalent! So what is your question?
Does ∑5 from 0 to n = 3 equal 5 + 5 + 5 + 5. Is it also equivalent to ∑5 from 1 to n = 4?
Why are they meaningless? The first means 5 (n=0)+ 5 (n= 1)+ 5 (n= 2)+ 5 (n= 3)= 5+ 5+ 5+ 5= 20. The second means 5 (n=1)+ 5 (n= 2)+ 5 (n= 3)+ 5 (n= 4)= 5+ 5+ 5+ 5= 20.Your post should be closer to:
"Does ∑5 from n = 0 to 3 equal 5 + 5 + 5 + 5?\(\displaystyle \ \ \) Is it also equivalent to ∑5 from n = 1 to 4?"
The variable for the counter is to go in front of (prior to) the counts, as in "n = 0" and "n = 1."
\(\displaystyle Else, \ \ what \ \ you \ \ wrote\ \ is \ \ equivalent \ \ to \ \ these: \ \ \displaystyle\sum_{ 0}^{n = 3} \ 5 \ \ \ \ \ and \ \ \ \ \ \displaystyle\sum_{1}^{n = 4} \ 5\)
But those are meaningless forms.
Why are they meaningless? The first means 5 (n=0)+ 5 (n= 1)+ 5 (n= 2)+ 5 (n= 3)= 5+ 5+ 5+ 5= 20. The second means 5 (n=1)+ 5 (n= 2)+ 5 (n= 3)+ 5 (n= 4)= 5+ 5+ 5+ 5= 20.