a) 5+7+9+...+75
use the formula Sn=(n/2)[2a+(n-1)d] where n=number of terms, a=1st term, d=common difference between terms
the numbers 1-76 give you 38 even and 38 odd numbers
you don't have 1 or 3 so you have 36 odd numbers
S36=(36/2)[2*5+(36-1)2]
=(18)[10+(35)2]
=(18)[10+70]
=(18)(80)
=1440
here's another way to look at this problem using logic and arithmetic...
there are 36 odd numbers
add the first and last: 5+75=80
add the second and next to last: 7+73=80
add the third and the next to next to last: 9+71=80
each time you add you get 80
how many groups of 80 are there ?
36 numbers grouped by twos give you 18 groups of 80
18*80=1440 again
b) (x+1)+(2x+1)+3x+1)+...+(21x+1)
there are 21 terms
add the x's and add the 1's
to add the x's all we have to do is add 1+2+3+...+21 and put an x after the sum
S21=(21/2)[2*1+(21-1)1]
=(21/2)[2+20]
=(21/2)[22]
=(21/2)(22)
=21*11
=231
also you could use the following: the sum of positive integers from 1 to n is n(n+1)/2
n(n+1)/2=21(22)/2=21*11=231 again
there are 21 1's which sum to 21
the answer is 231x+21, or if you want to factor out a 21 you get 21(11x+1)