How many elements there exist in quotient ring $\mathbb{Z}_5[X]/(X^2+1)$?
I'm learning polynomial ring. However I cant' completely understand the number of elements. I think that the elements are contained as follows. \begin{align} \mathbb{Z}_5[X]/(X^2+1)=\{&0,1,2,3,4,x,x+1,x+2,x+3,x+4,\\ & 2x,2x+1,2x+2,2x+3,2x+4,3x,3x+1,3x+2,3x+3,3x+4,\\ & 4x,4x+1,4x+2,4x+3,4x+4,x^2 \} \end{align}
There are 26 elements in total, is it correct?