I have been asked in a exam to find the average of the number: $$n \sin n^\circ$$ for $n$=$2,4,6,\cdots,180$
I have tried a lot basically with sum product, or pairing the inputs...but at the end don't able to find any way to solve it, can someone help me with the approach?
\begin{align} \sum_{r=1}^{90}2r\sin\left(\dfrac{2r\pi}{180}\right)&=2\sum_{r=1}^{45}r\sin\left(\dfrac{r\pi}{90}\right)+2\sum_{r=1}^{45}(90-r)\sin\left(\pi-\dfrac{r\pi}{90}\right)\\ &=2\sum_{r=1}^{45}r\sin\left(\dfrac{r\pi}{90}\right)+180\sum_{r=1}^{45}\sin\left(\dfrac{r\pi}{90}\right)-2\sum_{r=1}^{45}r\sin\left(\dfrac{r\pi}{90}\right)\\ &=180\times\sum_{r=1}^{45}\sin\left(\dfrac{r\pi}{90}\right) \end{align} Now apply sum of sine of AP formula and you're done!