''ok … for some reason, the 0th Riemann sum, from 1 to n, is defined as being 1/n times the ∑, and the 1st Riemann sum as 1/n² times ∑.''
Little abuse of notation here, even though I'm sure tiny-tim understands the entire problem.
The 0th order term refers to a sum which involves [tex]i^0[/tex], or [tex]1[/tex], a first order term involves [tex]i^1 = i[/tex], and so on. Writing [tex]\sum[/tex] without any explicit is common, but writing it without any arguments (summands) is not.
Actually, all that is done in this work a (very poor, in my opinion) condensation of the basic steps.
[tex]
\begin{align*}<br />
\sum_{i=1}^9 {\frac{10-i} 3} & = \frac 1 3 \sum_{i=1}^9 {(10-i)}\\<br />
& = \frac 1 3 \left(\sum_{i=1}^9 10 - \sum_{i=1}^9 i \right) \\<br />
& = \frac 1 3 \left( 10 \sum_{i=1}^9 1 - \sum_{i=1}^9 i \right)\\<br />
& = \frac 1 3 \left(10 \cdot 9 - \frac{10\cdot 9}{2} \right) \\<br />
& = \frac 1 3 \left(90 - 45\right) = \frac{45}{3} = 15<br />
\end{align*}[/tex]
Note that the formula
[tex]
\sum_{i=1}^n =\frac{n(n+1)} 2[/tex]
was used, with [tex]n = 9[/tex], was used.
As I indicated at the top of my post, I believe the solution for this problem (the one posted by the OP) is very poorly presented and typeset