-
fangtray
- Master | Next Rank: 500 Posts
- Posts: 273
- Joined: Thu Sep 08, 2011 6:50 am
- Thanked: 5 times
- Followed by:3 members
I would like to know if the following ways are correct and if there is an easier way to solve:
how do you find the sum of the first consecutive positive even integers?
2n+2 = 2(50)+2 = 102 so the 50th consecutive integer. the first would be 2
the sum would be the average * the number of terms.
so 102+2/2 = 52 * 50
how do you find the sum of the first consecutive postiive odd integers?
similiarly,
2n+1 for odd integers..so 101 is the 50th consecutive odd integer.
101+1 = 102/2 so 51 * 50 would be the sum..
What if we want to find the sum of all consecutive positive integers from 17-401?
What if we want to find the sum of all consecutive multiples of 3 from 17-401?
is there a way to do this using the strategy above? is there a simpler way?
how do you find the sum of the first consecutive positive even integers?
2n+2 = 2(50)+2 = 102 so the 50th consecutive integer. the first would be 2
the sum would be the average * the number of terms.
so 102+2/2 = 52 * 50
how do you find the sum of the first consecutive postiive odd integers?
similiarly,
2n+1 for odd integers..so 101 is the 50th consecutive odd integer.
101+1 = 102/2 so 51 * 50 would be the sum..
What if we want to find the sum of all consecutive positive integers from 17-401?
What if we want to find the sum of all consecutive multiples of 3 from 17-401?
is there a way to do this using the strategy above? is there a simpler way?












