
Steve S. answered 12/24/13
Tutor
5
(3)
Tutoring in Precalculus, Trig, and Differential Calculus
I think Michael’s guess is correct.
I’d write it this way: sum[k=1,5][k^2].
(See page 3 of http://www.purplemath.com/modules/mathtext.htm)
Let’s see if we can solve this without using a formula.
S = sum[k=1,5][k^2] = 1^2 + 2^2 + 3^2 + 4^2 + 5^2.
S = (1 + 4) + (9 + 16) + 25
S = 5 + (25 + 25)
S = 5 + 50
S = 55.
I’d write it this way: sum[k=1,5][k^2].
(See page 3 of http://www.purplemath.com/modules/mathtext.htm)
Let’s see if we can solve this without using a formula.
S = sum[k=1,5][k^2] = 1^2 + 2^2 + 3^2 + 4^2 + 5^2.
S = (1 + 4) + (9 + 16) + 25
S = 5 + (25 + 25)
S = 5 + 50
S = 55.
Parviz F.
12/25/13