Given the expression:
20 + 22 + 24 + ..... + 36
Let's write in summation notation.
Summation notation can be said to be the addition of a sequance of numbers.
From the sequence, we have:
Common difference = 22 - 20 = 2
Number of terms = 9
Apply the formula:
[tex]\sum ^n_{i\mathop=1}a+d(i-1)[/tex]Where:
n = upper limit (number of terms)
i = 1 ==> lower limit
Initial value, a = 20
d = common difference = 2
To write in summation notation, we have:
[tex]\sum ^9_{i\mathop=1}20+2(i-1)[/tex]ANSWER:
[tex]\sum ^9_{i\mathop{=}1}20+2(i-1)[/tex]