Only odd counting numbers no decimals.

in Calculus Answers by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

What is the sum of 1, 3, 5, . . ., 97, 99 ?

The series 1, 3, 5, . . . can be described as 2n - 1 with n counting 1, 2, 3, 4, . . .

When we ask about the sum of 1, 3, 5, . . . up to 99, we're asking the same thing as the sum of 2n-1 from 1 up to 49 (note: 2n-1 when n is 49 makes 99).

You can see a demonstration (less wordy than my explanation below) by going here ( http://www.mathsisfun.com/numbers/sigma-calculator.html ) and entering 1 below the funny E, 49 above the funny E, and 2n-1 to the right of the funny E.  The funny E is called a "summation" symbol.

The math way of writing the problem is:

Sum(i=1, n, 2i-1)

Note:  i is the thing that counts 1, 2, 3, . . . and n is the final value that i counts up to.  In this case n = 49.

Sum(i=1, n, 2i-1)

For the -1 part, we're just get -1 -1 -1 and so on, n times, for a total of -n.  Let's leave that off for a moment.

Now we want the sum of 2i.  The sum of 2i is just 2 * the sum of i.

We need a summation formula.  From this page ( http://polysum.tripod.com/ ) we get:

Sum from i = 1 to n is n(n+1)/2

But we want the sum of 2i, so it's 2n(n+1)/2 or just n(n+1)

So. . . the sum of 2i - 1 from 1 to n is:

n(n+1) - n

But our n = 49, so:

49(49+1) - 49

49(50) - 49

2450 - 49

2401

 

by Level 13 User (103k points)

Related questions

1 answer
1 answer
asked Aug 16, 2014 in Other Math Topics by anonymous | 741 views
1 answer
asked Feb 12, 2013 in Algebra 2 Answers by anonymous | 987 views
2 answers
asked Nov 1, 2012 in Word Problem Answers by anonymous | 1.2k views
2 answers
asked Nov 29, 2011 in Trigonometry Answers by anonymous | 2.0k views
1 answer
asked Oct 17, 2012 in least common multiple by anonymous | 674 views
1 answer
asked Sep 21, 2012 in Statistics Answers by anonymous | 926 views
2 answers
asked May 28, 2013 in Algebra 1 Answers by anonymous | 4.3k views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,279 answers
2,420 comments
732,184 users